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.
confused about the install of this product. Are you saying to upload the folder vbulletin to your forum level?
I replied to you by PM. As I don't know how everyone names the installation folder (eg forum, forums etc etc), I named my folder vbulletin. So any files and directories there, must be upload in the folder that you've install vBulletin.
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
Looks great! My only suggestion would be on the MemberIndex to have the "Meet Our ..." sections actually link to the usergroup pages. My Admins, Special Usergroups, etc obviously only show how many specified in the options but both groups have more than those 4 users. That way it'd all tie together a little more.
- memberindex.php loads very very slow (my site in general is speedy)
- top posters is blank
- featured members is blank (how do you mark a member 'featured' anyway?)
- I have 12 moderators, only 8 (the fixed number set in options) show up. Shouldn't they all show up by default? It doesn't make sense really.
- all of the IM/social icons are grayed out, even my own (and I have various IM's enabled)