View Full Version : is this possible?
Stormraven
05-13-2009, 01:25 AM
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.
sheppardzwc
05-13-2009, 02:24 AM
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:
<if condition="$forum[forumid] == x">
what you don't want to include
<else />
what you do want to include (the thread/post columns)
</if>
I honestly don't know how it's displayed or how it could be modified at the moment. Sorry.
Stormraven
05-13-2009, 10:40 PM
Yes but how do i remove them, usually when i code for vb it causes more problems, does somoene know for sure?
Stormraven
05-24-2009, 11:11 PM
anyone?
Lynne
05-25-2009, 01:44 AM
This will help you to remove them - How To Change The Ordering Of The 'Last Post', 'Threads', And 'Posts' columns (http://www.vbulletin.com/forum/showthread.php?t=228622)
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.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.