The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
column on right of specific forum
i would like a column (for ads) adding to the right of forum display, but only in certain forums. firstly, can someone tell me how u would add a column (which template?) and secondly, what sort of if command would i need to put around it to specify which forum i wanted the column showing in.
|
#2
|
||||
|
||||
Quote:
To have this show up on only I forum, add a conditional around all the inserted textparts. Check for $forumid as well as $THIS_SCRIPT, if you only want it on certain pages in that forum. |
#3
|
|||
|
|||
im not exactly an expert with these if things... could you show me an example please.
|
#4
|
||||
|
||||
Ok hitmanuk32, you'll need to modify three templates to accomplish what you seek.
In template $phpinclude_start add the following at either the very beginning or the very end. PHP Code:
" HTML Code:
<!-- /logo --> <if condition="$show_ads"> <table width="$outertable" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="0" align="center"> <tr> <td valign="top"> </if> . HTML Code:
<if condition="$show_ads"> </td> <td width="150" valign="top"> YOUR AD CODE GOES HERE </td> </tr> </table> </if> |
#5
|
||||
|
||||
Quote:
This looks perfect, but I have a question. My forum width is set at 100%, which seems to the best option for my various users - how can I account for that here? Thanks in advance. I installed this but removed completely the references I was questioning, and it works fine without them. |
#6
|
|||
|
|||
We installed this mod (right column) on our board and found that it really slowed down the site - up to 15 seconds for the page to draw. (With just the simple right column mod that is referenced in the link above.)
Has anyone else found this to be true? Our conditionals work great and we only display ads to specific user groups. In addition, the right column disappears for our supporting members so they enjoy the full width of the page. It's a great setup if it weren't for the slow downs! |
#7
|
|||
|
|||
Quote:
We are back to speedy again.! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|