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.
Hey bro, my Top Posters of the week/month/overall are updated correctly. Some of the least active posters are in the lead. How do I go about fixing this?
Amazing mod, you have my vote for MOTM. One question...how do I set Featured Members? I have the feature turned on but I can't figure out how to select which members are featured, so it's just a blank section of the members list right now.
I thought I would let everyone know that it was Greek Easter Week for MicroHellas this past week... I'm sure she will be answering everyone's posts as soon as the festivities end .
If I am not mistaken, you need to pick which members who you want to be featured but I will check just to be sure. The icon is to the left just under their avatar/profile picture.
UPDATE:
Just tried it... that is how you show featured members.
Go into Styles > Edit Templates > Open either Navbar or Header and search for memberlist.php when found replace it with memberindex.php.
Code:
Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT user.userid, user.username, user.usertitle
FROM user
JOIN usergroup AS ugroup
ON ugroup.usergroupid=user.usergroupid
LEFT JOIN usergroup
ON (FIND_IN_SET(usergroup.usergroupid, user.membergroupids))
WHERE ugroup.usergroupid=5,7 OR usergroup.usergroupid=5,7
GROUP BY user.userid
ORDER BY RAND()
LIMIT 4;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '7 OR usergroup.usergroupid=5,7
GROUP BY user.userid
ORDER BY RAND()
' at line 7
Error Number : 1064
Request Date : Monday, April 20th 2009 @ 09:27:40 PM
Error Date : Monday, April 20th 2009 @ 09:27:41 PM
Script : http://www.familybunker.com/forums/memberindex.php
Referrer : http://www.familybunker.com/forums/
Classname : vB_Database_MySQLi
MySQL Version : 5.0.67-community-log
this is the error i got when i changed the memberlist.php to memberindex.php