The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hey, I have one category set up using the Multiple Forums in Columns view. So obviously when they are in different columns, the row/header that says "Forum" "Last Post" "Threads" and "Posts" is useless for that particular column because they don't line up anymore. Is there a simple way to remove this header from a specific category, or can I only remove it from all at once (which I figured out, but made the other normal categories look like crap). Thanks
|
#2
|
|||
|
|||
![]()
Can you provide a link to your forum so we can help more effectively?
|
#3
|
|||
|
|||
![]() ![]() The bunch of black boxes are forum names. Eventually they will have the threads/posts/last post beneath them, but the general idea is that it's 3 forums across. So at the top where it says Forum then Last Post etc it is trying to line it up with where the forum name and last post and threads/postd SHOULD be, as seen in category test1. Basically I want to get rid of the blue bar between that first red box (the category name) and above the other black boxes (the forum names set up in categories). I mean I can figure out how to remove that bar all together but then it gets rid of it for every category, and I want it to still be in the other categories (like test1) |
#4
|
|||
|
|||
![]()
You should be able to do this by wrapping a conditional around the html and change X to the forumID where you don't want it to be displayed.
So something like this: Code:
<if condition="$forum[forumid] != X"> <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> |
#5
|
|||
|
|||
![]()
Awesome, that did it. Thanks for such a quick response too.
|
#6
|
|||
|
|||
![]()
No problem, glad to help
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|