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.


All times are GMT. The time now is 01:41 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.01386 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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