
08-15-2007, 05:06 PM
|
 |
|
|
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Alfa1
Quote:
Originally Posted by Alfa1
I have these forum tabs on my site. I apply conditionals to them, so that the tab that corresponds to the section of the site you are on gets highlighted.
To do this for LDM, I need to define what the cat id variables of LDM are.
I tried this, but this didn't work:
PHP Code:
<if condition="in_array($foruminfo[catid], array(126,39, 43))"><li id="active"><a href="http://www.mysite.com/forum/local_links.php?catid=126" id="active">Videos</a></li><else /><li><a href="http://www.mysite.com/forum/local_links.php?catid=126">Video</a></li></if>
Andrew, could you please inform me of the cat id variables?
|
Just to clarify: I want to find the category id variables to have the right tab be highlighted when a member is in a certain category of LDM.
|
Quote:
Originally Posted by AndrewD
Give me a couple of days to look at this - I've not see this hack before.
|
Andrew, do you know the solution to this?
|