View Full Version : Remove "Date Added" column for specific categories?
jdebler
08-15-2007, 03:34 PM
I need to remove the Date Added column in one or two of my categories only. I tried using some basic IF statements in a couple of the templates, but it didn't work out well. Can anyone shed some light on this?
-Jason
Brian
08-16-2007, 01:12 PM
<if condition="$catid != X AND $catid != Y AND $catid != Z">
Date added code here
</if>
jdebler
08-16-2007, 01:18 PM
Date added code here
Thanks, which code is this? I see a couple of places that it could be in the ADV_LINKS_BROWSELINKS template but I am unsure and I don't want to wrap that IF around something I shouldn't.
Brian
08-16-2007, 01:21 PM
It would be the 'ADV_LINKS_BROWSELINKS' and 'adv_links_linkbits' templates.
jdebler
08-18-2007, 10:35 AM
Thanks, Brian! That worked great!
-Jason
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.