Quote:
Originally Posted by am-fs
yea, but if there is no radio templete (deleted )
the nav bar link goes to the radio.php url instead of the radio.blog/index.php url.
right now it is set so only logged in members see it
But if just added the link to my main forum it will show at all times
i just wondering what makes it go to the radio.php if there is no templete or if there is a templete?
im boggled
|
then just add teh <if> comments
example you added the link : <A href="www.domain.com/radio.blog/index.php">
add
<if condition="$show['member']">
<A HREF="www.domain.com/radio.blog/index.php"> Radio</a>
<else />
Your appearing as unregistered, please register by clicking <a href="register.php?$session[sessionurl]">here<a/> or check your emails to activate your account, if your still having problems click <a href="sendmessage.php?$session[sessionurl]">here</a> to contact the webmaster
</if>
try that....