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)

Sarcoth 05-25-2011 12:03 PM

Quote:

Originally Posted by SkullyZ (Post 2199630)
This is perfect! Is there a way to export the list to Word or XLS?

Nothing set with the click of an easy button. You need to set up one of the columns to sort as a Single Table. Sort that column and then copy/paste that table to excel.

Sarcoth 05-25-2011 08:59 PM

I have officially completed production of the RIFT Roster Mod. The mod was created at the request of another guild leader for his site at a decent fee. I'll post his URL if he gives me permission. Until then, you can view it at my site:

http://sacredhaven.org/forumsh/riftroster.php

It allows RIFT guild leaders/officers to upload the guild.xml to their roster and show the ranks they want to show on the roster. It was a complete revamp of the showroster and really taught me how to incorporate new code. Lots of fun! :)

CharlieDelta 05-26-2011 01:39 AM

Quote:

Originally Posted by Sarcoth (Post 2199963)
I have officially completed production of the RIFT Roster Mod. The mod was created at the request of another guild leader for his site at a decent fee. I'll post his URL if he gives me permission. Until then, you can view it at my site:

http://sacredhaven.org/forumsh/riftroster.php

It allows RIFT guild leaders/officers to upload the guild.xml to their roster and show the ranks they want to show on the roster. It was a complete revamp of the showroster and really taught me how to incorporate new code. Lots of fun! :)

So this is separate from the roster?
This is great! Can this be incorporated for any clan and not just RIFT?

Great work sir!

Sarcoth 05-26-2011 12:55 PM

Quote:

Originally Posted by CharlieDelta (Post 2200042)
So this is separate from the roster?
This is great! Can this be incorporated for any clan and not just RIFT?

Great work sir!

Thanks Charlie. This is a completely different roster system but it will only work for RIFT. The reason is, the coding used here can only read the data from an XML file that resembles the one downloaded from the RIFT in-game guild manager. The code can be changed to do the same for other games, but it would take time to do it.

The only reason I made the new roster mod was because someone hired me to do it. I added everything I was paid to add, but I am still working on adding a few more features.

dune3000 05-26-2011 10:12 PM

It is paid MOD?
looks like you asking for rift mode $50>?
or I am mistaken?

Sarcoth 05-27-2011 12:03 AM

Quote:

Originally Posted by dune3000 (Post 2200376)
It is paid MOD?
looks like you asking for rift mode $50>?
or I am mistaken?

It is a paid one b/c someone paid me to create it. I'll explain more about it on my forum though if you have further questions. Base starting price is $15.

kinhell 06-16-2011 07:19 PM

Quote:

Originally Posted by Sarcoth (Post 2192418)
Okay, I am ready to look into this for you. You know, if you do an image icon, it would be the same for each person right? If that's what you want to do, we can do it. Attach the image here, tell me where it is located on your forum, and give me the link of where one of your users will go. This should be easy enough to do. Basically, each user will only edit the part of the link that changes from each user, usually their ID. The rest will be constant and within the code. Which column would you like this to be in?

Thanks very much

Basically I run a Star Wars the Old Republic Guild and wanted one of the member fields to just have a a field where the member puts in a username and then on the roster it would be a link to their profile page on the swtor.com website, the image could be the same for everyone

Then, in the location field, the user currently selects a country from a drop down list and the country is displayed on the roster, is there any way to just show the countrys flag instead?

And lastly, same as above, but where the member has chose what class they are, could it show a class icon on the roster page for that class?

kinhell 06-26-2011 07:45 PM

Also I dont know if possible but can the roster be split into sections depending on a selected profile field?

Avrojet 07-17-2011 02:28 PM

I'm getting a strange error.
Everything was working fine, now this appears when you visit showroster.php

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 548128 bytes) in /home/napoleon/public_html/tournaments/includes/functions.php(7068) : eval()'d code on line 37

See here:
http://myinternetservices.com/tourna...showroster.php

EDIT: Looks like maximum memory size needs to be increased in php.ini

sanadil 07-20-2011 10:02 PM

