Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Forum Members (membelist.php) Details »»
Forum Members (membelist.php)
Version: 1.2.0, by BirdOPrey5 (Senior Member) BirdOPrey5 is offline
Developer Last Online: Aug 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.1.x Rating:
Released: 11-17-2011 Last Update: 04-21-2012 Installs: 85
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

Further Development by BirdOPrey5
www.Qapla.com

Previous Development by ChrisTERiS

1.- What's this?

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
  1. Upload all files in upload directory to your forum directory
  2. Import product-forummembers.xml
  3. Goto Forum Member Setting and set them as you like
  4. Click "Usergroups" (Forum Members Menu) and select which usergroups you want to show (Hold Ctrl + Click for multi select).
  5. 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).

5.- Demo (PRO version)


Chris

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
7 благодарности(ей) от:
BCP Hung, McAtze, nacaruncr, Ramsesx, sadiq6210, z3r0

Comments
  #42  
Old 12-01-2011, 05:16 AM
zchartouni zchartouni is offline
 
Join Date: Nov 2011
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Mod! Would love to be able to search by custom profile fields as with the original member list.. But definitely a great upgrade from the stock list.
Reply With Quote
  #43  
Old 12-01-2011, 06:21 AM
Christos Teriakis Christos Teriakis is offline
 
Join Date: Jul 2011
Location: Thessaloniki, Greece
Posts: 1,228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mark.B View Post
I have now completed my work, using this to turn my memberlist into a sexy beast!
http://www.bowlandcentral.com/forum/memberlist.php

My only small concern is that this mod is very heavy on queries. I have 32 members per page and it's 138 queries.
Other than that it's great.
When I'll have some free time I'll change the way that queries work. This in no way means that the queries that Mary used are wrong. I'm just avoiding to use JOIN in queries, a command that can make a single query to be 5 or more. I've my own technique on this.

Chris
Reply With Quote
  #44  
Old 12-01-2011, 01:40 PM
SwollenCranium's Avatar
SwollenCranium SwollenCranium is offline
 
Join Date: Oct 2007
Location: Raleigh, NC
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mark.B View Post
I have now completed my work, using this to turn my memberlist into a sexy beast!
http://www.bowlandcentral.com/forum/memberlist.php.

You made the one shown in the link with THIS mod or the PRO version?
Reply With Quote
  #45  
Old 12-01-2011, 06:43 PM
zhai zhai is offline
 
Join Date: Jun 2006
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tagged. Nice Hack!

Anyway, this thread's title is missing a letter:
"Forum Members (memberlist.php)"
Reply With Quote
  #46  
Old 12-01-2011, 09:35 PM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by qpurser View Post
WOW... Really nice work!!
Maybe you share the code changes you made?
Wouldn't really be practical, my site's styles are already heavily customised.
Quote:
Originally Posted by SwollenCranium View Post

You made the one shown in the link with THIS mod or the PRO version?
This is with the Lite version, using the alternative file Chris provided for me a little higher up (this removes the "landing" page and allows you to go straight to the full memberlist without a usergroup selector bar).

Then it's mainly some template edits to get the look and feel I wanted. I also added some code to the file to do such things as pulling my custom user fields through that power the username foreground and background colours and also the vBStatus text, altering the format of the date, adding times, and a few fairly minor tweaks.

Redesigned the advanced search box to match the normal vB4 dropdown menus, and created a dropdown pre-populated with common filters (this replicates the ability to click the column headers to change the sort order that was present on the old memberlist).

All in all I am pretty pleased with the result, the memberlist is a much neglected area of vB.

Once Chris sorts the queries out this will be very good, at the moment a *really* busy site would get hit with the queries this creates.
Reply With Quote
  #47  
Old 12-01-2011, 09:44 PM
SwollenCranium's Avatar
SwollenCranium SwollenCranium is offline
 
Join Date: Oct 2007
Location: Raleigh, NC
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mark.B View Post
at the moment a *really* busy site would get hit with the queries this creates.
Indeed. I have a small site and had to uninstall this mod back when Mary had it because of the load.

Query fix will be welcome as the default vb member-list is a hideous monstrosity and has no place in a custom style.
Reply With Quote
Благодарность от:
CharlieDelta
  #48  
Old 12-02-2011, 06:55 PM
thientinh2110 thientinh2110 is offline
 
Join Date: Jun 2010
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not good at vbb4.1.8
Reply With Quote
  #49  
Old 12-02-2011, 07:06 PM
thientinh2110 thientinh2110 is offline
 
Join Date: Jun 2010
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Pro version, how do i have it?
Reply With Quote
  #50  
Old 12-06-2011, 08:06 AM
fluidswork's Avatar
fluidswork fluidswork is offline
 
Join Date: Apr 2010
Location: India
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just awesome !!!
Reply With Quote
  #51  
Old 12-07-2011, 04:01 PM
datoneer datoneer is offline
 
Join Date: Jul 2011
Posts: 453
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

4.1.8 not working, when i tried to click (example registered users list) nothing happend. I did set everything in usergroups
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:49 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04839 seconds
  • Memory Usage 2,327KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (7)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete