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

Reply
 
Thread Tools
Customizable Roster Details »»
Customizable Roster
Version: 4.1.0, by Sarcoth Sarcoth is offline
Developer Last Online: Mar 2017 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 4.1.0 Rating:
Released: 02-07-2010 Last Update: 01-04-2011 Installs: 318
Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

Customizable Roster

Introduction:

This Mod is ideal for a Guild/Clan roster, but it is also a great replacement for the memberlist. Customize it any way you like: add or remove columns with just a few easy edits. The installer includes permission control that allows you to set which groups appear on the roster and which ones can view it. The most popular option is the ability to control advanced sorting; check it out!



Installation:

Step 0: If you are upgrading from a previous version, save a copy of your old showroster.php and rename your showroster templates (I recommend giving them an underscore prefix; Example: _SHOWROSTER). When upgrading from version, make a copy of all your templates, then revert the templates back to their default, and then uninstall the older version. Also, make sure you delete the bitfield_showroster.xml file in the /includes/xml directory; this will cause database errors if not deleted.

Step 1: Download the showroster_vX.X.X.zip file and unzip it.

Step 2: Upload the files to their correct directories.
Upload the showroster.php to the /forum/ directory.
Delete the bitfield_showroster.xml in the /forum/includes/xml/ directory (if there).
Step 3: Admincp > Plugin & Products > Manage Products > Add/Import Product
Import the product-showroster_v4.x.x.xml file.
Step 4: Admincp > User Profile Fields > Add New/Update User Profile Field
Add all the Profile Fields you plan to use and keep track of their number(s) (i.e. field6, field7, etc.).
Step 5: Admincp > Settings > Options > ShowRoster Settings
Update the settings for your roster: usergroups allowed to view the roster, usergroups that are displayed on the roster, the title and field# for each of your columns on the roster, and any of the many other settings.
Step 6: Admincp > Styles & Templates > Expand > ShowRoster Templates > SHOWROSTER, showroster_header, and showroster_userbits
You only need to adjust these if you have custom adjustments to make. Otherwise, there is no longer a need to change these.
NOTE: See installation and upgrading instructions in the included corresponding txt files.


Version Updates: See 2nd post.
FAQ: See 3rd post.
Screenshots: See 4th post.

PLEASE CLICK INSTALLED.
Support will be given to those that do.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
KorvinGump

Comments
  #552  
Old 05-27-2012, 09:11 PM
thecore762 thecore762 is offline
 
Join Date: Jul 2008
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is a step by step instruction:

1. Go to AdminCP>Plugin & Products> Add New Plugin

2. From the drop down select Showroster Mod
3. From the second drop down select navigation_tab_complete

4. Then copy and paste the following:

Code:
if (THIS_SCRIPT == 'adv_index' || THIS_SCRIPT == 'showroster') 
{ 
$tabid = ''; 
}
5. Then make sure you change "Plugin is Active" to yes.
6. Save and reload.
Reply With Quote
Благодарность от:
Kiint
  #553  
Old 05-28-2012, 08:17 PM
icekola icekola is offline
 
Join Date: Mar 2005
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
Here is a step by step instruction:

1. Go to AdminCP>Plugin & Products> Add New Plugin

2. From the drop down select Showroster Mod
3. From the second drop down slect navigation_tab_complete

4. Then copy and paste the following:

Code:

if (THIS_SCRIPT == 'adv_index' || THIS_SCRIPT == 'showroster') 
{ 
$tabid = ''; 
}

5. Then make sure you change "Plugin is Active" to yes.
6. Save and reload.
Thank you, much appreciated. Worked like a charm.
Reply With Quote
Благодарность от:
thecore762
  #554  
Old 06-09-2012, 02:25 PM
kevius kevius is offline
 
Join Date: Oct 2009
Location: France
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks a lot for this very important modification for 4.2 !
Reply With Quote
  #555  
Old 06-11-2012, 01:37 PM
Merlok Merlok is offline
 
