![]() |
Quote:
No rush on the Tab, I just relabel it in the php file ;) it's just a "Nice to have" feature. |
Quote:
|
Quote:
{vb:var userinfo.postcount} |
Quote:
|
As one of my custom profile fields, I use a Multiple-Selection Menu. When I view the roster it simply displays a number (ie: 542) instead of the selected items available. I can get it to work with Multiple-Line Text Box and Single-Line Text Box but not the Multiple-Selection Menu or Multiple-Selection Checkbox. Wondering if you have any suggestions.
Edit: Version 4.0.7 --3Chins |
sorry, but could it be that in 4.0.7 the statistics are not shown ?
so ive added a profile field (field37) and it is shown on the normal roster, but in statistics its all 0. Where do i have edit the "statistics" page or where did he gets the Data (to know which one he should add ?) ok, got it, need to set the sorting to single table, but is there any option to get it work with group listing ? |
1 Attachment(s)
Hi,
Great mod, have it installed and working but the alignment of the columns are off. Tried changing the <td> to <td width="15%"> but it didn't change anything. Is there something i am missing? EDIT Be better if i showed you what was happening. As you see the all the columns are out of alignment. On your screen shots they are all perfect |
Quote:
|
Quote:
|
Quote:
|
Quote:
Thanks working great now |
Hello, i very much like your work and appreciate you work. i use your script for a staff page instead of a roster page. I was wondering if there is way you can make it pull up more profile information. We are making a new console gaming site and it would be great if it could pull there psn ids and xbox gamer tags out of there profile aswell and maybe link in there contact info like messenger, yahoo. don't know if this would be a nightmare for you but you don't know if u don't ask right
you can see how i'm using it here: http://killing4cash.com/forum/showroster.php |
I did this easily but creating 4 Profile fields, and calling these fields. Will get you screenshots shortlt
|
im not sure the screen shot will help me as much as the actual code would
|
Quote:
|
no worries its no big rush, its not life or death or anything.
|
Quote:
--3Chins |
Quote:
If you have time to review that post and offer any suggestions that would be great. Thanks. --3Chins |
Great mod.
One issue I have: Is there a way to set a secondary sort from within the settings or does the php file need modding? What ever you pick for sorting sorts by that, but then within those groups it sorts members Alphabetically. I want to change it to sort by another Profile field. For instance, on your site http://sacredhaven.org/forumsh/showroster.php you have the default as the Rank. For my clan we have 6-8 different divisions, one for each game we play, so I would like to sort by say Rank and then by the game before doing the alphabetical, or vice versa, by game then by rank then alphabetical. example: Rank -> Game ----------------------------------- -Rank Leader ----------------------------------- --Name A----Game A-- --Name AB---Game A-- --Name B-----Game A-- --Name C-----Game A-- --Name A----Game B-- --Name AB---Game B-- --Name B-----Game B-- --Name C-----Game B-- -------------------------------------- -Rank Officer ----------------------------------- --Name A----Game A-- --Name AB---Game A-- --Name B-----Game A-- --Name C-----Game A-- --Name A----Game B-- --Name AB---Game B-- --Name B-----Game B-- --Name C-----Game B-- -------------------------------------- example Game -> Rank ----------------------------------- -Game A ----------------------------------- --Name A----Leader-- --Name AB---Leader-- --Name B-----Leader-- --Name C-----Leader-- --Name A----Officer-- --Name AB---Officer-- --Name B-----Officer-- --Name C-----Officer-- -------------------------------------- -Game B ----------------------------------- --Name A----Leader-- --Name AB---Leader-- --Name B-----Leader-- --Name C-----Leader-- --Name A----Officer-- --Name AB---Officer-- --Name B-----Officer-- --Name C-----Officer-- -------------------------------------- Thanks. |
Quote:
|
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=130 |
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.... |
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.
|
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.
|
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 |
Quote:
|
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. |
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. :) |
Quote:
[installed] [Excellent] |
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. |
Another possible option to think about is a feature where each usergroup has the option of having their own roster. So you can display a roster that way and it would only show those in that usergroup on the roster page ?
|
Quote:
|
Quote:
http://sacredhaven.org/forumsh/showr...id=19,13,17,18 Here is another 4 usergroups, but there are only 2 with members in them at the moment. That will change in about a month. http://sacredhaven.org/forumsh/showr...id=40,41,42,43 This is what I was talking about 4 posts ago. I now have my roster separated, but this breaks the sorting. When you sort, it uses all the usergroups you have in your default roster (without any id's). One of my goals is to fix that and I plan to start working on that today. |
Being able to query off of more than one column would make the Group Settings / Group table options more useful.
|
Not sure I know what you mean, but I'll take a stab. If you mean sorting multiple columns at the same time like first sort by one column and then another...then sadly that one is not possible with the way I did the code. At least, not from what I can see. I have looked into that a few times and the whole thing always brakes on me. From what I understand, I would have to rebuild it from scratch. Not something I really want to do.
If that is not what you mean though, please clarify. I'm bored at work right now and just focused on updating this. I want to do some more things, but I haven't upgraded my forums to 4.1 yet and I really want to do that before I get involved in updating the templates. Although, I already finished the id sorting issue I mentioned earlier. :) |
Any news on the 4.1.x version?
|
The current version should be working fine. I do plan to release a 4.1.0 version before I go back to school though. It will fix a few problems I have found plus add some extra tiny features. If you have something particular you would like to see or problems, let me know. Expect the release to be the first week of January.
|
I'd love to see an easier way to change multiple choice user options to images. We're in a gaming clan that has fanned out significantly over the last few years, and it'd be great to allow individual users specify their preferred games (play it regularly - sometimes - don't have it), then get game columns with coloured pips as a result. Had a brief go at it when we upgraded to vB4 a couple of months ago, but I'm not sure if I understand vB4's code well enough.
|
@ Barteh - Not sure I understand what you mean. Do you have an example?
|
Bit like this:
Code:
CoD4 CoD5 CoD7 BFBC2 etc etc Are you active in this game? Yes Occasionally Rarely Don't own it I'm not entirely sure how to properly do the conversion bit from text values to images. Maybe the last value should be simply 'no' so the options can simply be variables translating to image names (occasionally.jpg -> dark green pip for example). But at my first attempts I mostly just broke the script :) |
All times are GMT. The time now is 01:25 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|