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
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. /unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm |
uppp /unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm |
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())
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 |
Great thank you very much kazatzo :)) /unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm |
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? |