• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[bd] Rotating Ads

Status
Not open for further replies.
This is a nice mod. I'm really impressed so far.

There are a few things I'd like to see added...

1. An option like "Do not display this ad with sidebar." For example I like the "above breadcrumb" setting but the ad is displayed under the right sidebar on our forum. So if I could disable this when the sidebar present it should work everywhere else.

2. An option to select whether or not an ad is visible to everyone (admins, mods, registered, guests) or only visible to guests. This would allow "guest only" ads.

3. Please add placement for "Below Bottom Breadcrumb" and "Above Bottom Breadcrumb".
 
Conditions would be great!

For example: show ad only if controllerName = xxx, show ad only if isMemberOf(x,y,z)
 
Can I ask again.... do the ads rotate on the page.. or rotate as in; load a new page, load a new ad? Or.. Ads rotating whilst on a given page?

Would appreciate an answer :)

Thanks!
 
Looking good :D

One think I would like to suggest is to put a wrapper around the adds and allow certain usergroups to turn it off. Something like this would be great to promote user to get a user upgrade in your forum. Allowing the usergroup user to turn off by a custom field in the profile manager or something.

Here is a sample picture!

adblock.webp

Thanks for this plug-in!
 
What code do I use to make this show a banner image? Also, I want the banner image to appear in the top right of the page opposite the main logo.
 
What code do I use to make this show a banner image? Also, I want the banner image to appear in the top right of the page opposite the main logo.

Seriously? Come on guys and gals, this should be a simple one! It just ain't for me!!
 
I really need to be able to disable this for my premium members, does it have permissions?
 
This is a nice mod. I'm really impressed so far.

There are a few things I'd like to see added...

1. An option like "Do not display this ad with sidebar." For example I like the "above breadcrumb" setting but the ad is displayed under the right sidebar on our forum. So if I could disable this when the sidebar present it should work everywhere else.

2. An option to select whether or not an ad is visible to everyone (admins, mods, registered, guests) or only visible to guests. This would allow "guest only" ads.

3. Please add placement for "Below Bottom Breadcrumb" and "Above Bottom Breadcrumb".

I made the above requests back in May and wanted to see if it would be possible to see these features implemented. Given that this is one of the few ad mods available for Xenforo, a few updates would make a big difference for many of us.
 
I made the above requests back in May and wanted to see if it would be possible to see these features implemented. Given that this is one of the few ad mods available for Xenforo, a few updates would make a big difference for many of us.

About the 1 and 3 point, you can set a custom location as long as there is a hook for it. The 2nd point is requested by many people and it looks like the next version will include it ;)
 
This add-ons is very good, but I have some feedback:
  • option for enable/disable ads (without delete it!),
  • change avatar for "Special Second Post".
Thanks.
 
@The Pet Board,

First, create new templete eg. "annoying_ad".

Add include into module:
Code:
<xen:include template="annoying_ad" />

Next, go to [bd] Rotating Ads settings -> Add New Item and in 2nd Position's form type:
Code:
annoying_ad

Done!
 
By chance.... what would I need to edit, or add, to center the ads?

Especially in the Rotating Ads Second Post and The Under Sticky One... Probably all. I think it just has a better look being centered.

Thanks for the add-on either way.
 
By chance.... what would I need to edit, or add, to center the ads?

Especially in the Rotating Ads Second Post and The Under Sticky One... Probably all. I think it just has a better look being centered.

Thanks for the add-on either way.

Just add the "center" tags before and after the ad link and graphic information in the HTML box.

Code:
<center>
<a href="http://webmasters.moviepass.com/track/Njc6MQ/" target="_top">
<img src="http://www.mymoviereviews.com/images/banners/moviepass/150x150_b.gif" width="150" height="150" border=0></a>
</center>
 
Status
Not open for further replies.
Top Bottom