![]() |
Quote:
|
|
Quote:
Admin CPO -> Styles & Templates ->Style Manager -> {your style} -> Common Templates FIND vBulletin ad locations which don't work properly: PHP Code:
PHP Code:
FIND: PHP Code:
PHP Code:
|
*yes, but how can I put the "remember password" on the side of the password ?
|
Quote:
|
I'm attempting to move from the built in vb advertising to RBS, and in doing so, I placed the "<!--@vbbanners:0@-->" code right into the "Ad HTML" field of the Previous Ad setup.
Now my ads aren't showing up. Did I do that wrong, or am I missing something else? |
bump to see if anyone can help out....
|
Quote:
Do I just put "<!--@vbbanners:0@--> " into the code section? |
vb 4.1.2 updated: In the "above footer" mine is actually "<div style="text-align:center"><!--@vbbanners:0@--></div>". I also manually added code after the first post somehow, but it looks like now they have a spot 'first post content' that would work.
|
Quote:
It's as though the code is not being inserted..... The Plugins are turned on and the product is enabled. I'm lost. |
"Manage Ads" has managed to insert the code into the correct templates.
ad_global_below_navbar <div id="ad_global_below_navbar"><vb:if condition="!is_member_of($bbuserinfo, 28)"><div style="text-align:center"><!--@vbbanners:0@--></div><vb:if condition="$adsshown[] = 1"></vb:if></vb:if></div> It sounds to me like there's an issue with the product....or more likely my understanding/setup. |
Does anyone have any info on the email that this sends to customers when a banner expires? I assume that it does send one, but I don't see where it can be edited. Any info?
|
Quote:
|
Quote:
<div id="ad_global_below_navbar"><div style="text-align:center"><!--@vbbanners:0@--></div></div> A better way is to put the banner into the template ad_navbar_below and cleanup even more, because ad_global_below_navbar is shown only at certain additionel conditions. The combination of both makes it difficult to understand what makes the banner show. <div align="center"><!--@vbbanners:0@--></div> |
Quote:
|
Quote:
I should mention I'm running the full suite if that makes a difference. Also, the reason I wanted to use the built-in ad management for usergroup management is because I have 20 usergroups on my site, one of which is for subscribers who pay to not view ads....and via the built-in ad management the "exclusion" can be controlled on a location by location basis, not on each banner like in your product. To manage it on your product, I need to put a list of 19 usergroup numbers in each and every banner I place on the site. It's not that I can't do that...it just seems ineffecient from a management as well as coding standpoint. |
Quote:
It may be an additional feature about user group exclusions, though. Not much code to add and a little change in the queries :) |
Quote:
Here's what I've tried. I moved to the default template with no customizations and placed <div align="center"><!--@vbbanners:0@--></div> directly into ad_navbar_below, but still got nothing. I think reinstalled the product overwriting the previous install, and I'm still getting nothing. I'm at a loss. |
Quote:
|
Quote:
|
Quote:
If you still have the default banners (at the beginning), could you please try to enable them and see if they show up? Else you may create a new image banner and make sure to use an extremely large timeframe to avoid it becomes expired for some reason. Or run this query to re-insert the default banners, provided you have id 1 and 2 free to use: Code:
REPLACE INTO `rbs_banners` (`id`, `name`, `url`, `image`, `text`, `startdate`, `enddate`, `impressions`, `notes`, `maximpressions`, `position`, `forumids`, `enabled`, `forumhome`, `clicktrack`, `maxclicks`, `clicks`, `m_expired`, `mails`, `usergroups`, `flash`, `object`, `embed`, `width`, `height`, `md5key`) VALUES |
Quote:
I tried even just placing some simple text into the Text box to see if it would appear....no luck. It's as though the plugin isn't responding to insert the code at all. |
Hi
I become no mail from rotating banner system? In the setup I enabled it and I have banner email address is also entered Why might that be? |
Quote:
|
Quote:
|
Quote:
|
Thank you for the mod.
http://www.teenbay.net |
Quote:
|
Great mod. I have this working on my site for the most part but have discovered that it is only showing banner IDs 1 through 8. I have 12 banners currently configured in position0(horizontal) but as I indicated only banners 1-8 are displayed, 9-12 do not ever show up. I am using image banners, no flash. I confirmed the image paths for the non-working banners are valid Below is the code I have entered into global_ad_below_navbar template
<center><!--@vbbanners:0@--></center> Here is what I have configured in the RBS options for Nth placeholder <!--@vbbanners:%d@--> Thank you |
Quote:
|
Great mod, its working well, and simple to use.
I have a couple of ideas for additions if you were thinking of adding anything. 1. The banners I sell get paid for 1 year in advance, I have an excel spreadsheet to tell me when they expire. I know your mod lets me know when the expire, but would be nice to know 1 week in advance so I can contact the payers just before it expires. So perhaps an addition of a date on when to send the alert email out just before the banner expires. 2. I have a section on the right hand side for small adverts, almost like text links. I have multiple ones in this area, all expiring at different times. If I have 3 banners areas on the rest of the page, I may need more than 7 cells for the right hand side text links. If I put them into one cell eg. <!--@vbbanners:2@--> then all these text links will rotate, showing one at a time. Perhaps have an option to show multiple adverts in one cell. Great mod, and keep up the good work :) |
Quote:
|
Quote:
|
Quote:
"Send expiration email x days in advance" would be a nice option. Or just automatically send them out 3-7 days prior. |
Quote:
Code:
AND enddate<" . TIMENOW; Code:
AND enddate<" . (TIMENOW - 86400 * N); I'm not sure if I will implement this feature. |
Is it possible that your addon causes xhtml validation issues if no usergroup is set, if it is allowed to see the banner?
Then Quote:
Please change the HTML Code:
& HTML Code:
& |
Quote:
If this is an issue for you, you may change the code accordingly for your server. When Apache will ever arrive to 3.x and HTML 4.x, or whatever will come, will be a de facto standard for all producers in the same manner (no exceptions made), I probably will follow the standards :) |
hello
How can I insert advertising in the first post of a thread. Does it somehow not quite. I use vb 4.12, as I would have to change because that template? |
Quote:
|
Quote:
ad_showthread_firstpost But there is a problem with that. It only works if one integrates xxxx ad_thread_first_post_content in the div block. This works not, It appears no ads: ad_showthread_firstpost: Code:
<!--@vbbanners:6@--> This works partly: ad_showthread_firstpost: Code:
<div id="ad_thread_first_post_content"> How can you prevent it? And yet another suggestion: Can not you install, which must be sent a monthly status e-mail with the number of visits, that would be great! |
All times are GMT. The time now is 10:24 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|