How to require login for navigation menu items?

On my navigation bar, guests can see "chat", but when they click on it, it requires them to login first to view the chats. So how can I do the same for Forums, Music, Members, pretty much anything else? Is there something in the chat.php file that causes this? I want guests to still see these options on the navigation bar, but not be able to click and view them until after they login. Thanks

Quote · 23 Mar 2009

chat has this:

$logged['member'] = member_auth( 0 );

add after:

check_logged();

in most case

I have video tutorials to help you mrpowless.com
Quote · 24 Mar 2009

thanks alot, that helps, but I cant find check_logged in the forum file. To do this to the forum, I assume I should be editing the index.php file found in the Orca folder, right?

Quote · 24 Mar 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.