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 |
#552
|
|||
|
|||
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 = ''; } 6. Save and reload. |
Благодарность от: | ||
Kiint |
#553
|
|||
|
|||
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. |
Благодарность от: | ||
thecore762 |
#554
|
|||
|
|||
thanks a lot for this very important modification for 4.2 !
|
#555
|
|||
|
|||
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? |
#556
|
|||
|
|||
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 |
#557
|
||||
|
||||
Quote:
Any help on this? |
#558
|
||||
|
||||
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.
|
#559
|
||||
|
||||
KGodel thanks a lot man for the response.
|
#560
|
||||
|
||||
Quote:
Code:
if (THIS_SCRIPT == 'adv_portal' || THIS_SCRIPT == 'showroster') { $tabid = ''; } |
#561
|
|||
|
|||
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|