PDA

View Full Version : Adding custom links


Mayers
11-25-2004, 02:25 PM
Okay i'm very lost on how to add a custom link to my forum. I looked in the navbar template and don't see where i would add it. I want it to show only when someone is logged in. How would i do this?

Marc

Andreas
11-25-2004, 02:44 PM
Sorry, I don't understand what you want to do.

If you want to show comtent only to users that are logged in use


<if condition="$show[member]">
// put your stuff here
</if>

Mayers
11-25-2004, 11:53 PM
I edited my post for spelling. My goal is to add more links to the navbar, but when looking I was lost where i would place the links at.

Andreas
11-26-2004, 12:59 AM
Hmm ... add it wherever you want the links to appear. That's all I can say without knowing your navbar template and which links should appear where.