index.php page to Join.php

Hello,

How I can link a user if is not a member  to  join.php

if  a member is  connect  to the community   i change that  the main page  is member.php

 

you have to edit the file index.php: after the line

Finde

check_logged();

add the line

if (isLogged()) { header('Location: member.php'); exit;
}

Quote · 9 May 2011

You should post this in the tips and tricks section. That's where newbies go to find answers.Cool

You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 9 May 2011

yeah   but  I need  to found  a  way  if  a user are not  connected  on the site the  first  page  is  the join page

 

like website.com    to  website.com/join.php

 

Quote · 9 May 2011

Have some one  a solution

Quote · 11 May 2011
 
 
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.