Thanks.
Is there an "if condition this_script" for the main page only?
I'd like to post a welcome message with suggested downloads on the main page only. I try to edit links_main but it shows it in all categories.
Any way around this?
I used this for the 3.8.5 vb with ldm 2.
Code:
<if condition="$viewcatid==-1">bla bla</if>
Now im on vb 4.0.2 and ldm 3 and this does not work:
Code:
<vb:if condition="$viewcatid==-1">bla bla</vb:if>
Thanks,