View Full Version : How To Add Ads
Steve038
03-22-2012, 02:40 AM
I know this is probably really simple, but I'm yet to figure it out on my own. I want to create an advertising space below the Navigation Bar that appears on each page of my forum. I want to then add advertisers logos into each space, that link through to their websites. I want the ads to appear randomly, so different ads can appear on the same thread at different times, if that makes sense? Ie, if you go into a thread, one advertisers logo will appear, but if you return to the same thread at another time, a different advertisers logo will appear.
I see within my Admin Control Panel, there is a section that shows the standard advertising space options, and there is an option for "Below Navbar" within the "Global" option when I click on "Advertising>Ad New Ad"
But how do I get from here to actually learn what the size dimensions are for creating the correct sized ad logo, and how do I then ad the logo and link into this space?
Sorry, I know this is probably basic stuff, but I've searched and can't find out how to do this. The vbulletin manual tells me what the different options are for, but doesn't seem to tell me how to do what I've listed above: https://www.vbulletin.com/docs/html/main/advertising_ad_new
Many thanks
blind-eddie
03-22-2012, 02:51 AM
This comes standard with vbulletin now, you will have to edit "ad_navbar_below" template to show an ad below navbar. There are other ad templates to show ads throughout your board & its simple to add more. As for sizes, thats up to you, you will have to add your code to the ad template & view it then change it if you don't like it.
The ad template I mentioned is from 3.8, though I don't think the ad template changed in 4.0.
I don't use 4.0 series.
Steve038
03-22-2012, 03:38 AM
Hey thanks for your help. Yeah I'm sure you're right, pretty sure this is as standard in my version of vb. I'm just wanting to know how I go about putting ads in that space. Here is a good example of what I want, just like on this site with the ad beneath the navbar: http://www.pro-touring.com/showthread.php?12647-what-cars-do-you-have-and-what-do-you-want-next
From what I can tell, vb.4 has this ad positioning as standard. How do I put my ads in there though?
blind-eddie
03-22-2012, 03:47 AM
In the ad teplate or Ad section in your acp add ad below navbar.
This is from the link you posted source code.
Add the following (Edit with your info)
<div style="width:468px; margin-left:auto; margin-right:auto; margin-bottom:5px; margin-top:-5px;"><div style="padding: 1px; border: none;"><a href="http://www.bbclassicsinc.com/" target="_New"><img src="./images/advertising/style2/295.jpg" alt="B&B Classics Inc." border="0" /></a></div></div>
Edit it to you liking or add your own info all together.
Steve038
03-23-2012, 03:31 AM
Thanks for that, but its the basics I'm struggling with, eg, when I go:
Control Panel>Manage Ads>Edit>then click on the "Below Navbar" option in Ad Selector, how do I then achieve what I want from the options available to me? Within this page are:
Title
Ad Location
Ad HTML
Display Order
The title and Ad location I've got sorted, but what info do I place in AD HTML?
How do I go about adding my logo into the "Below Navbar" space I've selected, then allow it to link through to my advertisers website when someone clicks on it?
--------------- Added 1332481016 at 1332481016 ---------------
In the ad teplate or Ad section in your acp add ad below navbar.
This is from the link you posted source code.
Add the following (Edit with your info)
<div style="width:468px; margin-left:auto; margin-right:auto; margin-bottom:5px; margin-top:-5px;"><div style="padding: 1px; border: none;"><a href="http://www.bbclassicsinc.com/" target="_New"><img src="./images/advertising/style2/295.jpg" alt="B&B Classics Inc." border="0" /></a></div></div>
Edit it to you liking or add your own info all together.
Hey blind-eddie, many thanks, this worked! I got a small part of my replacement code wrong, so it wouldn't work until I'd figured that out, but now its all sorted. Thanks heaps for all your help, I really appreciate it.
Just out of interest, you couldn't also tell me what the code is for all those small ads they have running down the right side of their page could you: http://www.pro-touring.com/forum.php
Thanks again
--------------- Added 1332484415 at 1332484415 ---------------
Now I have another question. I want to have multiple ads in the same location just beneath the Navbar. But I don't want them to cascade down the page, I want to make it so that when a page is visited, one advertising banner appears, and when that same page is visited at another time, a different banner appears, so they rotate in the same spot, if that makes sense? I thought maybe I could achieve this by changing the numbers in "Display Order" in Manage Ads in my Control Panel, but all this does is cascades them down the page.
Here is my website: www.theroaringseason.com
One other question, is it possible for the ads to not appear on the Home page? I only want them appearing on my forum pages, but its on my home page also.
Thanks again
bp323
01-10-2014, 05:01 AM
did you ever resolve how to get the ads in rotation??
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.