Version: 1.0.0, by MaryTheG(r)eek
Developer Last Online: Mar 2012
Category: Mini Mods -
Version: 3.8.1
Rating:
Released: 03-14-2009
Last Update: 04-23-2009
Installs: 155
DB Changes Uses Plugins Auto-Templates
Additional Files Translations
No support by the author.
<U>
Removed by the Author because:
For 7 mods, there are 1905 downloads but only 577 clicked installed.
For these 577 installs I got 4 donations for Brand Free. Make a simple search on the net using the product name and you'll find that 50% have illegally removed my copyright.
I found 3 vb.org style sites, offering for download my mods but after PAID SUBSCRIPTION, or DONATION
After all, I'll stop be the idiot on this market.
Maria
</U>
microMEMBERS A Member list replacement Compatible with versions: 3.6.x - 3.7.x - 3.8.x
1.- What's this?
Replace the ugly Memberlist with a nice looking one and add more features like:
Member Ratings
Top Members
Featured Members
Improved Profile view
2.- Installation
Upload all files and directories including at "vbulletin" directory to the directory where vBulletin is installed.
Check at your AdminCP->vBulletin Options->Plugin/Hook System that Plugin system is enabled.
From your AdminCP->Plugin System->Manage Products choose Add/Import Product and import the product: product_memberindex.xml
Set the various options at: Member Index Options. If you can't see the menu on the left, press F5. Don't forget to choose which usergroups to show.
If you want to replace your current member list, you must edit the navbar template to point to memberindex.php instead of memberlist.php Otherwise you can add a seperate menu.
3.- Copyright
The script cannot be redistributed, reproduced, or published in any way. Modifying this script and sharing or publishing your modification A-N-Y-W-H-E-R-E without the author's written permission is not allowed, but you can modify it as you want but just for your own use.
Removing the copyright link back to our site is strictly prohibited without a donation.
Enjoy it!!
Mary
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Shar-she.. She is the one that has been posting everyday and she was not in there..
As I thought, Shar-she is Moderator. Sorry but Moderators are not including on the Top users. Sure, if you don't agree with my approach on coding, it's very easy to modify your code to include them. Just think if it's fair for the members to be always at the back.
You are so right.. it is there job to post and get people to post back.. Thanks again.. and love it.. Now just got to get the NORM members to post..lol..
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.
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