Just wondering, can you do multiple characters per account with this?

Sarcoth 07-21-2011 08:36 PM

I just returned home from TDY for my company. I will still occasionally support this mod when I have the time. To my knowledge, nothing is broken so there are no plans for updates or additions right now. I'm only coding for fees at this time since I am nearly always busy with coding projects (have 5 on my schedule at the moment).

@ Sanadil - This mod does not have that ability due to the way it was initially coded. I "think" that would require recoding from the ground up. I do know how to do it because I made it work with my new RIFT Roster Mod, but I am not taking on any free projects right now.

dune3000 07-28-2011 01:42 PM

How you connect your roster with guild.xml file?

ilanyon 07-30-2011 04:52 AM

Hi,
I would like to be able to remove / turn off the sub navbar tabs "default sort" and "sorting options"...

Can this be done?

Much appreciated,

Ian

sanadil 07-30-2011 06:16 PM

Quote:

Originally Posted by Sarcoth (Post 2223349)
I just returned home from TDY for my company. I will still occasionally support this mod when I have the time. To my knowledge, nothing is broken so there are no plans for updates or additions right now. I'm only coding for fees at this time since I am nearly always busy with coding projects (have 5 on my schedule at the moment).

@ Sanadil - This mod does not have that ability due to the way it was initially coded. I "think" that would require recoding from the ground up. I do know how to do it because I made it work with my new RIFT Roster Mod, but I am not taking on any free projects right now.

Not a problem, I ended up writing my own. I had one for PHPNuke I converted to work with vBAdvanced and vBulletin. Looks like a great MoD you have here though :) Nice work on it.

Sarcoth 08-02-2011 03:21 PM

Quote:

Originally Posted by ilanyon (Post 2226705)
Hi,
I would like to be able to remove / turn off the sub navbar tabs "default sort" and "sorting options"...

Can this be done?

Much appreciated,

Ian

Open the showroster_subnavtab, select all, delete, save. do not delete the template b/c errors will occur, but deleting the code within will remove the subnavbar options.

Sarcoth 08-02-2011 03:43 PM

Quote:

Originally Posted by dune3000 (Post 2226025)
How you connect your roster with guild.xml file?

@Dune, do you still have my email? I'll walk you through the setup over Teamspeak. I will be available for an hour before my guild raid tonight if you want some help then.

Foxtrotelite 08-11-2011 05:56 AM

This may be a novice question, but could someone please pm the answer?

how can i add this to vbadvanced cmps so that i can have all my cmps modules and menus and have this roster appear in the middle? I messed with running it through cmps but i could never get the menus to show... but then again i am a noob.

thanks

archey 08-18-2011 11:32 PM

how can i change the font color?

Hanany95 08-20-2011 12:02 AM

Very good! One question though. I own a NBA forum. I was think if I can use this as the rosters for the real NBA teams. Is it possible? I mean, I will be more than happy to import them and edit their stats, but I do not want users to like "join" the roster. Understand? I will really appreciate it if someone can help me out here. Thanks in advance. In other words, can I edit the tab bar (eg. user, joined date,etc..) ALso, does the Admin import the accounts or can the member just import it himself. Again, thanks!

Dragonsys 08-23-2011 03:39 PM

Quote:

Originally Posted by Hanany95 (Post 2235590)
Very good! One question though. I own a NBA forum. I was think if I can use this as the rosters for the real NBA teams. Is it possible? I mean, I will be more than happy to import them and edit their stats, but I do not want users to like "join" the roster. Understand? I will really appreciate it if someone can help me out here. Thanks in advance. In other words, can I edit the tab bar (eg. user, joined date,etc..) ALso, does the Admin import the accounts or can the member just import it himself. Again, thanks!

This roster uses the Usernames & Usergroups of your Forum members.

Sarcoth 08-23-2011 04:08 PM

Quote:

Originally Posted by archey (Post 2235134)
how can i change the font color?

That's a vague question. The font color of what? You can change the font color of everything from the Showroster group templates or showroster.css template. I suggest changing one thing, check to see what your changes did, and then keep trying till you get the desired change.

