The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Customizable Roster Details »» | |||||||||||||||||||||||||
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.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
|
4 благодарности(ей) от: | ||
KorvinGump |
Comments |
#342
|
|||
|
|||
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=130 |
#343
|
|||
|
|||
Anyone have a clue why my avatars on the roster page all show the "no avatar selected" default image?
My regular memberslist shows avatars on everyone.... |
#344
|
|||
|
|||
I'm having a slight issue. I had this roster installed before, but it was disabled. I enabled it today and it was giving me some sort of syntax error so I uninstalled it. I then reinstalled it, and now it isn't giving me any error, its just showing a blank showroster.php. Any ideas on how to fix this? I am using the latest version of vBulletin, and the latest version of this mod.
|
#345
|
|||
|
|||
School is out. I need to update a few things on my site, but then I'd like to start looking into a few upgrades for this. I'll respond to questions if you have them as well.
|
#346
|
||||
|
||||
Great to hear Sarcoth mate!
One of the best mos we have for Vbull 4 and great to hear its gonna be getting even more updates to keep it ahead of the rest! Thanks |
#347
|
|||
|
|||
Here, here!!
|
#348
|
|||
|
|||
I have mod 4.0.5 installed vB 4.0.8
Problem I am experiencing is that custom PRIVATE profile fields are showing on the Showroster regardless of usergroup. Example: Phone number is a private field that is only visible to certain usergroups. I have verified this and tested it. However in the roster (which is viewable to all) the phone number field shows on the roster for everyone including unregistered / not logged in. Other than making the roster not viewable by usergroup, I can't seem to find out how to make private fields remain usergroup specific. |
#349
|
|||
|
|||
Thanks Rammie & Charlie.
Quote:
Now, that that is out of the way, let's see if we can come up with a custom way for you to restrict the columns you want restricted. You'll need to most likely only edit your showroster_header and showroster_userbits templates. Put this around any of your columns, I'll use column 8 as the example: In the showroster_header template: HTML Code:
<vb:if condition="is_member_of($bbuserinfo, 5,6,7)"><vb:if condition="$show[field8th]"><th class="showroster_columnhead">{vb:var columns.title8}</th></vb:if></vb:if> In the showroster_userbits template: HTML Code:
<vb:if condition="is_member_of($bbuserinfo, 5,6,7)"><vb:if condition="$show[field8th] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column8]}}</td></vb:if></vb:if> Let me know if that fixes your issue. Don't forget to mark installed and give the mod a rating if you like it. |
#350
|
|||
|
|||
Quote:
[installed] [Excellent] |
#351
|
|||
|
|||
I am glad that worked Mister.
Now to answer an old question: How do I remove the Roster navbar tab? Easy enough and I will make it an option in the next version. Edit the showroster_navbar template, find and delete the following code: HTML Code:
<a class="navtab" href="showroster.php{vb:raw session.sessionurl_q}">Roster</a> This past week I added another chapter for my guild so now my guild is sharing one forum and playing two games. I was able to successfully get those chapters split and using the same roster separately. Very cool to see it working. Although, I did notice a problem I am going to try and fix. Even though I can split the roster, both chapters need to use the same headers and class choices. This really is not a big deal, but can be a problem if you also use the Stats option. I don't know how I can fix that at the moment, but I'll think on it. Finally, when trying to sort via the individual chapters, the sorting does not remember the current id's and forces all groups to be sorted. Those are a few things I'd like to update, and I'm sure I'll think of more. I would prefer not adding even more options to this mod, but I'll do what I have to. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|