PDA

View Full Version : footer links


crzy
04-04-2013, 03:07 PM
Hi, i want to add link to footer but only want to display on forum home and unregistered people? How could i do this please?:up:

example of the idea

footer.php
If (forumhome) & (userid=1)
{
Links abc
}

Lynne
04-04-2013, 03:19 PM
in the footer template:
<vb:if condition="THIS_SCRIPT == 'index' AND $show['guest']">
your link
</vb:if>