Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Stoker wrote:Then you have been using a non existing group id.
Navigate to ACP - Manage groups.
With the mouse cursor you hover the Settings options. The last number in the link is the group id
Yer i know that soon as i try that it doesnt work....
First post updated to use ranks instead. Seems like a better solution.
You just need to replace: group_id with user_rank 3 times in donate.php and then use the rank id.
Stoker wrote:First post updated to use ranks instead. Seems like a better solution.
You just need to replace: group_id with user_rank 3 times in donate.php and then use the rank id.
That works fine....
Only problem i have is that i have many ranks, with my supporter group in it...
e.g. Supporter (rank id = 100) Supporter/Moderator (rank = 151)
So that won't work for me
Stoker you can get the members of a group by using the group_memberships function located within includes/functions_user then use the PHP shuffle function on the array that is returned....eg
RMcGirr83 wrote:Stoker you can get the members of a group by using the group_memberships function located within includes/functions_user then use the PHP shuffle function on the array that is returned....eg