vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - Customizable Roster (https://vborg.vbsupport.ru/showthread.php?t=180432)

IR15H 12-08-2008 07:30 PM

Quote:

Originally Posted by stalkertj (Post 1680927)
I love this mod... just what I needed... couple of questions.

I have a couple different "styles (color schemes)" on my forum, the showroster mod is using the default one, but I of course don't want it to use that one. How do I make it use a different style?

Second, I'd like to make a clickable X-fire image link in one of the columns, that when you click it, it will interact with X-fire and automatically add the user. (Using the xfire:add_user... )

Any help, or any direction you can give I'd appreciate it. Thanks!

The roster should display in whatever style you are viewing the forum in.

In regards to the x-fire thing, assuming you already have a profile field for users to enter their x-fire and a column to place it on the roster, the code you want is;

Quote:

<a href="xfire:add_friend?user=$user[fieldX]"><img src="http://miniprofile.xfire.com/bg/sh/type/3/$user[fieldX].png" border="0" alt="$user[fieldX]" /></a>
Replace "X" with the profiled field you are using, which will make it look like this. You can change the x-fire image, if you wish, by using the relevant code found on xfire's miniprofile page.

stalkertj 12-09-2008 05:12 PM

The xfire thing worked great, thanks!

However, I just finished up editing the navbar to show my Roster page instead of the Memberslist on the top... when I click that through the style I want it on, it goes back to the default style instead of the gaming style I have. Is there a way to force it? Or something else I can try?

IR15H 12-09-2008 06:20 PM

Quote:

Originally Posted by stalkertj (Post 1681770)
The xfire thing worked great, thanks!

However, I just finished up editing the navbar to show my Roster page instead of the Memberslist on the top... when I click that through the style I want it on, it goes back to the default style instead of the gaming style I have. Is there a way to force it? Or something else I can try?

Are you able to change style once the roster has already loaded? Check to see if you've accidentally put styling information in the link to the roster; /blahblah/showroster.php?styleid=XX. If you have, then that'll be why it reverts to a different style to the one you're using. You can either remove that style info (so it displays in the same style the user is browsing in), or you can change the id to your gaming style, to force all users to view it in that style. If you haven't put style information in the link then I'd suggest reverting your showroster templates and seeing if that works, as there's nothing inherent in the mod to make it force to one style.

stalkertj 12-15-2008 03:02 PM

No, nothing is telling it to use a style, and yes I can switch styles once I'm on that page.

I'll force it to use the style I want by using that styleid in the link...

Thanks!

bluesoul 12-21-2008 11:21 PM

Quote:

Originally Posted by Sarcoth (Post 1659662)
Hey everyone. I'm sorry I've been away so long. I started going back to school this semester and then on top of it all, my wife and I found a baby to adopt. All our time has been put towards the adoption and I haven't really had much of a chance at anything else. We are hoping to bring our baby girl home in the next couple weeks though. After that, I'll still be busy for awhile. But, as soon as things settle down I'll try to get back to work on updating this mod.

I'll try to reply to some of your questions over the next couple weeks. Please bare with me.

I assume that in the meantime there's absolutely no problem with using multiple php files for multiple communities, correct? While something that uses a query string might be a bit more elegant I can grin and bear it without too much trouble.

This looks like a really nice addon, I look forward to giving it a try.

Murex 01-02-2009 07:04 PM

So there is no one that posted a way to only add certain groups in a certain order yet?

IE: groupid 10,6,20,18,14,21

stalkertj 01-06-2009 10:14 PM

Not sure about that, but I just created new groups and then applied that group to the users I wanted... of course did the groups in what order I wanted them to appear.

ddwgoose 01-08-2009 10:39 PM

ok i have installed this mod but i cant seem to find it and have it appear on my website not sure what i missed.

stalkertj 01-09-2009 02:09 AM

Can you find it by going to the www.yoursite.com/forum/showroster.php ??


For me there was a lot of customization to do by hand, but once it was done the result is awesome.

bryanb 01-16-2009 07:23 AM

Is this working on 3.8? Please let me know - thanks!

stalkertj 01-17-2009 02:41 PM

Quote:

Originally Posted by bryanb (Post 1714351)
Is this working on 3.8? Please let me know - thanks!

Yes it is.

Gleedo 02-12-2009 09:23 AM

Should a link to this roster page get added to the navbar automaticaly? I just installed on my test site, and no link was added?

EDIT: I have set my usergroup to Access and Viewable yes before anyone asks lol

Also found another issue i think. Some of our members had avatar style images for the profilepic field. I have gone through changing those profilepic images to their actual photos as we want those showing on the showroster.php page. Upon refreshing showroster.php, the old avatar style images are still showing.

If i view their profiles, the photo images I changed them to, show correctly? So I dont know why showroster.php does not show the updated profilepic images.....

Member profiles that had NO profilepic before I updated them, are showing correctly in showroster.php.

Any help appreciated :)

XFSImperial 02-15-2009 07:44 PM

Just installed this mod and was curious if I could have an option to sort the roster by Last Online date?

Edit: Nevermind, found the line of code in the file & edited it.

Dagothar 03-02-2009 04:45 AM

Greetings!

I have xfsimperial's question, but haven't found the correct line, evidently. :erm:

I need to sort by the Last Online, and followed the instructions in your optional.txt.

All fields sort fine except lastonline. I tried to sort by fieldname groupsort=lastonline (and groupsort=last_online), but I get a strict a alphabetic sort of username.

My SHOWROSTER is attached... what'm I doin' wrong?? :confused:

Thanks! :D

betts02 08-20-2009 02:32 PM

