Version: 1.2.1, by Sarcoth
Developer Last Online: Mar 2017
Category: Profile Enhancements -
Version: 3.7.x
Rating:
Released: 05-24-2008
Last Update: 06-10-2008
Installs: 141
DB Changes Uses Plugins Template Edits 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. See the optional.txt file included in the installation for additional changes that you can make at your discretion. The most popular option is the ability to add 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).
Step 1: Download the attached showrosterXXX.zip file.
Step 2: Upload the files to their correct directories.
Upload the showroster.php to the /forum/ directory.
Upload the bitfield_showroster.xml to the /forum/includes/xml/ directory.
Upload the spacer.gif to the /forum/images directory if you plan to use avatars.
This template contains the headers for each of your columns. Add/Edit/Remove columns to your preference. Be sure to update both of the colspan variables to the number of columns you have.
This template gets the data from each of the fields you want to have viewed on your roster. Add/Edit/Remove columns and/or the nowrap="nowrap" to your preference. Be sure to update each of the field#'s to match the fields from Step 5.
Set "Access - Should this usergroup have access to the Showroster page?" to Yes for whatever groups you want to have permissions to access the showroster page.
Set "Viewable - Should this usergroup be viewable on the Showroster page?" to Yes for the groups you want to have appear on the showroster page.
(All instructions are included in the instructions.txt and optional.txt files)
Updates:
Version 1.2.0 - May 24, 2008
Release of this hack for vBulletin version 3.7.x.
This version works on all vBulletin versions from 3.6.0 and up.
This version works with vBadvanced CMPS version 3.0.1.
Version 1.2.1 - June 11, 2008
Updated code for XHTML validation.
Added a Date Joined column with code to support.
Added a Last Online column with code to support; also changes color.
Added a Birthday column with code to support; will be blank for users wishing to hide their birthday.
Added a ProfilePic column with code to support.
FUTURE VERSIONS
This version will no longer be supported or upgraded.
Has anyone worked out how to get Multiple fields working in this mod?
I have a User Profile Field created using Multiple-Selection Checkbox and it outputs the info as a number. The number shown is the addition of each lines value with the value of line one being 1 and doubling for each line after that ( ie 1,2,4,8,16,32)
So if i have selected Line 1,2,5 the output is 35.
Any help getting it to show the actual text i have put in for each line would be appreciated.