Andrew,
Could you please answer this:
Quote:
Originally Posted by Alfa1
Hi Andrew,
How do I find the url to link to a search query? I'd like to use keywords to generate forum topic specific links to relating files in LDM. i.e. use the url of a search query result and post that as a link.
Many thanks for your support.
|
And this:
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.