Hello, i made a code for the vip's on your retros
[code][CODE]Hello, i made a code for the vip's on your retros
Go to inc/tpl/generic-top.tpl
Find
Code:
case 3:
if (LOGGED_IN)
{
$allowDisplay = false;
}
break;
Under it, add
Code:
case 4:
if ($users->GetUserVar(USER_ID, 'rank') <= 1)
{
$allowDisplay = false;
}
break;
Go to your Database in site_navi, in the structure
add You can do secret page for your vip's, the visibility is fixed
For fix the files, go in them
and add under this code
Code:
if (!LOGGED_IN)
{
code........
}
with
Code:
else if ($users->GetUserVar(USER_ID, 'rank') <= 1)
{
/** Secret! **/ require_once "error.php"; exit; /** Secret! **/
}
You proteged for the user rank <= 1