nando99 08-27-2011 05:14 AM

Installed and working fine... kinda... I've trying to use multiple showrosters with ?id=# and it seems to be working fine except its not showing all the members in the specified usergroup.

for example, i have a usergroup with 65 primary members and 1 secondary member, when i pull it up it only shows 36 members... am i missing something?

thanks in advance

Sarcoth 08-27-2011 03:50 PM

Quote:

Originally Posted by nando99 (Post 2238611)
Installed and working fine... kinda... I've trying to use multiple showrosters with ?id=# and it seems to be working fine except its not showing all the members in the specified usergroup.

for example, i have a usergroup with 65 primary members and 1 secondary member, when i pull it up it only shows 36 members... am i missing something?

thanks in advance

Sounds like the common Main FAQ problem.

https://vborg.vbsupport.ru/showpost....87&postcount=3

Probably have a field set that the other half have blank.

nando99 08-27-2011 04:36 PM

Quote:

Originally Posted by Sarcoth (Post 2238761)
Sounds like the common Main FAQ problem.

https://vborg.vbsupport.ru/showpost....87&postcount=3

Probably have a field set that the other half have blank.

Duh! You're right, that worked. Thanks!

Last question, when using the separate rosters, anyway to have the title reflect the usergroup i'm calling?

thecore762 08-30-2011 03:46 AM

Sarcoth, I think this mod is very complicated and mainly aimed for MMO games.
Can this be customized for FPS games such as BF or MW?
I think configuring this thing takes several hours..

Sarcoth 08-30-2011 04:11 AM

@nando - It could, but that would require extra coding. The coding is in the templates already if you want to play with the code. This is how I started learning php.

@thecore - I take it you have tried it out? I really don't actively support the mod anymore so if you are not happy with it, someone has come up with another option (I'm not trying to be rude and send you elsewhere, just being informative). Do a search on roster and you should find it. I do freelance coding in my spare time b/c doing code for free isn't fun anymore. I did create a new roster mod though that I think is much easier to configure, but that one is for an MMO. Although, I can customize code for anyone willing to pay my time. I think I am very reasonable considering I charge a small percentage of what I make in my day job.

This mod has over 200 installs and maybe only 10% are MMO gamers. Many of the people that post here have either links to their sites in their profiles or have posted them. With so many installs, it can't be that hard to install can it? I post here when people have problems with installs and try to help out the best I can.

Dragonsys 08-30-2011 03:36 PM

Quote:

Originally Posted by Foxtrotelite (Post 2232129)
This may be a novice question, but could someone please pm the answer?

how can i add this to vbadvanced cmps so that i can have all my cmps modules and menus and have this roster appear in the middle? I messed with running it through cmps but i could never get the menus to show... but then again i am a noob.

thanks

not sure if you got an answer of not, but you would use the CMPS Integration for THIS_SCRIPT and put showroster in the list

Dragonsys 08-30-2011 03:39 PM

Quote:

Originally Posted by thecore762 (Post 2239762)
Sarcoth, I think this mod is very complicated and mainly aimed for MMO games.
Can this be customized for FPS games such as BF or MW?
I think configuring this thing takes several hours..

I actually use this mod for a Car Club (see here - http://forums.texas-fbody.org/showroster.php), so it is usable for more than just MMO, without coder customization.

CharlieDelta 08-30-2011 07:29 PM

Quote:

Originally Posted by thecore762 (Post 2239762)
Sarcoth, I think this mod is very complicated and mainly aimed for MMO games.
Can this be customized for FPS games such as BF or MW?
I think configuring this thing takes several hours..

I use it for FPS games with no trouble what so ever.

Sarcoth 08-31-2011 12:32 AM

Quote:

Originally Posted by Dragonsys (Post 2239998)
not sure if you got an answer of not, but you would use the CMPS Integration for THIS_SCRIPT and put showroster in the list

Good info there, thanks for replying Dragon. :)

Dragonsys 08-31-2011 03:06 AM

Quote:

