The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have attatched an image to this post, and you will see a red circle around the 'last posts' and 'thread', is there a way / mod to remove those two cells, but from only certain forums?
I have done a search through the mods and havnt come up with anything, but im not sure what it would be named, so just wondered if anyone else could shed some light onto the situation for me please? i want to remove botth cells. Kind Regards Stormraven. |
#2
|
|||
|
|||
![]()
It looks as though it uses the $forumbits variable, which calls from the templates:
forumhome_forumbit_level1_nopost forumhome_forumbit_level1_post forumhome_forumbit_level2_nopost forumhome_forumbit_level2_post You could possibly look in there and use <if> conditions to only display for certain forums, such as: HTML Code:
<if condition="$forum[forumid] == x"> what you don't want to include <else /> what you do want to include (the thread/post columns) </if> |
#3
|
|||
|
|||
![]()
Yes but how do i remove them, usually when i code for vb it causes more problems, does somoene know for sure?
|
#4
|
|||
|
|||
![]()
anyone?
|
#5
|
||||
|
||||
![]()
This will help you to remove them - How To Change The Ordering Of The 'Last Post', 'Threads', And 'Posts' columns
If you are only wanting to remove them for some forums, you will have to use a condition like that one above and probably do something regarding a colspan in a table cell (like the one for the title?). It may not be as easy as you want - you may have to play with it a bit. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|