![]() |
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. |
All times are GMT. The time now is 07:40 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:
|