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.
One thing though: I enabled it for pictures rather than avatars... a lot of my members have animated pictures. I notice when you click on the icon, it fades in a new window... the fading in restarts every time the animation completes. anyway to disable the fade-in?
just a few suggestions if you update if they haven't already been made.
Could you add the option to choose what usergroups can be shown in top posters sections,many forums like my own have custom usergroups I would like to show also.
I did see your post on how to edit memberindex.php to add groups,thanks.
an option to add profile fields individually by there number,this way users can add custom fields to the memberindex ,but only the ones they want.
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
First thank you for this great mod, really impressive.
Where exactly is the line to change on membersindex.php to add more the one user group to be showed on administrators block. I have two levels (two different usergroups) and they are not properlly showed. I tried also to use the Special Group box but it's only accept one usergroup at the time, I mean I can't set up two or three users groups just like separeting them with commas. Any tip ?
* I can't see Search Members?
* Whats the Featured Members?
* I've enabled vbCredits in the opitions but what does it do?
* How do you put Admins into Overal Posters?