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

Sarcoth 02-20-2012 05:56 PM

@Aftermath - Not sure. Either one of your other mods are causing that issue or a setting on your forums.

@Andreas - You may be able to use the width setting in the SHOWROSTER template, but I'm going to guess it is something in the showroster.css template. The class id for the columns will be: showroster_columnhead.

RiosJoe 02-21-2012 08:30 AM

Thanks for the codes, however I'm confused on how exactly to fit this in my template. I spent the last 2 hours trying to understand it but I just couldn't do it -_-

I'm trying to fit your field ID's/column groups with my own and match them up.

Also, I'm wondering. For each of the 3 professions, did you make a field for each one, if so I might have an idea but I don't know if I should just paste that code on the bottom or input it in parts of the existing userbits.

I also tried registering on your forums to get an example of your profile fields to get a better understanding but the email validation code system doesn't work. It doesn't let me enter a "2nd email" for verification, there is no line for it. As a result, I cannot register : /

walshymyster 03-10-2012 09:37 PM

now im having an issue. when i got my my showroster page i cannot select any of the other options on the navbar.

i know its an issue with the style but cannot for the life of me figure it out.

heres the site.

http://www.tcfleet.com/forum/showroster.php

somthing is interupting with the navbar. any ideas?

walshymyster 03-10-2012 09:46 PM

ok so it looks like it was subnav template effecting it it was floating ontop of my normal nav bar. hmm helpful. lol. dont need it so removed it

nkmarax 04-04-2012 11:54 PM

Can you sort by columns instead of user?

RivaCom 04-06-2012 12:30 AM

Has anyone figured out how to get this to work with multiple games?

For example. We use our usergroups as ranks/permissions. How could I split this into multiple games with ranks for each game?

KGodel 04-06-2012 05:41 AM

Riva, I am wondering the same. I'd like to sort by Game first, then organize secondly by usergroup within those individual tables.

