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

Reply
 
Thread Tools
microMEMBERS Details »»
microMEMBERS
Version: 1.0.0, by MaryTheG(r)eek MaryTheG(r)eek is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

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
  1. Upload all files and directories including at "vbulletin" directory to the directory where vBulletin is installed.
  2. Check at your AdminCP->vBulletin Options->Plugin/Hook System that Plugin system is enabled.
  3. From your AdminCP->Plugin System->Manage Products choose Add/Import Product and import the product: product_memberindex.xml
  4. 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.
  5. 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.

Comments
  #42  
Old 03-16-2009, 10:56 AM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TandyServices View Post
Shar-she.. She is the one that has been posting everyday and she was not in there..
As I thought, Shar-she is Moderator. Sorry but Moderators are not including on the Top users. Sure, if you don't agree with my approach on coding, it's very easy to modify your code to include them. Just think if it's fair for the members to be always at the back.

Mary
Reply With Quote
  #43  
Old 03-16-2009, 11:08 AM
TandyServices's Avatar
TandyServices TandyServices is offline
 
Join Date: Aug 2008
Location: All over the USA
Posts: 216
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You are so right.. it is there job to post and get people to post back.. Thanks again.. and love it.. Now just got to get the NORM members to post..lol..
Reply With Quote
  #44  
Old 03-16-2009, 11:56 AM
a marked man 70 a marked man 70 is offline
 
Join Date: Sep 2008
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that sort of explains my problem then. but for me, it only registers the registered users in the top posts ect and not clan members or other groups apart from Admins or Moderators.
Can you tell me how to change it so that it does show all the groups, including admins and moderators please, then i can be a happy bunny.

Thanks
Reply With Quote
  #45  
Old 03-16-2009, 02:48 PM
TandyServices's Avatar
TandyServices TandyServices is offline
 
Join Date: Aug 2008
Location: All over the USA
Posts: 216
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have have different users groups. Does this pick up the different groups or do I have to tell it what to pick in the files??
Reply With Quote
  #46  
Old 03-16-2009, 03:05 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by a marked man 70 View Post
that sort of explains my problem then. but for me, it only registers the registered users in the top posts ect and not clan members or other groups apart from Admins or Moderators.
Can you tell me how to change it so that it does show all the groups, including admins and moderators please, then i can be a happy bunny.

Thanks
First of all, if you want to give credit to your Moderators like you did with your Admins, by having a special block for them, then goto microMEMBERS options and activate "Special Group". Then just below enter the usergroup id for them. Finally give a title for the box eg "Meet your ...Draculas)

As for the code modification. Yes, in all Top poster blocks, only registered users (usergroupid=2) appear there. Till the time to add it in options blocks you can edit file memberidex.php (with a text editor like Notepad).

Search for:
  • // Week's Top Posters
  • // Month's Top Posters
  • // Overall Top Posters
in all cases, some lines below you'll find:
Code:
WHERE usergroupid=2
modify it by adding:
Code:
WHERE usergroupid=2 OR usergroupid=.....
You can add even more on the same style like:
Code:
WHERE usergroupid=2 OR usergroupid=9 OR usergroupid=10
Save and upload !!

Mary
Reply With Quote
  #47  
Old 03-16-2009, 03:42 PM
TandyServices's Avatar
TandyServices TandyServices is offline
 
Join Date: Aug 2008
Location: All over the USA
Posts: 216
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool fixed it all.. Just had to add the rest of the membergroups that do post..LOl.. that it is great..
Reply With Quote
  #48  
Old 03-16-2009, 03:54 PM
hoopsta hoopsta is offline
 
Join Date: Jan 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is sweet! thx!
Reply With Quote
  #49  
Old 03-16-2009, 04:03 PM
hoopsta hoopsta is offline
 
Join Date: Jan 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do I get members to show up beneath the TOP MEMBERS ?

http://www.1776patriots.us/liberty/memberindex.php
Reply With Quote
  #50  
Old 03-16-2009, 04:25 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hoopsta View Post
how do I get members to show up beneath the TOP MEMBERS ?

http://www.1776patriots.us/liberty/memberindex.php
Nice site
Just click the usergroup link on the top and you'll get the list.

Maria
Reply With Quote
  #51  
Old 03-16-2009, 04:43 PM
DobieGillis? DobieGillis? is offline
 
Join Date: Feb 2009
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

confused about the install of this product. Are you saying to upload the folder vbulletin to your forum level?
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 06:08 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06153 seconds
  • Memory Usage 2,320KB
  • Queries Executed 27 (?)
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
  • (3)bbcode_code
  • (3)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
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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