![]() |
The images are pulled from wowarmory.com, which is 90% of the time pretty slow.
I guess that's an idea though. to cache the images from wowarmory to your local webspace. it would require that you have a directory writable by the webserver though. |
You are awsome! Thank you so much!!
|
I might see if I can mash this together with the WoWChar drop down addon (I think gryphon made it?) as a tidier way to add characters, although gryphon's one supports alts.
|
Quote:
|
Mebbe, but I'm not going to do it now. His 'version' pulls armory data for his new WoW Event Calendar, so I wouldn't want to mess it up :) However Sweede's bbcode would be a nicer way of displaying characters in the postbit ^^ So...we'll see.
I love love love that we have two great developers maintaining these mods now :D |
Quote:
Anything that that uses armory data can easily be re-written to use the cache storage container that i have For example, the elricstorm calander read the XML file from the armory then copied the parts of the XML to the database. You would simply change the code that retrieves the the armory from the URL with what i wrote. |
My Fury Warriors and Ehancement Shaman where commenting on how they really like the addon, however they would really like it to display their Attackpower and Crit Chance.
|
Quote:
It appears that melee crit wasnt part of the original or i accidently deleted it.. Go to admincp -> Phrase Manager -> Add New Phrase Phrase Type: WoW BBCode Phrases Product: WoW BB Code Varname: wowcharcode_melee_crit Text: Melee Crit Save. Open includes/functions_wowcharcode.php file and find Code:
$value["melee main dps"] = $melee['mainhanddamage']['dps']; Code:
$value["melee crit"] = $melee['critchance']['percent'] . "%"; Find Code:
"melee main dps" => 3, Code:
"melee crit" => 3, Now, you can add the melee crit ID in the make_extra_data method. Change all lines that read Code:
$default = array_merge($default, array("melee main damage", "melee main dps")); Code:
$default = array_merge($default, array("melee main damage", "melee main dps","melee crit")); I'll incorporate this into a more complete package at a later time. I want to finish up a couple other things first. |
With the caching enabled I can't see any of the images. They are being cached, I've checked the folder on the server.
I have this issue alot with the theme I'm using when I have images that are outside of the themes folder root. There are no replacement variables set in the theme though. Should I add one for the armory/images folder or is there a way I can move that folder? |
odd, if you go to http://www.destinyawaitsguild.co.uk/...w-70/1-1-2.gif
The image is there, but you get a permission error when trying to view it. Using an FTP client (or if you have a shell to the server which is the best!), try to browse to the /forum/armory/images folder and note the permissions. Note the attached image, in CuteFTP that is the info i'll be looking for. |
All times are GMT. The time now is 03:30 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|