![]() |
Quote:
|
Quick Question.....
which template should I be using to get a banner in the blank space between the navbar and the body?? thanks... |
Quote:
|
I can't get this to show up in a CMS widget, Do i need to use a static html widget? and do i just put @vbbanners:%d@ in it??
I have vbseo installed, I've changed the place holder as per the PDF but still can't get it to work. |
Quote:
I want to use the space between the body and navbar.. |
Quote:
In Styles & Templates, select the navbar template for your style. Look for this code.. Code:
{vb:raw ad_location.ad_navbar_below} Code:
</div><!-- closing div for above_body --> Code:
</div><!-- closing div for above_body --> |
I'm about to upgrade from 2.2.6. to 2.3.1.
Will all my settings and click counters be reset during the upgrade? |
Quote:
|
I found out using the <!--@vbbanners:0@--> code will work in the vB Advertising program.
It didn't prior, but for some reason it is now working. I am using the BETA 4.1.2 MS. This may have something to do with it working properly in the advertisement section. It's much better when you don't have to edit code. |
how can I add a 10th vertical position?
|
Quote:
|
Quote:
http://www.detailingbliss.com/ I used the 9 vertical positions in the sidebar to track each banner. If I use 1 of those again I could possibly have a duplicate show. correct? |
Quote:
Typically, a 9 banner layout each below each other would look like: <!--@vbbanners:1@--><br /><br /> <!--@vbbanners:1@--><br /><br /> <!--@vbbanners:1@--><br /><br /> <!--@vbbanners:1@--><br /><br /> <!--@vbbanners:1@--><br /><br /> <!--@vbbanners:1@--><br /><br /> <!--@vbbanners:1@--><br /><br /> <!--@vbbanners:1@--><br /><br /> <!--@vbbanners:1@--> No matter what, each banner can be click tracked accurately. Of course, if you need each banner to stay in a certain place, then it does not make much sense to use this plugin and you are better off with a manual insertion of each of the banners in your templates ;) |
How do i insert the banners on the classified and gallery pages? ? ?
Thanks. |
Installed Excellent
Just some ads like this http://media.markethealth.com/banner...465&aid=422154 doesn't shown up. what's the problem?> |
1 Attachment(s)
Quote:
At my site they do ... please try a little harder :) |
Quote:
|
i did but still nth happened what should i do?
|
Works great, thanks!
|
Ok I'm stumped!! I have been running this mod fine for months.
But now I have a problem. I currently run a single ad placement in the header just below the log in as well as the 2 default VB ads under navbar and footer. What I wish to do is place a rotational ad into a cms widget. I can get the widget to work fine when using: <!--@vbbanners:0@--> But adding banners to another list and using that instead won't work. It seems I have the nth placeholder in options set to <!--@vbbanners:0@--> so it wont show anything else I assume? Reading this thread it seems that should be <!--@vbbanners:%@--> instead but changing that makes the ads in the header disappear. So It seems I can only show ads in <!--@vbbanners:0@--> with that same code as the nth placeholder. What am I doing wrong? I use the <!--@vbbanners:0@--> code in the ad location template Help?!! |
I've had this add-on working beautifully from vBulletin 3.x right through to 4.12.
Hwever, I've just added my first Flash banner. The placeholder for where I've entered the information for the Flash ad is in a centered div. For all of the static banners, this works perfectly. But the Flash banner, although it displays fine, is left-aligned instead of centered. Any idea? Is this something to do with the Flash wrapper? =============== Updated: Apologies. This was my error. I had a placeholder inserted in the ad template for this position prior to the addition of the "Advertising" feature in the Admin CP. When I updated to use the vBulletin Advertising locations, the older placeholder (which was not centered) got left behind in the original template. Removing the redundant placeholder fixed the problem. Interestingly, when using regular image banners, this was not a problem. It was only when I tried to use the Flash wrapper that the olde redundant placeholder took precedence over the newer ACP Advertising positions. |
I must be a dummy, but I don't often work in the admin.
Is there anyone who can simply point me into the right direction? I can't see any banners on the online forum. Neither the banners that were installed with this mod. All seems to work fine inside of the admin. But apparantly there is something I miss that I don't see in the installation instructions. I cant' get the banners to show up. Next to that I see one of the images you provide with the mod. But I can't find this page and have the feeling it's essential. Where do I look in the templates for this page? I am kinda lost here. *^^* I can't find the template. https://vborg.vbsupport.ru/attachmen...4&d=1290115479 Kind Regards, M. |
It says right in the top of the picture "ad_navbar_below" so, use your "search in templates" option in the AdminCP, and search for that. Enter in the information, and there ya go.
|
Working great, thank you. Can you tell us how to edit the email sent in the banner event notifications?
|
can someone point me in the right direction? we just upgraded from 3.6 vb to 4.x vb and now I can not get the ads to work. I am sure it is because the code is now missing from the template, but when I add it back in they still do not show up.
do I need to upgrade my rbs to the latest version? if I do this, will I lose the banners I currently have in there? ...update I went ahead and upgraded to 2.3.1 and still can not get it to turn on. I have tried using the ad manager in vb, i have edited the ad_navbar_below template etc. nothing is working Thanks in advance |
got it fixed... thanks
|
Quote:
Sorry |
Great mod.
Working fine on 4.1.1 with a few tweaks. Would suggest one thing. A preview mode/button please :) Thanks for the mod :D |
OK, I'm stumped. One of the flash banners I run is directly below the Notifications dropdown for PMs.
In order to allow the dropdown to go over the flash banner I modified the code and added wmode="transparent" as shown below... Code:
$embed = '<embed src="' . $bburl . '/bas_wrapper.swf" FlashVars="banner=' . $image . '&jlink=' . $url . iif($rs['width'], '&bwidth=' . $rs['width']) . iif($rs['height'], '&bheight=' . $rs['height']) . '" wmode="transparent" loop="false" pluginspage="http://www.macromedia.com/go/get/flashplayer" type="application/x-shockwave-flash" ' . iif($rs['width'], ' width="' . $rs['width'] . '"') . iif($rs['height'], ' height="' . $rs['height'] . '"') . '></embed>'; Any ideas how to fix this? |
Quote:
Quote:
Quote:
|
Why don't you try to insert your Flash banner this way:
HTML Code:
<code> |
Quote:
The problem comes when you have a banner in such a position that a menu needs to drop down over them. My modification of the code allows that. But, now when the banner is clicked sometimes two windows open. One with the actual proper link, another with the banner itself. Quote:
|
Quote:
|
I had installed Rotating Banner System. This system is working on Header 1, and Below Navbar, but not Above Content 1. I do not know why. Can anyone tell me? Thanks.
|
Quote:
If you only have 2 banners and they are already displayed in Header 1 and Below Navbar, the Above Content has nothing to display. |
1 Attachment(s)
For those having the same problem I was having with the flash banner itself loading in one window and the link for the banner in another, the attached swf fixes that problem.
In the original swf supplied with the Banner System, there were two items, one with an onClipEvent (mouseUp) and one with an on (release) event which are in effect the same thing, and this was causing two windows to open. This swf eliminates the onClipEvent (mouseUp) for the banner container and leaves the on (release) for the button. That way click tracking continues to work. Changes made to flash source: REMOVED: Code:
onClipEvent (mouseUp) Code:
on (release) |
Quote:
|
Quote:
I just checked, and I have the same problem. |
Quote:
|
It's been a long time since I used this mod and with new changes and features I cannot get this to work on my vB 3.6.7 version.
I have tried every imaginable thing and the templates are returning only the raw code of placeholder name. Here are the screenshots of my settings: Banner Settings: https://vborg.vbsupport.ru/external/2011/03/46.jpg General settings: https://vborg.vbsupport.ru/external/2011/03/47.jpg and Template code on my navbar template https://vborg.vbsupport.ru/external/2011/03/48.jpg I have vBSEO and I used custom placeholder name to avoid HTML cleanup issue. At beginning nothing was even showing up. Once I changed hook locations for plugin Banner Insertion from global_complete to parse_templates, only the raw placeholder code is shown and not the actual banner as in: Code:
#reklama:0# I am using image banner and need to have click tracking feature enabled. Many thanks for your time. |
All times are GMT. The time now is 02:36 PM. |
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:
|