The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
gWoWRoster - World of Warcraft Guild Roster Details »» | ||||||||||||||||||||||||||
gWoWRoster - World of Warcraft Guild Roster
Developer Last Online: Sep 2023
What is it?
[hr]-[/hr]gWoWRoster is a modification for vBulletin which allows you to display multiple guild rosters for World of Warcraft. If you use this mod, please Mark as Installed, and if you really enjoy this mod, please Nominate for MOTM, and if you really really enjoy this mod, feel free to Support Developer! Thank you! Support [hr]value[/hr]I use my released mods daily, if I find an issue with them or add features for myself I will release updates. If there are significant bugs or simple feature requests I will do my best to release fixes. Some of my mods rely on fetching data from 3rd party websites, due to the unreliable results, my mods will require users to troubleshoot for themselves if they find the addon is not working for them specifically. I am offering my personal mods that work ok for me for you to use, I am sorry I do not have time to troubleshoot many user specific issues. Thank you for your understanding. Features [hr]-[/hr]
Installation [hr]-[/hr]
Examples [hr]-[/hr]
Changes [hr]-[/hr] v1.0.14a - upload class_gwowarmory.php
v1.0.14 - upload cron.gwowroster.guildinfo.php, import product with overwrite enabled.
v1.0.13 - upload class_gwowarmory.php, cron.gwowroster.charinfo.php, cron.gwowroster.guildinfo.php, import product with overwrite enabled.
v1.0.12 - upload gwowroster.php, cron.gwowroster.charinfo.php, import product with overwrite enabled.
v1.0.11 - upload gwowroster.php, external icons, import product with overwrite enabled.
v1.0.9 - import product with overwrite enabled.
v1.0.8 - Upload all files, import product with overwrite enabled.
v1.0.5 - import product with overwrite enabled.
v1.0.4 - Upload functions_gwowroster.php, import product with overwrite enabled.
v1.0.3 - Upload all files, import product with overwrite enabled.
v1.0.2 - Upload all files, import product with overwrite enabled.
v1.0.1 - Upload all files import product.
Copyright [hr]-[/hr]gXboxLive, Copyright ? Ghryphen (https://github.com/ghryphen) Please maintain copyrights in derivative works, thank you. Download Now
Show Your Support
|
Comments |
#182
|
|||
|
|||
Ok. I won't worry about it too much until it goes live. Thanks for the help.
Awesome. <3 ~ Sean |
#183
|
|||
|
|||
Hi =] i have have the roster all working fine apart from a slight problem with the names column some of our players have long name and that over laps their talent spec how to i make the name column wider i gather it's in the gwowroster template section some where =] ??
complete VB noobie =] many thanx |
#184
|
|||
|
|||
Quote:
Find: Code:
<td class="thead" nowrap="nowrap" width="100%"><a href="gwowroster.php?$guild[url]&page=$pagenumber&sortfield=name&sortorder=$oppositesort">Name</a> <if condition="$sortfield == name"><a href="gwowroster.php?$guild[url]&page=$pagenumber&sortfield=name&sortorder=$oppositesort"><img class="inlineimg" src="$stylevar[imgdir_button]/sort$oppositesort.gif" alt="$vbphrase[reverse_sort_order]" border="0" /></a></if></td> Change: Code:
<td class="thead" nowrap="nowrap" width="100%"><a href="gwowroster.php?$guild[url]&page=$pagenumber&sortfield=name&sortorder=$oppositesort">Name</a> <if condition="$sortfield == name"><a href="gwowroster.php?$guild[url]&page=$pagenumber&sortfield=name&sortorder=$oppositesort"><img class="inlineimg" src="$stylevar[imgdir_button]/sort$oppositesort.gif" alt="$vbphrase[reverse_sort_order]" border="0" /></a></if></td> Instead of "100%", change it to a numeric value, such as "300" and see if that changes anything. It may cause your other sections to stretch out a bit, depending on your resolution. If you need it bigger, increase the number, if you need it smaller, decrese the number. Let me know how that works! ~ Sean |
#185
|
||||
|
||||
Quote:
1. Your style is probably fixed width, and therefore does not allow the table to "grow" 2. Your screen display size is low You can set the cell size as y2krazy suggested, just be aware that this will limit the size of the other fields in the table. |
#186
|
||||
|
||||
About how many characters it updates at a time;
It actually updates the roster count divided by 70 and rounded up. If you have more than 70 people on the roster, it will do 2 at a time, if more than 140 it will do 3 at a time. It picks the oldest updated characters to fetch each run and it is scheduled to run about 140 times a day. This can be improved a little bit, but for the most part, if you try and gather too many at once it just won't run on vBulletin's mock cron. I have many mods I have created that do external data fetches like this mod, so I also run the vB Scheduled Tasks via try cron to ensure that it runs once a minute regardless of forum traffic. But I mainly do this because external data fetches are often slow and/or intensive so even if you had 1000 hits a minute on your site, vBulletin's mock cron just isn't powerful enough to execute properly. |
#187
|
|||
|
|||
Will this function properly in 3.8.1? Sorry if this has already been addressed, I did a search and did not find anything.
|
#188
|
||||
|
||||
It should be pretty independent of vBulletin version, there would have to be significant changes in vBulletin for this to not work.
|
#189
|
||||
|
||||
Quote:
yes, it functions perfectly fine in 3.8.1 |
#190
|
|||
|
|||
Quote:
If your board is active, you should have no issues. By the way, Gryphon, you had a chance to look over Dragonsys's PM? ~ Sean |
#191
|
|||
|
|||
I am getting the same error.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|