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 |
#12
|
||||
|
||||
Here is the fix for the divide by zero error:
Code:
function gwr_percent_members($number, $members) { $members > 0 ? $number = ($number / $members) * 100: $number = 0; return number_format($number, 2); } ?> For pulling the talents, you have to run the gWoWRoster Character Info Update cron as well. It only pulls a couple characters each time you run it so if you have a lot of characters then you will have to run it quite a few times. However it will automatically run every 10 minutes as people use your board and slowly pull all the characters. I was impatient and running it on my local machine so removed the limit and set the PHP timeouts to 20 hours and ran it. Only took about 20 minutes to pull all 103 characters from the armory. There now that I have this installed, tweaked and working on my development installation, time to go look at your event mod. |
#13
|
|||
|
|||
worked like a charm, thank you sir.
|
#14
|
||||
|
||||
Thanks Wayne.
So, officially working on 3.6.8 RL2, for anyone who is interested |
#15
|
|||
|
|||
Is there a way to associate rank names with the rank numbers? I understand armory only gives you a number, but perhaps a forum-side place to enter what each rank number is?
|
#16
|
||||
|
||||
That is a cool idea. I am going to have to look into that myself.
|
#17
|
|||
|
|||
None of the images are working and they are all uploaded. For gWoWChar too.
Also, would like to have it sort by level then rank. How can I do this? [Edit] Hurr hurr, this was a style issue. |
#18
|
|||
|
|||
All right, a couple of options I'd like to see added:
1) Option to only show max-level characters 2) (I'd imagine this would be harder) Some way to signify, based on the WoWChar info on your boards, that a character is someone else's alt, perhaps a "related characters" column. I have no idea how hard it would be to code, but if the alts could even be omitted from having their own row, possibly by only showing the first char listed by a boards user on a given realm, that would be *awesome.* 3) I'm pretty sure you're already working on board usernames on the roster, but putting that out there 4) The ability to leave "guild notes" PS: I've added a "|" between the Reputation and Skills because our style does not underline links and therefore it was not obvious that they were separate links. You might want to add this to the main product. [Edit] My roster is still lacking talents for the overwhelming majority of characters. I have a 198 character roster, of which 103 are level 70. I'm trying to spam the chron to make it populate this shizzle but it isn't working (keeps getting info for the same character). I do not feel comfortable doing things like "removing limits" and "setting timeout to 20 hours" because I am a clueless noob (you will note the lack of "Coder" under my username >.>). Perhaps a more aggressively timed cron which is not scheduled to run but just runs manually could be included so someone like me could basically shut the boards down in the middle of the night for 30 minutes and populate the roster =\ Or something. [Edit II] Just wanted to update that after about an hour and a half of persistence, the talents are finally populated. After doing the same guy over and over again, it finally broke through and started doing them in ones and twos...again, including a function to do a more persistent build attempt would be good. Looks much better now though |
#19
|
||||
|
||||
Always a pleasure to use one of your Mods Gryphon. Always very well thought out and simple to use
Keep up the great work! Edit: Only problem I can see (Aside from the divide by 0 thingy) is it doesn't seem to like nonstandard characters, eg ? Edit 2: Oh yeah, and the talent thing like Foghorn mentioned. I'm sure this mod'll only get better though |
#20
|
|||
|
|||
Well, was working great and then I broke something. \Here is the message when I run a schedule task:
gWoWRoster Guild Info Update No delete, a parse failed. Done |
#21
|
||||
|
||||
Thanks for the suggestions and error reports. I am making notes but a little swamped with real work at the moment so I will catch up on these as soon as I can.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|