Members only

Hi i would like to know how i can set my site to be a members only site, but still retain the ability for guest to see the shell of it all...

Guests having the ability to see my home page, search, top six members and so forth.. but not being able to actualy search or actualy see the member's profile... just the sneak peak tease... when the guest clicks on anything, system should reply: You have to sign-in to access this area, "MEMBERS ONLY"... This way they will be forced to open an account, alowing my site to have one more member before they see the discouraging number of members on the site, that is thae case in the begining of a new place.

So, guest can see search system but not actualy search...

Quote · 14 Sep 2008

Look at the admin - settings - membership levels...

Kids first
Quote · 14 Sep 2008

How to Restrict Pages to Members Only?

Add this to each page after the check login line:

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 );

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

Quote · 14 Sep 2008

check_logged();

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

will enough instead code above :)

Quote · 15 Sep 2008

Sorry for my ignorance, but files? ...

I want all the systems or madules to do this...

 

And thank you guys for being so helpfull... =) 

Quote · 16 Sep 2008

Never mind I found it, It's in the root folder. It worked perfectly!!!! HAHAHA i'm so happy.... thank you guys so much =)

Quote · 16 Sep 2008

Is it possible to redirect page to login or better yet signup?

For example, as in feedback-page (story.php)?

Have tried to locate "check_logged();" in story.php, but can't find out how i works...

Quote · 15 Oct 2008
 
 
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.