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 |
#272
|
||||
|
||||
Quote:
|
#273
|
||||
|
||||
Quote:
Code:
<plugin active="1" executionorder="5"> I think pretty much everyone defaults to 5... |
#274
|
|||
|
|||
Wheres the xml file i can't see it on includes/xml folder or vbulletin admincp panel in manage products
|
#275
|
||||
|
||||
Quote:
if you have th emod installed, then yo ugo to Admincp -> Plugins & Products -> Plugin Manager -> Product : Showroster Mod -> ShowRoster Tab for Navbar (edit) Change Execution Order from 5 to something else |
#276
|
|||
|
|||
It only said this
Code:
if (THIS_SCRIPT != 'showroster') { if ($vbulletin->options['showroster_navbar_tab'] == 1) { $accessgroups = explode(',', $vbulletin->options['showroster_access_groups']); $navbarloc = $vbulletin->options['showroster_navbar_loc']; $navbarorder = $vbulletin->options['showroster_navbar_order']; switch ($navbarloc) { case '1': $nbloc = 'navtab_start'; break; case '2': $nbloc = 'navtab_middle'; break; case '3': $nbloc = 'navtab_end'; break; } //if (THIS_SCRIPT == 'showroster') //{ // $vbulletin->options['selectednavtab'] = 'showroster'; //} //$template_hook['navtab_end'] .= vB_Template::create('showroster_navbar')->render(); $templater = vB_Template::create('showroster_navbar'); $templater->register('accessgroups', $accessgroups); $template_hook[$nbloc] .= $templater->render(); } } |
#277
|
|||
|
|||
Look again, but this time look at the entire plugin; not just the code.
|
#278
|
|||
|
|||
Yea i see the xml document from the zip file of showroster and see where to change it but i don't see it on the vbulletin admincp.
|
#279
|
|||
|
|||
Quote:
Quote:
@Dragonsys - Yea, I know where that is, I plan to switch it in the next version if I ever make one. I guess what I meant to say is that I wish I knew how I could control that as an option on the ShowRoster settings page. |
#280
|
||||
|
||||
Quote:
you know, that is a good question. I might have to look into that. Not sure how else to tell you how to find it, so here's a picture |
#281
|
|||
|
|||
This is a great mod!!
I was wondering, I have paid subscriptions set up for my usergroup. Is it possible to show the subscription expiry date in one of the roster columns? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|