Quote:
Originally Posted by a marked man 70
that sort of explains my problem then. but for me, it only registers the registered users in the top posts ect and not clan members or other groups apart from Admins or Moderators.
Can you tell me how to change it so that it does show all the groups, including admins and moderators please, then i can be a happy bunny.
Thanks
|
First of all, if you want to give credit to your Moderators like you did with your Admins, by having a special block for them, then goto microMEMBERS options and activate "Special Group". Then just below enter the usergroup id for them. Finally give a title for the box eg "Meet your ...Draculas
)
As for the code modification. Yes, in all Top poster blocks, only registered users (usergroupid=2) appear there. Till the time to add it in options blocks you can edit file memberidex.php (with a text editor like Notepad).
Search for:
- // Week's Top Posters
- // Month's Top Posters
- // Overall Top Posters
in all cases, some lines below you'll find:
Code:
WHERE usergroupid=2
modify it by adding:
Code:
WHERE usergroupid=2 OR usergroupid=.....
You can add even more on the same style like:
Code:
WHERE usergroupid=2 OR usergroupid=9 OR usergroupid=10
Save and upload !!
Mary