View Full Version : How to remove the "Last Post", "Threads" and "Posts" Columns for CERTAIN categories?
Phornixx
06-01-2008, 01:58 AM
Hi! I need to remove the "Last Post", "Threads" and "Posts" Columns BUT just in one Category, I want the others to stay right how they are.
I've found some ways to remove these columns but in all FORUMHOME page, and that is something I don't want, I just want one category.
Thanks in advance!
veenuisthebest
06-01-2008, 02:06 AM
try wrapping the code in this. I think you know what code i'm talking about !!
<if condition="$forumid != X">........</if>
where X is forum ID where you do not what it to display.
Phornixx
06-01-2008, 07:01 AM
try wrapping the code in this. I think you know what code i'm talking about !!
<if condition="$forumid != X">........</if>
where X is forum ID where you do not what it to display.
I thought about that befor posting this, but according to my experience Template conditionals dont work that way, that conditional is read when you are in FORUMDISPLAY, but since you are in FORUMHOME, you are not in any forum ID or something, this may or could be done with other kind of conditionals I dont know about.
Thanks anyway.
Dismounted
06-01-2008, 09:43 AM
Look at the forumhome_forumbit templates.
Phornixx
06-01-2008, 03:05 PM
What exactly should I be looking in forumhome_forumbit templates? Because yet again if I change something there it changes for ALL the subforums and I just want one to change.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.