Join Date: Mar 2011
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am using your mod and I really like it. But I think that I found a bug.

I want to display a custom profilefield I created in the showroster table.
This custom field is a checkbox field, where my users can make multiple selections.

Now, if anyone of my users is selecting something (i.e. a user makes only one selection) the result which is displayed in the showroster table is a certain number instead of the text value the user selected.

Do you know a solution for this?
Reply With Quote
  #556  
Old 06-15-2012, 12:12 PM
Kiint Kiint is offline
 
Join Date: Nov 2006
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've been messing with my own project and wish to display results of a query into seperate groups like you have on your roster home page but cannot find out how to do it.
My database has two tables, one with the user details and another with the ranks of each user, linked by the rank_id to the char_rank field in my user_details table.

I would like to display the results like this:

Guild leader
(lists all members of this group)

Officer
(lists all members of this group)

Could you point me in the right direction, maybe a link to how it's done or tell me where in your roster code that it does this.

As you can guess, I'm a beginner in this kind of thing

Any help is appreciated
Reply With Quote
  #557  
Old 06-25-2012, 11:04 AM
CAG CheechDogg's Avatar
CAG CheechDogg CAG CheechDogg is offline
 
Join Date: Feb 2012
Location: Riverside, California USA
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Merlok View Post
I am using your mod and I really like it. But I think that I found a bug.

I want to display a custom profilefield I created in the showroster table.
This custom field is a checkbox field, where my users can make multiple selections.

Now, if anyone of my users is selecting something (i.e. a user makes only one selection) the result which is displayed in the showroster table is a certain number instead of the text value the user selected.

Do you know a solution for this?
I would like to know this as well, I have been trying to add a profile field which displays multiple selections not just one, but instead I get a number instead of the text.

Any help on this?
Reply With Quote
  #558  
Old 07-22-2012, 05:39 PM
KGodel's Avatar
KGodel KGodel is offline
 
Join Date: May 2011
Location: Indiana
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I do not think Sarcoth's mod can do this without some editing. kh99 pointe this article out to me in a post: https://vborg.vbsupport.ru/showthread.php?t=250418 Find "For Multiple-Selection Menu and Multiple-Selection Checkbox", Method 2, but you will have to edit his code, not sure where.
Reply With Quote
  #559  
Old 07-24-2012, 08:22 PM
CAG CheechDogg's Avatar
CAG CheechDogg CAG CheechDogg is offline
 
Join Date: Feb 2012
Location: Riverside, California USA
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

KGodel thanks a lot man for the response.
Reply With Quote
  #560  
Old 07-31-2012, 01:57 AM
SuperTaz's Avatar
SuperTaz SuperTaz is offline
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 744
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thecore762 View Post
Here is a step by step instruction:

1. Go to AdminCP>Plugin & Products> Add New Plugin

2. From the drop down select Showroster Mod
3. From the second drop down select navigation_tab_complete

4. Then copy and paste the following:

Code:
if (THIS_SCRIPT == 'adv_index' || THIS_SCRIPT == 'showroster') 
{ 
$tabid = ''; 
}
5. Then make sure you change "Plugin is Active" to yes.
6. Save and reload.
For some reason, the sub-navbar did not show anything with the adv_index variable, so I changed it to adv_portal and now they show and the roster works well too. Here is the script for anyone who has issues with the sub-nav on the vba_cmps page:

Code:
if (THIS_SCRIPT == 'adv_portal' || THIS_SCRIPT == 'showroster') 
{ 
$tabid = ''; 
}
Reply With Quote
  #561  
Old 08-21-2012, 08:54 PM
hoplomachus hoplomachus is offline
 
Join Date: Aug 2012
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone having problems putting "rank" and then the image is messed up?

<img src="images/Insignia/ar_cw1.png" alt="" border="" />

The above is what it shows.. not the actual image just the code.

hop
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 09:38 AM.


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.05435 seconds
  • Memory Usage 2,341KB
  • 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
  • (3)bbcode_code
  • (1)bbcode_html
  • (2)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
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)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