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. 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.Step 3: Admincp > Plugin & Products > Manage Products > Add/Import Product Import the product-showroster.xml file.Step 4: Admincp > Languages & Phrases > Phrase Manager > Phrase Type: ShowRoster > showroster_title --> Edit Change this to whatever you want as the title of your roster.Step 5: 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 6: Admincp > Styles & Templates > Expand > ShowRoster Templates > showroster_header 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.Step 7: Admincp > Styles & Templates > Expand > ShowRoster Templates > showroster_userbits 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.Step 8: Admincp > Usergroups > Usergroup Manager > Edit Usergroup
(All instructions are included in the instructions.txt and optional.txt files) Updates: Version 1.2.0 - May 24, 2008
Version 1.2.1 - June 11, 2008
FUTURE VERSIONS
Click Here For A Preview PLEASE CLICK INSTALLED. Support will no longer be given for anything below vB4.x. Go to Customizable Roster 4.0 for the newer supported mod. Show Your Support
|
Comments |
#22
|
|||
|
|||
1) My suggestion for custom order is to have all usergroups named with a number in front of it: 1-, 2-, etc. Then put something like the following within the .php file to change the $user['title'] names to what you want to appear.
Code:
switch($user['title']) { case '1-A': $Title = "A"; break; case '2-D': $Title = "D"; break; } 2 & 3) I'll look into that when time permits. I'll definitely try out your suggestions and put those in my next version, thank you. I originally tried to do that when I first started off making this mod but had some problems. I have a much better understanding of the code now though and will see about getting it changed for the next version. Again, thank you. |
#23
|
||||
|
||||
Quote:
I put this code in HTML Code:
<td class="$bgclass" nowrap="nowrap"><if condition="$user[field15]"><img src="http://www.gametracker.com/server_info/$user[field15]/b_560x95.png" alt="$user[field15]" border="0" /><else />No Server Tracked</if></td> |
#24
|
||||
|
||||
ok i just showed my members what i had been working on and one thinks it would be a good idea to have the profile pic on like the avatarl.
How would i work this in ? |
#25
|
||||
|
||||
Is this limited to one clan only or can it be used by multiple clans that home at a forum? To show their own separate clan page.
|
#26
|
||||
|
||||
Well, I apologize, but my newness to vBulletin has potentially screwed something here. Your instructions were very clear, and I've been looking forward to your roster.
But I see no difference to the configurable Members List nor to the Roster/Show Groups (View Forum Leaders' Page). I've ensured I've added the 3 files to the correct place; I've followed all the Readme.txt instructions. Why would it then not show? It should replace the Members List, correct? |
#27
|
|||
|
|||
Quote:
Quote:
I'm sure there's a way you could also do it with just the showroster.php file and by adding some more code, I just can't see it yet. As long as your fields are not too difficult, I could try to come up with something for you. Quote:
|
#28
|
||||
|
||||
Quote:
No, I hadn't. But type that in, and Voil?, there it is! Now to find that pesky navbar code... Thanks!! |
#29
|
|||
|
|||
<font color="Blue">UPDATE ALERT:
I've done a lot of updates on this mod over the last week. I am hoping to have the new version posted by the end of the week; Sunday maybe. The only thing I'm missing is the new permissions change that IR15H requested. I've always wanted to get switched over to that. I haven't looked at it yet, but I should have some time this week or weekend. IR15H - I think I made all the changes you mentioned. I also have a working version with the color coded last activity you requested. I'll see about giving an optional addition for DOB for those that want it. Michael - I added a profilepic part as well for those that want to use it.</font> |
#30
|
|||
|
|||
are u adding the ability to have differant guilds to be used instead of just 1? or maybe seperate roster pages?
|
#31
|
|||
|
|||
Brian, I'll try to dabble in that a little this week and see how far off I would be from implementing it. If I can't finish it by the end of this week though, I'll make that my top priority for the next version. I've been playing with some idea's lately though and I think I know how it can be done; no promises yet.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|