Redirect index page to account page for members

Hi,

 

I want to know how to get people connected may not return to the home page, and finds himself automatically redirected to the member.php page.


thank you

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 15 Aug 2011

uppp

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 16 Aug 2011

Hello tevasas,

You can go to the index.php file and after the command check_logged(); you can add the following lines of code:

if(isLogged())
 header('Location:' . BX_DOL_URL_ROOT . 'member.php');

 

In that way people who are logged into your site will automatically be reloaded to the member.php page when want to go to the home page.

http://www.boonex.com/market/posts/kazatzo
Quote · 16 Aug 2011

Great thank you very much kazatzo :))

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 16 Aug 2011

I just tried putting this in my index.php page and it makes it go blank and no redirect. Any idea where it is going wrong?

Quote · 10 Jan 2012
 
 
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.