Originally Posted by Sarcoth (Post 2240214)
Good info there, thanks for replying Dragon. :)

Anytime, I am an avid user of vBadvanced products and I love their CMPS

thecore762 08-31-2011 09:31 AM

Quote:

Originally Posted by Sarcoth (Post 2239770)
@nando - It could, but that would require extra coding. The coding is in the templates already if you want to play with the code. This is how I started learning php.


@thecore - I take it you have tried it out? I really don't actively support the mod anymore so if you are not happy with it, someone has come up with another option (I'm not trying to be rude and send you elsewhere, just being informative). Do a search on roster and you should find it. I do freelance coding in my spare time b/c doing code for free isn't fun anymore. I did create a new roster mod though that I think is much easier to configure, but that one is for an MMO. Although, I can customize code for anyone willing to pay my time. I think I am very reasonable considering I charge a small percentage of what I make in my day job.

This mod has over 200 installs and maybe only 10% are MMO gamers. Many of the people that post here have either links to their sites in their profiles or have posted them. With so many installs, it can't be that hard to install can it? I post here when people have problems with installs and try to help out the best I can.

Deal, please check my PM.
I would like to buy your time helping me installing this and configuring this.

Here is what I have so far: http://www.47r-squad.com/showroster.php
I want rank images to show, also I need to be able to move myself on top of the roster list. I am IcEWoLF.
Do I have to make another usergroup so am on top?

CharlieDelta 08-31-2011 07:58 PM

Quote:

Originally Posted by thecore762 (Post 2240357)
Do I have to make another usergroup so am on top?

Assigning additional usergroups would be the best way to go about it. You would then put them in order of how you want them displayed.

Badhabitz 09-03-2011 06:17 PM

Quote:

Originally Posted by thecore762 (Post 2240357)
Deal, please check my PM.
I would like to buy your time helping me installing this and configuring this.

Here is what I have so far: http://www.47r-squad.com/showroster.php
I want rank images to show, also I need to be able to move myself on top of the roster list. I am IcEWoLF.
Do I have to make another usergroup so am on top?


I can help you PM me. Or you can add ranks yourself based on this post,

PM me for more information

drainpan 09-14-2011 08:32 AM

is there any way to make this look like this page:
http://www.1upclan.info/forum/index.php?action=teampage
rather than just looking like an advanced memberlist?

Majest 09-14-2011 09:29 AM

Could a tutorial on how to set this up with the profile fields included, I can't make heads or tails of this. Makes no sense to me. It looks like a fantastic mod but it's complicated to a point I don't think I'll be able to get this to work.

1005467401 12-09-2011 04:43 PM

It doesnt show group color??

i mean it doesnt allow HTML Code? on the ShowRoster page?

it showed this to me "<B><span style="color: red;">Administrator</span></B>"

Sarcoth 12-09-2011 05:42 PM

Quote:

Originally Posted by 1005467401 (Post 2276274)
It doesnt show group color??

i mean it doesnt allow HTML Code? on the ShowRoster page?

it showed this to me "<B><span style="color: red;">Administrator</span></B>"

I don't recall having any font color within the showroster, so I'm not sure where you are getting that. I especially don't have any red. If you are getting this from the page source code, that won't work b/c that is a combination of code from various sources.

Some places may allow you to adjust color from the template code. For anything wrapped around something with an ID in it will need to be adjust via css. The css template can be accessed via the Style Manager -> CurrentStyle -> CSS Templates -> showroster.css.

almty1 12-09-2011 09:35 PM

Just got this up and running today. This is an amazing mod. Thank you so much!

tomshawk 12-10-2011 04:36 AM

Statistics are not filling in
http://www.diablosanctuary.com/forums/showroster.php

I chose Column 3, so if I am not mistaken as to the point of this section. It should fill in the numbers to the right of the names with how many of each Class, Correct?

Edit: Figured it out, thanks.

Excellent Addon. ;)

Thank you


All times are GMT. The time now is 12:10 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.01916 seconds
  • Memory Usage 1,851KB
  • 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
  • (21)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
  • (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