![]() |
I really love this but lack the knowledge to create proper user fields and such. Anyone here willing to take on the job probono?
Hey I just have to ask because this is would be a really slick addition to my site. www.publicwarriors.com |
Sarcoth,
I sent you a pm. Thank you in advance for your help. |
never mind... I figured it out
|
Quote:
|
Quote:
How did you fix it???... |
1 Attachment(s)
how can I change the background color?
|
Quote:
|
Quote:
|
the awards is possible in the roster?
I'm using this: https://vborg.vbsupport.ru/showthread.php?t=232684 Thanks |
Anything is possible, it just depends on how difficult it is to accomplish. I'd have to look over the code to see how that would fit. I plan to start working on a new version next Wednesday after my last final on Tuesday. Summer classes don't start till June so I have a 3 weeks to add a lot of new stuff. I'll see if I can find a way to allow awards for you next week Mud. It won't be part of my upgrade, just a side howto thing.
|
Thaks :)
|
Hi all,
Ok I seem to be having an issue getting some of the Usergroups to display. In my vBulletin/Options/ShowRoster settings I have the following for the Usergroups displayed: 6,7,2 6 = Administrators 7 = Moderators 2 = Registered Users Seems the Registered Users is the only Usergroup showing. I have the primary sort set at title. THanks and your help is greatly appreciated. |
I love this mod. I am have done a few custom tweeks to it and would like some help with one I can't seem to work out.
In lieu of displaying a particular profile field, I would like to display an image in it's place. The field is not required, so some users will have it and other's won't. I am attempting to only display if the user has selected 'Yes'. In "showroster_userbits" template I have made the following modification without success. If you have a suggestion as to how I could get it working that would be great. Code:
<vb:if condition="$show[field4th]"><td nowrap="nowrap" align="center"><vb:if condition="$userinfo.$column[columns4] == /yes/i"><img src='http://myimages.com/image.gif'></vb:if></td></vb:if> |
I have not played with this a whole bunch, but I have not figured this out. Is there a way to display the following? (Going to break this down so it is more easily understood).
A forum exists for multiple game guilds under one roof. I would like a roster that separates the rosters by the games played. So for example: WoW Guild Usergroups: WoW Guild Leaders WoW Guild Members Aion Guild Usergroups: Aion Legion Leaders Aion Legion Members I would like the roster page to separate the WoW users and Aion users into two separate areas or perhaps different pages. Roster Page: WoW Member Count: # Leaders A B Members A B C etc. ---------------------------------------------------------------------------------------------------- Aion Member Count: # Leaders A B Members A B C etc. |
Quote:
http://www.outkasts.net.au/forum/showroster.php |
Okay. I am back. Life got a little busy. I am hoping to start working on an update next week. If anyone is still having any problems, post them now and I'll get back to you. I'll look into the above stuff over the next 2 days. Depends on how long it takes me to fix my site. Apparently a few things are broke after updating.
|
glad your back, just installed it and i get this error when i try to see the .php
Code:
Fatal error: Class 'vB_Template' not found in /home/?????/public_html/forum/showroster.php on line 500 Code:
$templater = vB_Template::create('showroster_navbar'); |
None yet. I'll set up a new test forum tomorrow and do a fresh install with the current version. Perhaps it has something to do with 4.0.3 but I don't know. I updated to 403 on Monday and I had no problems with the roster, but mine was already installed.
403 the version you have? |
Sarcoth, excellent script here. I'm trying to adapt it, to turn it into a STAFF PAGE. Which is something that vbulletin needs, and doesn't have. Your script can do it, but there are some things that need to be changed. Can you direct me?
Profile fields that contain a lot of characters do not line wrap: they just stretch across. Is there a way to fix the size of the tables so that the text wraps? Profile field text is centered, which works great for what you're doing with this, but really throws off things if you have a paragraph of text. Any way of making it LEFT oriented? I realize that these must be simple template edits, but I haven't explored it yet. Also putting the avatar in the name box, or near it, might be useful. Thanks! EDIT: fixed the align center issue easily. Now for the word wrapping part...(change align center to align left in product xml) EDIT: fixed the wrap stuff. (change all "nowrap" to "wrap" in product xml) Now, changing the actual Navbar phrase..... EDIT: found it! Great staff page! |
LOL. So, it sounds like you fixed all your issues then right?
You sound like me. I like to ask my questions and then go to work on the problem in case someone else gives me the answer before I find it on my own. Funny thing is, I always figure it out first. :) |
Hello! Great product, I do have a problem however. I did not read all these replies, but my problem is if I make a new user field like
Class = Bounty Hunter when I select that in the profile, and go to the roster page it just shows numbers, like 1, 2, 3 or whatever my classes would be, but not the text that I had entered in the profile field creation. Any ideas? Thanks in advance. |
It sounds like you are using radio selections rather than a dropdown selection. It can still work with radio, but you'd have to do some extra coding. I suggest you do dropdown selection instead.
|
Quote:
|
nm it works now, it was as you said, they just labeled it odd. Thanks for help :)
|
No problem!
|
Quote:
--------------------- Quote:
|
CSS does not seem to be applying to the roster. I mean, it just looks ugly. I'm sure I am just missing something here, as in your demo it looks as I would expect.
You can see what I mean here - http://forums.texas-fbody.org/showroster.php |
I guess the look all depends on the style of the forum and how that style translates to this mod. I am looking into a css for this though and maybe that will help, but the problem is that every forum has a different style so it will always look different. You can always make your own adjustments in the templates though. That requires a little html knowledge.
|
Great System, thanks so much.
I have a question. I have a gaming group and the only people I want on the roster are people that are active according to who the mods and admins think should be on there. Basically we only have one usergroup for registered users. Is there an easy way to have the admins control who goes on the roster? If I did it by usergroup I am either allowing everyone or disallowing everyone...if that makes sense. |
Quote:
Personally, I think you should go another route. The reason is, for some of these people, you are going to have to set their status anyhow because users tend to be ignorant when it comes to updating their information. :) Just the way it is. Because of that, you'll need to go into their profiles. The better way to go is to make a usergroup, and add all the users you want to be on the roster to this group. You don't have to give the group any permissions or anything, just use your registered group for that. Keep that as the primary usergroup for everyone while you check the box of the people you want on the roster. Maybe even call the group the Roster group or something. That's what I would do. I'll check back in a couple days and give you the code though if you want to go the more difficult route. |
Ok...I'm going to set up a secondary usergroup and see if I can just manually add users to that group with permissions to access the specific profile fields the roster uses. The reason I was hesitant to do this is because the rank system is somewhat intricate and I didn't want to interfere with it.
I guess my question now is, where can I control this new usergroup to be able to view the extra profile fields and set the old usergroup to not view or edit the extra profile fields? I don't remember seeing a way to do this in the usergroup manager. Theres so many options, sometimes I get lost in with all the switches here and there. |
Quote:
|
Quote:
well they do say the memory is the first thing to go... EDIT: ok, so I was looking at the templates, and it's something with this mod. Looking at the garage templates (http://forums.texas-fbody.org/garage.php) it uses the same classes your templates do, but it displays properly, when the roster does not. At least this is what it looks like to me. |
Quote:
|
Quote:
Thanks |
thank you
|
Not working since I upgraded to 4.0.4
Any development on a solution? The issue is when I click on the custom profile options, it takes me to an empty page within the profile. |
would it be possible to only display users on the roster based upon their primary UserGroup, not all of their Usergroups?
For example, I have two groups, Members & Officers. All of the Officers (primary group) belong to Members (secondary group), but not vice versa. I want to Display a Roster of the members, but not have the Officers listed. As it is right now, the Officers get listed, since they belong to the members Group, even though it is not their primary group. EDIT: Ok, I found it, I just needed to remove: Code:
OR FIND_IN_SET(usergroup.usergroupid, user.membergroupids) Where x is 1, 2 or 3 (1 for primary, 2 for secondary, or 3 for either/both) I have also made this script work for multiple group displays (almost multiple rosters). I will PM my changes to the Author and see if he is interested. It still uses all the same settings in admincp, only the group displayed changes. You can see an example here: Default View - http://forums.texas-fbody.org/showroster.php Single Usergroup - http://forums.texas-fbody.org/showroster.php?id=6 Multiple Usergroups - http://forums.texas-fbody.org/showroster.php?id=6,9 |
I've been trying to modify the clan roster to include images in the user fields, but so far without much luck. Would it be possible to simply let the script interpret all html (or BB codes) within these fields, thus displaying images? I've set the corresponding profile options to only be radio button selectable, so no risk of someone inadvertently breaking the layout.
|
Quote:
1 = Secondary Group Membership only 2 = Primary or Secondary Group Membership Default = Primary Group Membership only You can see it in action here: Default - http://forums.texas-fbody.org/showroster.php 1 - http://forums.texas-fbody.org/showroster.php?m=1 2 - http://forums.texas-fbody.org/showroster.php?m=2 With Group ID - http://forums.texas-fbody.org/showroster.php?m=1&id=12 |
All times are GMT. The time now is 06:03 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:
|