The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Ad Management 4 Details »» | ||||||||||||||||||||||||||
What does it do? Features include global settings, advertisements allowing template conditionals, ad sharing and ad revenue sharing, timed advertisements, preset popular ad locations and functions such as sponsors, additional custom ad locations, random and static advertisements and its all very easy to use. You can use it for ordinary ads like adsense, banner rotations, or any content at all as well as using it to manage ads outside your forum too. You can read in more detail about these and other features in the manual, which also contains some helpful notes and instructions, as well as the installation and upgrade instructions If you are using autoinsertion and were using vB Ad Management before version 4.00, you will need to remove your old template edits or advertisements will appear multiple times. Just reverse the old instructions below. Quote:
Show Your Support
|
Comments |
#2112
|
|||
|
|||
Hello,
On the next release, can you include an option in the registered users CP to view the ads if they want to? Right now our forums, like most I suspect, don't show for registered users. That's OK. However, some registered users, like me, want to see the ads! Or, is there a simply way to add this option to the user CP? |
#2113
|
|||
|
|||
Conditionals are no working... (click here)
And I would like to show ads in attachment.php, Its possible? |
#2114
|
|||
|
|||
Ok, one huge question. ( spent the whole day and could not do it )
I would like to have 2 leftcolumn ads one under the other. If I paste $leftcolumn_advertisement 2 times in my header template they appear right next to each other and not one under the other like I would want it. I know it would show 2 same ads but I would first like to be able to place them one under the other instead of lined up next to each other pushing the forum out. Thank You |
#2115
|
|||
|
|||
Quote:
$leftcolumn_advertisement <br> $leftcolumn_advertisement |
#2116
|
||||
|
||||
I'm using 3.7.8 and am getting:
Quote:
Any ideas? |
#2117
|
|||
|
|||
hi,
i'm newbie here and confuse to use vb ad management 4. 1. is it possible to add 2 column or more at left column ... or add 2,3 column at right column? - if possible a) how to do it and where. What's the steps one by one. i'm very new with vbulletin. 2. is this compatible with ultimate side column ? or i dont need anymore ultimate side column if i use vb ad management ? i've been looking all over the place still didn't find answer and currently very blur. Thanks a lot for any answer. |
#2118
|
|||
|
|||
<br> doesnt seem to work. They are still next to each other just not even (the second column is a little lower then first but not under
|
#2119
|
|||
|
|||
I use this which works for me:
PHP Code:
|
#2120
|
||||
|
||||
With this code, the advertisements you put in the ad code block will appear twice. The idea was to have 2 different ads appear one after the other.
Quote:
If you want 2 different ads to fall in-line vertically, the easiest code to use is this in the ad code block (you don't need to edit the templates): Code:
[first ad code] <br /> [second ad code] Code:
[first ad code] [second ad code] Code:
[first ad code] <br /> [second ad code]| [first ad code] <br /> [second ad code]| [first ad code] <br /> [second ad code] If centering the ads are an issue for you, the easiest solution for that is with this code used for each of the examples above: Code:
<div align="center">[first ad code]</div> <div align="center">[second ad code]</div> Code:
<div align="center">[first ad code] [second ad code]</div> Code:
<div align="center">[first ad code]</div> <div align="center">[second ad code]</div>| <div align="center">[first ad code]</div> <div align="center">[second ad code]</div>| <div align="center">[first ad code]</div> <div align="center">[second ad code]</div> Code:
<div align="center">[first ad code]</div> <br /> <div align="center">[second ad code]</div> While I'm here: The terminology is ad=advertisement add=mathematic function Jim PS: Merry Christmas |
#2121
|
|||
|
|||
Well yes I know the code posted was a bit iffy as a snippet, but I was trying to show that using <br /> works.
However you recommend using DIV instead of using seperate aligned tables? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|