The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Fair enough, but I tried the condition but could get it to work.
|
#12
|
||||
|
||||
Usually, the best way to get help instead of just saying "it doesn't work" is to spell out exactly what you did - tell us the template or file and post the contents of what you did using the html/php tags around the code. And, an image of the result or telling us what happened would help.
Also, sometimes the best thing to do is spit out the variables right in your page so you see what is going on. Put $foruminfo['forumid'] right there in the template and see what number gets spit out and see if you've been using the correct id. Sometimes you have to play with code to get it to work unless you are some master coder who always gets it right the first time. |
#13
|
|||
|
|||
Wish I was lol, well i've added:
Code:
<if condition="in_array($foruminfo['forumid'], array(1,2,14))"> <tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="175">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> </if> However it removed Forum - Last Post - Threads - Posts from the catergorys. I will add $foruminfo['forumid'], and see what it says. Edit: tried to add, got a vbulletin error something on line ##. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|