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 |
#1322
|
|||
|
|||
What needs to take place for the Usergroup: Unregistered / Not Logged In to see the ads, or any other group aside from admin for that matter?
Looking through the properties for the groups, I do not see anything specific for making ads viewable, nor in the ad settings. Thanks in advance. |
#1323
|
||||
|
||||
|
#1324
|
|||
|
|||
Quote:
Code:
<tr align="center"> <td class="alt2"> <img src="$stylevar[imgdir_statusicon]/forum_link.gif" border="0" alt="" /> </td> <td class="alt1Active" align="$stylevar[left]"> <div> $forumbit_adcode </div> </td> <td class="alt2"> $vboptions[adintegrate_adtitle] </td> <td class="alt1Active"> - </td> <td class="alt2"> - </td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="alt1Active"> - </td> </if> </tr> Code:
<tr align="center"> <td class="alt1Active"> <img src="$stylevar[imgdir_statusicon]/thread_moved.gif" border="0" alt="" /> </td> <if condition="$show['threadicons']"> <td class="alt2"> </td> </if> <td class="alt1Active" align="$stylevar[left]"> <div> $threadbit_adcode </div> </td> <td class="alt2"> $vboptions[adintegrate_adtitle] </td> <td class="alt1Active"> - </td> <td class="alt2"> - </td> <if condition="$show['inlinemod']"> <td class="alt1Active"> </td> </if> </tr> |
#1325
|
|||
|
|||
Quote:
Hi - I have excatly the same question as dssart. It would be great to know what scripts to exclude. |
#1326
|
|||
|
|||
Hey redtyger..
couldnt find the following in my style templates Quote:
|
#1327
|
|||
|
|||
Is it possible to have an alternate ad if the chosen ad is excluded on certain forum/s?
Like for example, an adsense is place on the header globally except for adult category/forum. So instead of displaying adsense on that adult category, an alternate ad will be displayed (could be bidvertiser, adultfriendfinder, etc.). |
#1328
|
|||||
|
|||||
Quote:
Quote:
Quote:
Code:
<tr align="center"> <td class="alt1Active" align="$stylevar[left]" <if condition="$vboptions['showmoderatorcolumn']">colspan="3"<else />colspan="4"</if>> <div> $forumbit_adcode </div> </td> <td class="alt2"> $vboptions[adintegrate_adtitle] </td> </tr> Code:
<tr align="center"> <td class="alt1Active" align="$stylevar[left]" <if condition="$show['threadicons']">colspan="4"<else />colspan="3"</if>> <div> $threadbit_adcode </div> </td> <td class="alt2"> $vboptions[adintegrate_adtitle] </td> </tr> Quote:
# You can put it anywhere you like. # Try putting it at the bottom. Quote:
|
#1329
|
|||
|
|||
O.K., this seems to work..I monkeyed around with it, tell me if you think it's O.K. as far as the structure of the code. I'm just hacking here and I'm no coder, so if it looks bizarre, it probably is:
Code:
<tr align="center"> <td class="alt2"> <img src="$stylevar[imgdir_statusicon]/forum_link.gif" border="0" alt="" /> </td> <td class="alt1Active" align="$stylevar[center]" colspan="2"> <div> $forumbit_adcode </div> </td> <td class="alt1Active"> $vboptions[adintegrate_adtitle] </td> <td class="alt2"> - </td> </tr> This formats the columns the way I want it, however it displays differently in Internet Explorer than it does in FireFox. In Firefox, it displays nice. The right margin fits within the browser screen. In IE, the right hand margin shoots off a few columns. Any ideas? I could post a few images if it will help. |
#1330
|
||||
|
||||
Screenshots would help, yes.
|
#1331
|
|||
|
|||
Gotcha..both below images use the code I've attached above. The first image shows the code as displayed in Firefox. The forum table is centered neatly and nicely within the browser window. The right edge has the same number of pixels of space between the table and the edge of the browser window as the left edge. No horizontal scroll bar. The second shows the code displayed in Internet Explorer. Notice how the right edge of the table goes way off the browser screen, which in turn throws of the formatting of the entire forum table and results in the horizontal scroll bar at the bottom of the browser. Firefox rendition is the desirable formatting. IE is baaad.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|