Set Front page

Hi,

Need a bit of help, iam trying to find out how i set the join Page as the first page members see before they get to the homepage, is there a way to do it, any help would be apprecited.

 

Thanks in advance.

Baz

www.ptcgalaxy.net
Quote · 28 Jan 2011

backup then open index.php

in the first open line add:

$iId = $_COOKIE['memberID'];
if(!$iId) {

echo "<script language=\"Javascript\">location.href = 'join.php';</script>";
exit;
}

index.php hasnt been in any patches and likely never will so you will not have to worry about upgrades. Keep notes of you modifications though.

I have video tutorials to help you mrpowless.com
Quote · 29 Jan 2011

Brilliant Thanks a lot

www.ptcgalaxy.net
Quote · 29 Jan 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.