XF 2.1 I advertise paid. It would be great if the end date

"It would be great if the end date" what?

It looks like you are probably using Siropu's Ad Manager 2 or Ad Manager 2 Lite. Probably best to ask your question in the support threads (Discussion) for that addon.


 
Oh I see.

The two addons I mentioned above will give you that functionality. If you are actively selling ads on tour forum use Ad Manager 2. If not, Ad Manager 2 Lite is cheaper, but both are relatively expensive - mainly because in addition to start and end dates both give you a lot of control over what ads are displayed, where they are displayed, which member groups or upgrades will not see the ads, and in which forums or locations the ads should not be displayed.

If you are generating a decent income from ads, they are well worth the investment.
 
For that, don't use the Advertisements function. Use Notices instead.

You can use a script like this for the message:

HTML:
<center>
<a href="http://{URL for the target location if the ad is clicked}">
<img src="https://{URL for the banner image source location}" title="" />
</a>
</center>

Then you can set start and end date/time under page criteria:

date-time-restrictions-for-notices.png
 
For that, don't use the Advertisements function. Use Notices instead.

You can use a script like this for the message:

HTML:
<center>
<a href="http://{URL for the target location if the ad is clicked}">
<img src="https://{URL for the banner image source location}" title="" />
</a>
</center>

Then you can set start and end date/time under page criteria:

View attachment 225472
super .. Thank you very much.
 
Top Bottom