Also, I use a trick to have my user-groups sort properly (I use comments like <!-- sort:# -->) and these comments, while they should be disappearing, are showing up when I use them in the roster.

olalaaa 04-06-2012 12:05 PM

he, i have read a few post in here about the postcount.

How can i add this in like a new field, i tryed to find a way but i dont get it to work.

thnx

RivaCom 04-08-2012 01:31 PM

Quote:

Originally Posted by KGodel (Post 2317231)
Riva, I am wondering the same. I'd like to sort by Game first, then organize secondly by usergroup within those individual tables.

Also, I use a trick to have my user-groups sort properly (I use comments like <!-- sort:# -->) and these comments, while they should be disappearing, are showing up when I use them in the roster.

I might try a little later, but as far as I can tell(without editing the core code) you could just copy this plugin for how many games you have and add a drop down to goto the php file of choice.

or put some IF statements in the main plugin. Would love if someone has a better way.

skytearz 04-16-2012 09:03 AM

<u>Confirmed</u>: Working with 4.1.11

KGodel 04-16-2012 06:51 PM

Yea Riva, I tried looking at the code to see how to organize group tables based on an additional column but can't figure out this code's organization. I'm figuring it might be better to start over.

MikePaceRocks 05-01-2012 09:27 PM

Has this been uploaded for 4.1.12 yet? Or will the current plugin version work for 4.1.12?

Sarcoth 05-03-2012 02:35 PM

Hello all. The college semester is finally over. I have about a month of free time till the summer semester begins so I will gladly answer some questions.

Keep in mind, I really don't support this mod regularly anymore, but I try to stop in now and then to help out.

To my knowledge, it should work with all upgrades to vBulletin unless they change certain parts of the core code.

I am also going to be working on a lite version of my new RIFT Roster mod now that I have some time (one that will be usable in any game like this one is). I also have some other ideas in mind.

For those of you having problems using this mod as a multiple game roster or something similar, please check post #3 in this thread. If you still have problems, ask your questions again and I will try to reply to it within a couple hours to a couple days.

I will only post replies to those that have clicked the Installed button.

aflax045 05-10-2012 07:51 PM

Is there a way to show/hide profile fields based on which roster (multiple rosters) is called? I've seen some questions about this in the past, but I'm not sure if there was an update I missed.

robertkelly 05-26-2012 08:28 PM

<a href="http://forums.murdernetworks.com/showroster.php?" target="_blank">http://forums.murdernetworks.com/showroster.php?</a>

None of the users are showing up....please help.

Kiint 05-26-2012 08:33 PM

1 Attachment(s)
I'm getting a small error where the sub menu navigation is overlapping the sorting options on the roster. Please see attached image:


Attachment 138732

Is this a problem with my style or something wrong on the mod? I'm running Vb 4.2.

thecore762 05-27-2012 06:31 AM

Quote:

Originally Posted by Kiint (Post 2333257)
I'm getting a small error where the sub menu navigation is overlapping the sorting options on the roster. Please see attached image:


Attachment 138732

Is this a problem with my style or something wrong on the mod? I'm running Vb 4.2.

Same here.

Kiint 05-27-2012 06:58 AM

I've had to comment the template code out to stop it happening, but then the sorting menu is gone.....

icekola 05-27-2012 06:32 PM

In addition to the overlaping navigation issue in 4.2, I have also noticed that "primary sort" sorts by usergroupid even when "title" is selected.

Any suggestions to have it sort by title?

thecore762 05-27-2012 09:07 PM

Here is the fix:

Quote:

example: (of course you change rosterscript to it's real name) and you can add as many as you want || THIS_SCRIPT == 'whateverdiablo'

if (THIS_SCRIPT == 'adv_index' || THIS_SCRIPT == 'rosterscript')
{
$tabid = '';
}
http://www.vbadvanced.com/forum/show...t=47661&page=2

thecore762 05-27-2012 09:11 PM

Here is a step by step instruction:

1. Go to AdminCP>Plugin & Products> Add New Plugin

2. From the drop down select Showroster Mod
3. From the second drop down select navigation_tab_complete

4. Then copy and paste the following:

Code:

if (THIS_SCRIPT == 'adv_index' || THIS_SCRIPT == 'showroster')
{
$tabid = '';
}

5. Then make sure you change "Plugin is Active" to yes.
6. Save and reload.

icekola 05-28-2012 08:17 PM

HTML Code:

Here is a step by step instruction:

1. Go to AdminCP>Plugin & Products> Add New Plugin

2. From the drop down select Showroster Mod
3. From the second drop down slect navigation_tab_complete

4. Then copy and paste the following:

Code:

if (THIS_SCRIPT == 'adv_index' || THIS_SCRIPT == 'showroster')
{
$tabid = '';
}

5. Then make sure you change "Plugin is Active" to yes.
6. Save and reload.

Thank you, much appreciated. Worked like a charm.

kevius 06-09-2012 02:25 PM

thanks a lot for this very important modification for 4.2 !

Merlok 06-11-2012 01:37 PM

I am using your mod and I really like it. But I think that I found a bug.

I want to display a custom profilefield I created in the showroster table.
This custom field is a checkbox field, where my users can make multiple selections.

Now, if anyone of my users is selecting something (i.e. a user makes only one selection) the result which is displayed in the showroster table is a certain number instead of the text value the user selected.

Do you know a solution for this?

Kiint 06-15-2012 12:12 PM

I've been messing with my own project and wish to display results of a query into seperate groups like you have on your roster home page but cannot find out how to do it.
My database has two tables, one with the user details and another with the ranks of each user, linked by the rank_id to the char_rank field in my user_details table.

I would like to display the results like this:

Guild leader
(lists all members of this group)

Officer
(lists all members of this group)

Could you point me in the right direction, maybe a link to how it's done or tell me where in your roster code that it does this.

As you can guess, I'm a beginner in this kind of thing ;)

Any help is appreciated

CAG CheechDogg 06-25-2012 11:04 AM

Quote:

Originally Posted by Merlok (Post 2338720)
I am using your mod and I really like it. But I think that I found a bug.

I want to display a custom profilefield I created in the showroster table.
This custom field is a checkbox field, where my users can make multiple selections.

Now, if anyone of my users is selecting something (i.e. a user makes only one selection) the result which is displayed in the showroster table is a certain number instead of the text value the user selected.

Do you know a solution for this?

I would like to know this as well, I have been trying to add a profile field which displays multiple selections not just one, but instead I get a number instead of the text.

Any help on this?

KGodel 07-22-2012 05:39 PM

I do not think Sarcoth's mod can do this without some editing. kh99 pointe this article out to me in a post: https://vborg.vbsupport.ru/showthread.php?t=250418 Find "For Multiple-Selection Menu and Multiple-Selection Checkbox", Method 2, but you will have to edit his code, not sure where.

CAG CheechDogg 07-24-2012 08:22 PM

KGodel thanks a lot man for the response.

SuperTaz 07-31-2012 01:57 AM

Quote:

Originally Posted by thecore762 (Post 2333663)
Here is a step by step instruction:

1. Go to AdminCP>Plugin & Products> Add New Plugin

2. From the drop down select Showroster Mod
3. From the second drop down select navigation_tab_complete

4. Then copy and paste the following:

Code:

if (THIS_SCRIPT == 'adv_index' || THIS_SCRIPT == 'showroster')
{
$tabid = '';
}

5. Then make sure you change "Plugin is Active" to yes.
6. Save and reload.

For some reason, the sub-navbar did not show anything with the adv_index variable, so I changed it to adv_portal and now they show and the roster works well too. Here is the script for anyone who has issues with the sub-nav on the vba_cmps page:

Code:

if (THIS_SCRIPT == 'adv_portal' || THIS_SCRIPT == 'showroster')
{
$tabid = '';
}


hoplomachus 08-21-2012 08:54 PM

anyone having problems putting "rank" and then the image is messed up?

<img src="images/Insignia/ar_cw1.png" alt="" border="" />

The above is what it shows.. not the actual image just the code.

hop


All times are GMT. The time now is 08:31 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.02071 seconds
  • Memory Usage 1,865KB
  • 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
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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