I developed this mini-mod having in mind to deliver a better interface, more info and more configurable Memberlist replacement. Of course you can use it as standalone, or change the link to your navbar to redirect to my page.
1.- What I've in mind to improve next days
To change the info given in blocks for most active with number of posts and other statistics
To change the profile in listing by adding more info (eg biography etc). All of them can be turn On/Off by admin. Also to place in profile a popup with related options (eg Email, PM, Add to Buddy etc).
To add Advanced search, but much more powerfull than vB's. This is the reason that I left empty the left side bar.
To add in profiles other useful information pulling them from popular mods (eg vbCredits).
2.- Installation
Installation is pretty easy:
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.- For your info
This is not a Lite version, as I'm not planing to release a Commercial one. But you can find in our site, a Brand Free version for $15, a very fair amount as I believe. I don't like donations, so this is a great way if you want to support my work and to get something back in exchange.
I sincerely apologize.
My FTP must have failed during upload because the noavatar.gif did not exist in the images/misc/
99.9% sure I put it there but old age could be deceiving me.
Thank you for your support.
It works great now.
I was wondering if you could program it somewhere for it to grab one of profile fields and post it under there name and turn it into a link from another profile field.
My Site is community based so on registration we ask people what community they are from and then we ask them for the link to that community. I was wondering if you could make it so under there name in the Member Index?
I hope you dont mind but I added a couple plugins to the online functions
so it doesnt show up as Unknown Location in the user profile and WOL.
Plugins & Products --> Add New Plugin Plugin Number 1 Product: vbFMemberIndex Hook Location:vBulletin; Who's Online? --> online_location_process Title: WOL 1 Plugin PHP Code:
PHP Code:
if ($filename == 'memberindex.php')
{
$userinfo['activity'] = 'memberindex';
}
Plugin is Active: Yes
Plugin Number 2 Product: vbFMemberIndex Hook Location:vBulletin; Who's Online? --> online_location_unknown Title: WOL 2 Plugin PHP Code:
lol, I can't find it even with that said... where is it?
Follow these steps:
ACP MemberIndex->Options: Featured Members must be YES
ACP Usergroups Permissions: MemberIndex: Can Set/Unset Featured Members? Must be YES
Member listing: At the footer of every record on the left side, there is an icon. Click it and the Member will become "Featured". From that point the icon changes to another one. Clicking it again, unmark the Member from Featured.
There are two blocks : Last month'sTop Posters and Last week's Top Posters.
I think there is a little error with phrases. For example, when a member post today, the post count is update (+1 post) in the block Top Poster Last Week. Thus, it'sn't the last month but the last 7 days.
I think it's Last 30 days and Last 7 days. No ?
-------------------------------------------------------------
Other question about permissions :
I want that a usergroup can't use member index. How can I do ? Because when I use permission "Can see Members?", there is nothing.