Restrict Orca from visitors?
I want visitors to see all menu items, but visitors can't get to the content. To do this, I added this check loggin code to all pages. Orca is different. I don't know how to do the same for Ocra/forums. Any advice?
if ( !( $logged['admin'] = member_auth( 1, false ) ) )
if ( !( $logged['member'] = member_auth( 0, true ) ) )
if ( !( $logged['aff'] = member_auth( 2, false )) )
$logged['moderator'] = member_auth( 3, false );
I don't have the answers to your question but looks like you have the answers to mine.
Where exactly did you put the code you have listed? I want to let people see the home page items such as videos, photo gallery etc. but when they click on it, i want them to have to sign up.
Send me a message when you figure it out for Orca / Forums
>>>
Orca is different. I don't know how to do the same for Ocra/forums. Any advice?