ok we have this installed on our site but the lad who installs eveything on our site asked to to say :
"Checking the roster out I have noticed that the "On Trial" section is not being controlled by the set default sizes I have put on the <td> tags in the showroster_header & showroster_userbits <td> in terms of content it works fine, but size constraints I have edited into the td tags it hasnt picked up on the code and refuses to budge."

any ides what to do would be greatfull.cheers

WavMixer 08-27-2009 01:20 PM

Thank you for making this mod available to us. I have installed it and it is working as it is supposed to. Is there a way to add paid subscription information? I would like to display when they paid and when their subscription expires.

yotsume 08-28-2009 10:09 AM

Can you please post screen shots and a demo please.

THANKS!

cbiweb 08-28-2009 06:41 PM

This is a great mod. :D But when I add the following code to the showroster_userbits template, it doesn't work.
Code:

    <if condition="$show['imicons'] AND exec_switch_bg()"><td class="$bgclass">$userinfo[icqicon] $userinfo[aimicon] $userinfo[msnicon] $userinfo[yahooicon] $userinfo[skypeicon]</td></if>
Any suggestions?

grey_goose 10-23-2009 11:55 PM

So this will only do one character per user unless you do seperate rosters?

CypherSTL 12-06-2009 01:26 AM

Quote:

Originally Posted by Murex (Post 1699571)
So there is no one that posted a way to only add certain groups in a certain order yet?

IE: groupid 10,6,20,18,14,21

I am also trying to figure this out. Anyone have any luck?

Dragonsys 01-04-2010 07:07 PM

Any plans on updating this for VB4?

Currently with VB4 I get this:

Quote:

Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3895

Parse error: syntax error, unexpected T_STRING in showroster.php(229) : eval()'d code on line 1

Sarcoth 01-04-2010 07:20 PM

I've been migrating my forum to VB4 for the last week. I'm saving the Roster mod for last because it is mostly just an addon. As soon as my site is fully functionable, I'll work on the Roster mod. Give me a few weeks though. Thanks. :)

Sarcoth 01-04-2010 07:30 PM

Quote:

Originally Posted by grey_goose (Post 1905085)
So this will only do one character per user unless you do seperate rosters?

Sorry to say, but that is correct. I spent a lot of time trying to find a way to do more, but failed.

Quote:

Originally Posted by CypherSTL (Post 1926057)
So there is no one that posted a way to only add certain groups in a certain order yet?

IE: groupid 10,6,20,18,14,21

I am also trying to figure this out. Anyone have any luck?

There isn't an easy way to do it. But, there are alternatives. For instance, I renamed my usergroups to stuff like Guild Leader, Guild Officer, h-Class Leader, i-Enlistment Officer, j-Guardian, and Recruit. That is only the usergroup name though. I then worked out some code to look at the usergroup name for alphabetical order, but later in the code it uses the title of the usergroup instead of the name. Only the admins have to see the name.

P.S. I need to get back into the habit of only replying to those that clicked installed.

paratek 02-07-2010 12:08 PM

I too am patiently waiting for a VB4 upgrade in this product.

Sarcoth 02-08-2010 01:30 AM

Quote:

Originally Posted by paratek (Post 1976592)
I too am patiently waiting for a VB4 upgrade in this product.

Funny you mention that. I am hoping to have it released this or next week. I have the code working, but I want to adjust a few more things.

Sarcoth 02-08-2010 04:50 PM

Upgrade for vB4.0 is posted here. Sorry, but I no longer support the older versions.

https://vborg.vbsupport.ru/showthread.php?t=235326

drainpan 04-04-2010 06:27 PM

is it just me orwhat?

I can't for the life of me figure out how to be able to fill out the info that the thing wants to display. There is nothing in my usercp that shows where to fill out the character name, race etc.... anyone can help me?

Thank you in advance

silverfox_uw 06-29-2010 09:22 AM

I'm using this mod and am finding it very usefull. One thing though, I'm wondering if its possible to incorperate members Xbox Live Avatars into it, so when they register and in put their Gamertags, their Avatar will automatically show up on the roster when they are changed into the corresponding usergroup. Any ideas?

SpeedyHire 09-30-2010 04:24 AM

nice work fella:)
We are using it for our BC2 clan roster, it works well with a fee minor changes.

thank you for the hard work

nando99 10-22-2010 06:45 PM

i know this isn't really supported but I have no idea what to do. the mod it self works fine. i have it sorted by groupid but when i have it sorted by groupid the group headers are the actual groupids (numbers) and not the group names/titles... i want it sorted by groups but still have the group names as headers... is that possible? anyone know how i can do that?

rowedf 01-14-2011 03:25 PM

Does anyone know how to create a printer friendly version of this page? We use it for a contacts page and it would be nice to print out.

mIRCenery 03-19-2011 10:36 PM

Is there any way to modify this to only display members in a group that are also marked as "active" by the vbulletin settings?

Abizaga 02-28-2012 10:15 AM

Edit: Nevermind, I fixed it. Nice work! :D

haggles 10-06-2012 11:19 AM

Has anyone worked out how to get Multiple fields working in this mod?

I have a User Profile Field created using Multiple-Selection Checkbox and it outputs the info as a number. The number shown is the addition of each lines value with the value of line one being 1 and doubling for each line after that ( ie 1,2,4,8,16,32)

So if i have selected Line 1,2,5 the output is 35.

Any help getting it to show the actual text i have put in for each line would be appreciated.

killah360z 07-27-2013 01:42 PM

<a href="http://2d-gaming.com/showroster.php" target="_blank">http://2d-gaming.com/showroster.php</a>

i cant get anyone on my roster :/


All times are GMT. The time now is 01:31 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
  • Page Generation 0.01508 seconds
  • Memory Usage 1,820KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (35)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete