Topic: Adding a link in the top menu that only registered users can see

Hello all, I plan on implementing a Free Image Upload section to my forum, but i only want the link visible by people that are registered users. Where would I edit this? I want the link to be at the end of the normal main menu links. i.e. 

    * Index    * User list    * Search    * Register    * Login/Logout    *Image Upload

I've fumbled around looking through it all but to no avail. Please help out! Thanks a ton

http://www.dndonlineforums.com

Re: Adding a link in the top menu that only registered users can see

There already is a thread about this. Add it to the menu generation function in funtions.php
http://punbb.org/forums/viewtopic.php?id=10578

3

Re: Adding a link in the top menu that only registered users can see

The secret is not to screw up your common lang file and to add it to both PUN_MOD and then after in the else statment (that's all of the admin stuuf.)