How to fix micromembers

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 !!
 
hmm doesnt work for me gives me a mysql error when adding new usergroups. Thank you Aly.


(Nvm stand corrected it worked just was doing ti wrong thank you so much)
 
Back
Top