vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Profile Enhancements - Customizable Roster (Member List) (https://vborg.vbsupport.ru/showthread.php?t=141311)

Foxtrotelite 01-07-2008 11:03 PM

Nice thanks! I wasn't planning on using images for ranks but your roster looks good, thanks again

Bojangles 02-15-2008 10:44 PM

Great job on this mod! This will work perfect on turning my clan's forums into a full functioning website.

/installed

Bojangles 02-20-2008 11:02 PM

Nevermind, got it working :)

Brundlefly 02-25-2008 04:56 PM

I wanted to use images that represented each usergroup (View Roster with this change). Some of you may have trouble with sorting if you make this change, but it wouldn't be hard to figure out. I've probably lost some sorting functionality with this change. The below changes are accomplished in the showroster_header template

After

Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>

Replace

Code:

        <if condition="($groupsort == 'username')"><td class="tcat" colspan="10">Usernames &nbsp; ($usercount)</td>
        <else /><td class="tcat" colspan="<total roster columns>">$user[$groupsort] &nbsp; ($usercount)</td></if>

With

Code:

<td class="tcat" colspan="<total roster columns>" align="center">

        <if condition="($user[$groupsort] == '<usergroup name>')"><IMG STYLE="border: none;" SRC="<image location & name>"><br>
$user[$groupsort] &nbsp; ($usercount)
</if>
        <if condition="($user[$groupsort] == '<usergroup name>')"><IMG STYLE="border: none;" SRC="<image location & name>"><br>
$user[$groupsort] &nbsp; ($usercount)
</if>

You'll be able to stack these "if conditions" for each of your usergroups. If you come up with a leaner way of doing this, i appreciate if you would provide it, i'm limited in what i'm able to accomplish with code, this was a trial and error effort till it finally worked. Hope this helps someone.

DivineMessenger 03-02-2008 07:17 AM

I have a problem. I have members in different user groups and they all appear on the roster multiple times. I need it to only show primary usergroups. Where is that option?

Brundlefly 03-02-2008 12:03 PM

Look through your usergroups in the usergroups manager. For usergroups you want to display on the roster ensure the following is checked:

Viewable - Should this usergroup be viewable on the Showroster page?

Sheep101 03-06-2008 12:50 PM

Will this mod be available in 3.7?

PC-Junky 05-03-2008 09:11 PM

Hello

I would like in these Mod insert a special function but I do not know where. Please help me.

My members should be only a text box as an additional Profielfeld, in which they enter any number. If a number is entered, then several things should happen automatically.

1st
The number should of course be displayed.

2nd
According to the point, a rank will be displayed.

3rd
According to the point, a symbol will be displayed.

An example:
If a number from 0 to 499, then it should be displayed. This number, rank and a symbol. Of course, everything on the extra page, as it actually provided in this mod.

Overall, I have 21 of this number ranges define and also the respective ranks and symbols.

It would satisfy me if someone tell me where I could these definitions in these Mod paste.

Thank you
PC-Junky

Celsus 05-04-2008 04:38 AM

Quote:

Originally Posted by Sheep101 (Post 1458481)
Will this mod be available in 3.7?

I really hope so as well because it's the only mod I know of that handles creating dynamic guild rosters.

Brundlefly 05-04-2008 11:50 AM

Quote:

Hello

I would like in these Mod insert a special function but I do not know where. Please help me.

My members should be only a text box as an additional Profielfeld, in which they enter any number. If a number is entered, then several things should happen automatically.

1st
The number should of course be displayed.

2nd
According to the point, a rank will be displayed.

3rd
According to the point, a symbol will be displayed.

An example:
If a number from 0 to 499, then it should be displayed. This number, rank and a symbol. Of course, everything on the extra page, as it actually provided in this mod.

Overall, I have 21 of this number ranges define and also the respective ranks and symbols.

It would satisfy me if someone tell me where I could these definitions in these Mod paste.

Thank you
PC-Junky
This may do it for you, it'll need a slight change to show you the number as well

https://vborg.vbsupport.ru/showpost....&postcount=240

Quote:

Will this mod be available in 3.7?
I'm running this mod on 3.7, i'm having no problem as of yet.

Brundlefly 05-15-2008 09:34 PM

Is anyone having an issue with this hack in the new VBAdvanced version (3.0.1) The page shows up with no style background, header or footer. Everything else called by the hack is displaying correctly it just has a all white background.

Thanks in advance

Sarcoth 05-20-2008 04:49 PM

I'll try to get all updates installed this weekend and see if I can locate the problem.

Brundlefly 05-20-2008 09:11 PM

Thanks much Sarcoth. I contacted vbadvanced and they recommended using the integration function. I gave that a try and got no where with it.

Sarcoth 05-25-2008 02:30 AM

I upgraded to vBulletin 3.7.0 and vBadvanced CMPS v3.0.1.

Sorry to say, but it worked without any errors. Everything works fine right now. I'd like to help out though. Can you PM me your current showroster.php and a copy of your templates? I'd like to look over your changes and test those out.

Sarcoth 05-25-2008 03:54 AM

I've released this mod for 3.7.0. Support will no longer be given here.

Customizable Roster 1.2.0

michael5472 05-25-2008 04:39 PM

Can i add HTML in the profile fields ?

dodjer42 05-30-2008 07:33 AM

Love this hack. Thanks heaps - just what I was looking for.

Is there anyway to fix column widths? My different groups have different alignments which looks a little wacky.

Deyth 06-25-2008 01:33 PM

Sarcoth, would you be willing to expand this mod for some money? I lead a multi-gaming guild and this roster, although nice, is single-game with no historical info. What I need is to define games, game servers, and their characteristics (races, classes, sub-classes, levels, etc.), let every board user enter their historical character data for every game and server I've defined, and then show a roster for the usergroups I select with the ability to narrow down by game and/or server. If you do this, it'll be THE definitive mod for gaming guilds.

Warion 08-08-2008 10:42 PM

How would I go about setting this mod up for people who wish to add their alt characters to the roster?

Any help would be appreciated.

I am willing to pay as well.

Glenn379 09-19-2009 08:00 PM

Sorry if this has already been asked. I was looking through and found a post about LOTRO, which is what I'd like to use this for. It gave me the impression that there is only 1 line, and therefore character, per forum account. That being said, you can't add alternates?

In LOTRO you can have up to 7 characters per user account so that you can play around with different classes, etc. There isn't a way to have multiple characters per account?

Thanks

olalaaa 04-12-2012 12:21 PM

is it possible to get like 2 rosters? one for ps3 and one for xbox? in 2 diff tabs?


All times are GMT. The time now is 07:14 AM.

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.01299 seconds
  • Memory Usage 1,768KB
  • 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
  • (3)bbcode_code_printable
  • (3)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
  • (21)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