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 |
#282
|
|||
|
|||
Would it be possible to have coloured "Group" names rather than forum default? Like if the Username is red, so is the Group?
BTW great mod. |
#283
|
|||
|
|||
Quote:
I don't recall that being anywhere in the vb code, so you'll have to put the colors in on your own. Nevermind, I just tried it. Since there is no vb code in there to do that, that I know of, it will take a good amount of coding to do. I was going to suggest you just edit the template and put in your color that you want, but that will only force every group to appear that color. There needs to be a variable. Obviously the best variable is the usergroup. I know how to do it, I just don't have the time right now with school. Calc B and Physics in the same semester means studying every waking hour. |
#284
|
||||
|
||||
Very good update
Just wondering on how the group settings are used ? I dont get how its used and what to put chers in advance |
#285
|
||||
|
||||
Quote:
Code:
$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; } Quote:
The fields you would need to read are: subscriptionid, userid, expirydate and status The basic SQL Query would be something like this: Only Active Subscriptions: Code:
SELECT subscriptionid,userid,expirydate FROM ".TABLE_PREFIX."subscriptionlog WHERE status = 1 Code:
SELECT userid,expirydate FROM ".TABLE_PREFIX."subscriptionlog WHERE subscriptionid = {Your_Subscription_ID} |
#286
|
|||
|
|||
This sounds cool for an RP site. XD
|
#287
|
|||
|
|||
got a small problem, i have several usergroups that i want to get in to this, but if there are more then 12 users in that groups it only shows the first 12 members in the user group.
besides that i only have 1 Administror account but is shows me 2. |
#288
|
|||
|
|||
Well, that is definitely not possible. I'm using the same version as the one I have here and I have 34 members in one of my groups. All of them are showing. Check my FAQ and make sure you are not using the filter. Not sure what's up with the admin account thing, I'd need to be able to see your site to figure that one out.
|
#289
|
|||
|
|||
Quote:
About the administrator issue it has been fixed as well, we work with 2 layer of admins, 1 Full admin, and 2 semi admin (which can not edit or see all the Admin CP things) problem was that one of those users was also a additional user to the administrator group. any change that you are planning to use the all the Vb stylevars? as i dont like the black border for the table's and cells |
#290
|
|||
|
|||
Tagged for now, Cheers.
Do you think this would be a nice addition for a Battlefield forum ? |
#291
|
|||
|
|||
Are there any plans to set this up on a per-usergroup level so multiple clans could be supported on the same forum?
Sorry if this has been asked before, I just saw the mod, and missed that functionality when I went over the first few posts. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|