Code: Select all
if ($user_id == ANONYMOUS)
{
continue;
}
Code: Select all
if ($user_id == 1 || $user_id == 2 || $user_id == 3)
{
continue;
}
All members of your board should be members of the registered users group. Group ManagementAlamin wrote:If anyone register then he is member of Leecher group after 10 post he become Register member.
Code: Select all
* Except for this groups ( Admin will type the group id separated by Line)
* Except for this member ( Admin will type the group id separated by Line)
* Except for the Rank ( Admin will type the group id separated by Line)
Code: Select all
Auto Group Settings
Minimum days of membership
Maximum days of membership
Minimum post count
Maximum post count
Minimum warnings points
Maximum warning points
Make default automatically
Users change their default group upon being added to this group.
damienhbg wrote:i've installed but dont know where to set this up? anyone?
well this helped me look in the right spot, however, on the settings page for a created group i see nothing about auto groups or similar settingsghosthouse wrote:Hi damienhbg,
To setup your auto group rules go to:
ACP -> Users and Groups -> Manage Groups
Then Click on Settings for the group that you want to use auto group and specify the settings.
Hope this helps
Please help me.danswano wrote:Is it possible to make this mod compatible with User Reputation Points http://www.phpbb.com/community/viewtopi ... &sk=t&sd=a
I mean in your mod there is :What about a new option called:Code: Select all
Auto Group Settings Minimum days of membership Maximum days of membership Minimum post count Maximum post count Minimum warnings points Maximum warning points Make default automatically Users change their default group upon being added to this group.
Minimum Reputation Points
Maximum Reputation Points