Quote:
Originally Posted by Bigj85
well it looks like you won't get any help from the developer so...
Open memberidex.php and look for the lines // Week's Top Posters // Month's Top Posters and // Overall Top Posters under those lines you will find
PHP Code:
WHERE usergroupid=2
now you wanna add the groupids of your custom groups
like this
PHP Code:
WHERE usergroupid=2 OR usergroupid=x OR usergroupid=x
replace the x's with the ids of your groups,you can find the group id by going in your admin cp and navigating to "Usergroups/Usergroup Manager"
|
Don't always shoot the developer. Spend some time to read the previous posts.
I've replied on it some pages before (page #3):
https://vborg.vbsupport.ru/showpost....9&postcount=45
Maria