vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Profile Enhancements - Customizable Roster (https://vborg.vbsupport.ru/showthread.php?t=235326)

1005467401 01-16-2012 02:32 PM

How do i remove that white spot? See image below

https://vborg.vbsupport.ru/external/2012/01/47.png

Sarcoth 01-16-2012 03:53 PM

[QUOTE=1005467401;2288556]How do i remove that white spot? See image below

Those white spots are a background color. Take a look at my roster and you'll see. Those are black on my forum.

http://sacredhaven.org/forumsh/showr...id=40,41,42,43

1005467401 01-17-2012 01:23 AM

Quote:

Originally Posted by Sarcoth (Post 2288602)
Quote:

Originally Posted by 1005467401 (Post 2288556)
How do i remove that white spot?

See image below

Those white spots are a background color. Take a look at my roster and you'll see. Those are black on my forum.

http://sacredhaven.org/forumsh/showr...id=40,41,42,43

But is there anyway to cover it up?


another problem...

https://vborg.vbsupport.ru/external/2012/01/46.png

RiosJoe 02-01-2012 01:21 AM

Sarcoth, I have a couple of questions about the configuration of this mod.

1. Looking at your example roster on your guild site, the tab "Skills" you have your members enter 3 professions/skills. How do you get it to separate them by line like that to be displayed like this?:

Artificing (280)
Mining (185)
Foraging (185)

Because on my website, no matter what I do makes it look like this all in one line?:

Artificing (280) Mining (185) Foraging (185)

2. Using the additional feature "ShowRoster Group Settings", you have it selected to gather the data from 1 column of the 8 total.

Looking at your website, you have 4 different group titles for Class Role Statistics with each class name and the class role types per group name. This mod only allows us to gather statistics from 1 column, so I'm confused how you have yours setup unless the roster you provided us doesn't have that function?

Example of my site:

http://exiledlegends.com/forum/showroster.php

I was hoping to get it working in the same function you do on your site if possible.

Sarcoth 02-01-2012 03:08 PM

@ RiosJoe - Thanks for clicking Installed. It's the simple things that matter.

I believe that was mostly html adjustments in the template, but I'll try to look at it as soon as I get some time. Real busy right now with school work. Send me a PM to remind me if it takes me longer than a week.

RiosJoe 02-02-2012 02:15 AM

Quote:

Originally Posted by Sarcoth (Post 2294988)
@ RiosJoe - Thanks for clicking Installed. It's the simple things that matter.

I believe that was mostly html adjustments in the template, but I'll try to look at it as soon as I get some time. Real busy right now with school work. Send me a PM to remind me if it takes me longer than a week.

Certainly, it's a really awesome roster mod. I was looking at your forums between the rift one but I intend to use it for Star Wars: The Old Republic which is working out really well. I saw on your site about making custom adjustments and your rates, when the time comes for bigger support in the game that I'd like to add / customize it, I'll seek you out if interest and pay for your time to see if future customization's are possible, not sure what yet but have lots of idea for later on :]

wtfaatp 02-12-2012 02:20 AM

[S]Ignore![/S]

RoG Aftermath 02-12-2012 03:47 PM

Having a problem that when i click on someones usernames in the roster it takes me back to my CMS page instead of the person profile, anyone know how to fix this?

Andreas [S] 02-17-2012 10:54 AM

Hi,

can someone help me to set a fixed column widht? Actual the table for every group depends on the longest name. I would like to have the same size for any table no matter if there is a long ore short name in it.

Thx for your help.

Sarcoth 02-20-2012 05:50 PM

Quote:

Originally Posted by RiosJoe (Post 2294828)
Sarcoth, I have a couple of questions about the configuration of this mod.

1. Looking at your example roster on your guild site, the tab "Skills" you have your members enter 3 professions/skills. How do you get it to separate them by line like that to be displayed like this?:

Artificing (280)
Mining (185)
Foraging (185)

Because on my website, no matter what I do makes it look like this all in one line?:

Artificing (280) Mining (185) Foraging (185)

Here is the code that I am using in my showroster_userbits template to do this:
PHP Code:

<vb:if condition="is_member_of($bbuserinfo, 5,6,7)">
    <
vb:if condition="$show[field4th] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column4]}} <vb:if condition="$userinfo['field47'] == ''">(0)<vb:else />({vb:var userinfo.field47})</vb:if></td></vb:if>
    <
vb:if condition="$show[field5th] AND exec_switch_bg()"><td>{vb:var userinfo.{vb:var columns[column5]}}</td></vb:if>
    <
vb:if condition="$show[field6th] AND exec_switch_bg()">
        <
td>
            <
vb:if condition="$userinfo['field56'] != ''">{vb:var userinfo.field56} <vb:if condition="$userinfo['field57'] == ''">(0)<vb:else />({vb:var userinfo.field57})</vb:if><BR></vb:if>
            <
vb:if condition="$userinfo['field58'] != ''">{vb:var userinfo.field58} <vb:if condition="$userinfo['field59'] == ''">(0)<vb:else />({vb:var userinfo.field59})</vb:if><BR></vb:if>
            <
vb:if condition="$userinfo['field60'] != ''">{vb:var userinfo.field60} <vb:if condition="$userinfo['field61'] == ''">(0)<vb:else />({vb:var userinfo.field61})</vb:if></vb:if>
        </
td>
    </
vb:if>
</
vb:if> 

Quote:

Originally Posted by RiosJoe (Post 2294828)
2. Using the additional feature "ShowRoster Group Settings", you have it selected to gather the data from 1 column of the 8 total.

Looking at your website, you have 4 different group titles for Class Role Statistics with each class name and the class role types per group name. This mod only allows us to gather statistics from 1 column, so I'm confused how you have yours setup unless the roster you provided us doesn't have that function?

Example of my site:

http://exiledlegends.com/forum/showroster.php

I was hoping to get it working in the same function you do on your site if possible.

I was going to attach 2 screenshots, but apparently I cannot do that from work. I'll try to copy/paste my Group Settings for you. No, that didn't work. I'll just type in all my settings for that page and see if you can figure it out.

Enable: Yes
Column: 5

G1: Cleric, DPS, Healer, Support, Tank
G2: Mage, DPS, Healer, Support, BLANK
G3: Rogue, DPS, BLANK, Support, Tank
G4: Warrior, DPS, BLANK, BLANK, Tank


All times are GMT. The time now is 03:13 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.01675 seconds
  • Memory Usage 1,773KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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