Code: Select all
// Handle auto grouping
if (!function_exists('auto_group'))
{
include($phpbb_root_path . 'includes/functions_autogroup.'.$phpEx);
}
auto_group();
This is what the code look like nowParse error: syntax error, unexpected T_IF in /home/ichinchi/public_html/includes/functions.php on line 2620
Code: Select all
// append/replace SID (may change during the session for AOL users)
// Handle auto grouping
if (!function_exists('auto_group'))
{
include($phpbb_root_path . 'includes/functions_autogroup.'.$phpEx);
}
auto_group();
Anyone knowDanaldinho wrote:Is this possible with this MOD:
When a user signs up, they will come under a group called something like "Guest Users" and then after they have posted 5 posts, they will get put into the normal "Register Users" group?
Thanks
Yea, that's what this mod does.Danaldinho wrote:Anyone knowDanaldinho wrote:Is this possible with this MOD:
When a user signs up, they will come under a group called something like "Guest Users" and then after they have posted 5 posts, they will get put into the normal "Register Users" group?
Thanks
Ok, but you can't add any settings on the 'Pre-defined groups' can youAngry_Sun wrote:Yea, that's what this mod does.Danaldinho wrote:Anyone knowDanaldinho wrote:Is this possible with this MOD:
When a user signs up, they will come under a group called something like "Guest Users" and then after they have posted 5 posts, they will get put into the normal "Register Users" group?
Thanks
Guest user
Minimum: 0 Posts
Maximum: 4 Posts
Register Users:
Minimum: 5 Posts
Maximum: X Posts