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
  #72  
Old 02-11-2012, 03:31 PM
solohdes solohdes is offline
 
Join Date: Feb 2011
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChrisTERiS View Post
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.
Reply With Quote
  #73  
Old 02-11-2012, 04:22 PM
CharlieDelta CharlieDelta is offline
 
Join Date: Apr 2010
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The header image is not showing on my custom styles. It is shwoing fine on the default.

How can I fix this?
Reply With Quote
  #74  
Old 02-13-2012, 03:14 PM
CharlieDelta CharlieDelta is offline
 
Join Date: Apr 2010
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I sorted it out.

I added in the forummembers_index template
Code:
{vb:raw headinclude_bottom}
Right below
Code:
{vb:raw header}
So it should look like this
Code:
<body>
{vb:raw header}
{vb:raw headinclude_bottom}
{vb:raw navbar}
Reply With Quote
  #75  
Old 02-23-2012, 08:30 PM
CharlieDelta CharlieDelta is offline
 
Join Date: Apr 2010
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just realized you will also need to do the above ^ edit in the forummembers_search_results template as well.
Reply With Quote
  #76  
Old 02-23-2012, 08:40 PM
CharlieDelta CharlieDelta is offline
 
Join Date: Apr 2010
Posts: 616
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #77  
Old 04-20-2012, 08:24 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Regards,
Doug
Reply With Quote
  #78  
Old 04-20-2012, 09:10 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed with thanks ...

However, I'm confused ...

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
Reply With Quote
  #79  
Old 04-21-2012, 05: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 BadgerDog View Post
Installed with thanks ...

However, I'm confused ...

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).

Chris
Reply With Quote
  #80  
Old 04-21-2012, 05:22 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 BadgerDog View Post
I was trying to look at (and locate) the PRO version, but when I click on the link, I get this?



Regards,
Doug
Currently I haven't installed somewhere a demo for this mod.

Chris
Reply With Quote
  #81  
Old 04-21-2012, 09:35 AM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChrisTERiS View Post
Currently I haven't installed somewhere a demo for this mod.

Chris
Thanks ...

Is there someplace I can go to buy the PRO version of this mod?

Regards,
Doug
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 11:18 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.08186 seconds
  • Memory Usage 2,328KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_code
  • (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
  • (6)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)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_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