Is this project still maintained and if so any idea when things will be updated to work with Legion?

Comments

Christopher Riley created an issue. See original summary.

  • ytwater committed 2e49bd3 on 7.x-4.x
    Issue #2802053: Still Maintained?
    
ytwater’s picture

Give alpha30 a shot. Everything seemed to work on my side, but we won't know until we have some real raid progression data I can pull from the armory.

Let me know if you run into any issues!

Christopher Riley’s picture

Thank you for making this available, however there do not seem to be any javascript files in the js directory. Is this an oversite or are they no longer needed. I am getting an error on:

Warning: file_get_contents(sites/all/modules/contrib/wowguild/js/wowguild.js): failed to open stream: No such file or directory in _locale_parse_js_file() (line 1524 of /home/sitename/public_html/includes/locale.inc).

Warning: file_get_contents(sites/all/modules/contrib/wowguild/js/wowguild.js): failed to open stream: No such file or directory in drupal_build_js_cache() (line 5076 of /home/sitename/public_html/includes/common.inc).

Also noticed in the logs that the following is showing:

Theme hook wowguild_admin_form not found. This happens when I hit /admin/config/system/wowguild although I checked and the function is there in the include file and the definition looks ok from a quick glance.

  • ytwater committed 21d2300 on 7.x-4.x
    Issue #2802053: Still Maintained? Issue #2806761: Schema Issue
    
ytwater’s picture

Yeah, the javascript was old so I removed it from alpha31.

I didn't get any errors regarding wowguild_admin_form, bit there is an issue when (in the background) the module is retrieving the realms and it will give some errors and the realm list will be blank. It is resolved when the page is reloaded.

ursatuba’s picture

Hoping the author is still available for this. New expansion coming soon and this is hands down the best collection of ready tools for website integration. There are some age related issues though, like new raids in Legion, new races, gear pulls, avatar display, etc.

ytwater I would also be happy to speak with you directly about this if you want to talk about a project.

ytwater’s picture

Hi ursatuba,

Yes, I haven't updated this one in quite a while. I'm sure we are missing raids and bosses. I'm not playing WoW much and have moved away from PHP in general.

Since a majority of the module is data driven (from the Blizzard APIs) we can only reliably update the module once we have real data from the new expac.

What would help is a list of issues that you think need to be updated in the new expac. Perhaps create new issues with the prefix [BfA]?

ytwater

ursatuba’s picture

To be fair a lot of it still works great! It's just showing some age since the latest patches.

Some off the top of my head:

- There are new races to be added (plus the graphical elements that come with them)
- New raids and instances
- There seems to be some trouble linking from the view on armory links to actual data
- Avatars come up as dark silhouettes (within forums)
- View avatar pages come up with similar shadowy presentation, the width of the background image is too narrow and gets repeated, some of the items show up as blank, or items show up as greens instead of purples, wrong ilevel, etc.

Nice to have:

- It would be great if we could add some kind of system-wide text tag to mark items in posts and have it pull up the details (something like <item>123456</item>
- Pull guild calendar items in as nodes that can be displayed as a calendar
- Responsive results for things like tables

I also have the following error pop up when I mark all toons for update:

Notice: Undefined index: realms in wowguild_get_all_realms() (line 2122 of /var/www/html/sites/all/modules/wowguild/wowguild.module).
Warning: Invalid argument supplied for foreach() in wowguild_get_all_realms() (line 2122 of /var/www/html/sites/all/modules/wowguild/wowguild.module).
Warning: array_keys() expects parameter 1 to be array, null given in wowguild_get_realms() (line 2187 of /var/www/html/sites/all/modules/wowguild/wowguild.module).

Thanks very much for your attention! I can provide examples if needed.