This AddOn replaces the file memberlist.php and shows this list in a better interface and adds more features in the listing (mostly in the PRO version). Please note, that as I said before, there is a replacement of the original memberlist.php, so in case that you want to revert back, you must re-upload this file from your vB distribution. Also after any vB upgrade you need to re-upload my memberlist.php (just re-upload, no re-importing the xml file).
2.- Features
Homepage with the following blocks
Meet Our Admins
2nd Same Block to promote another usergroup (PRO version only)
Top Rated Members (PRO version only)
Top Posters Last Week
Top Posters Last Month
Top Posters Overall
Just Join Us
*** All blocks can be turn On/Off and also you can change the title
Search Members
Username
Location
Join date
Posts
Age (PRO version only)
Points (PRO version only)
Infractions (PRO version only)
Aim, Icq, Msn, Yahoo, Skype (PRO version only)
For Messaging the search works like "Has Aim, Has Icq" and not as the native vB Search where you can search only for a specific account.
Rate This Member (PRO version only)
Contact Member
Email
PM
Add to Buddy
Send Friend Request
Aim, Icq, Msn, Yahoo, Skype (PRO version only)
Show Avatar or Image
Show Online Status
Reputation (PRO version only)
Featured Members (Different background color) (PRO version only)
3.- Installation
Upload all files in upload directory to your forum directory
Import product-forummembers.xml
Goto Forum Member Setting and set them as you like
Click "Usergroups" (Forum Members Menu) and select which usergroups you want to show (Hold Ctrl + Click for multi select).
Goto vB Usergroup permissions and set them accordinally.
4.- Copyright
This mod is an upgrade of Mary's MemberIndex for which I've got the rights. Copyright removal is phohibited (PRO version does not has copyright link).
You must set which usergroups to show. Many sites are using private usergroups which they don't like to show them in public. So visit your admincp and you'll find an option "Usergroups" in Memberlist plugin. You can select multiple usergroups by holding down the Ctrl key and clicking on them.
Chris
Can you do a screen capture of this? I can't find.
If you are like me and have custom usergroups and your new members are not displaying in the "just joined us" section you will need to edit the usergroupid in the memberslist.php
Find
Code:
// Just Joined us
if ($vbulletin->options["forummembers_newest"] == '1') {
$newusers_get = $db->query_read("
SELECT userid, username, usertitle
FROM ".TABLE_PREFIX."user
WHERE usergroupid=xx OR FIND_IN_SET(xx, membergroupids)
ORDER BY joindate DESC
LIMIT $limit");
and edit the usergroupid (xx) in red to represent your custom usergroup.
I was trying to look at (and locate) the PRO version, but when I click on the link, I get this?
Quote:
Not Found
The requested URL /vb4/memberlist.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at www.christeris.net Port 80
It shows our Top Overall Poster as a member with 1,400 posts ..
Yet, there's at least 8 members with higher post counts (one is at 5,000 posts) and they're not even listed?
PaulM's "Top Posters" mod shows the correct information and post counts.....
Am I missing something?
Thanks for any feedback ...
Regards,
Doug
The only that you're missing is that I found more reable to not include Admins/Moderators in top posters as they (by position) have always the highers posts. So, I'm showing there Top posters from usergroup 2 (registered members).