You might like to try the author or the WP plugin homepage if you get no joy here.
The problem you’re describing could be something to do with the set up? Do you have to create the factions and upload images from the settings page? It would seem that the value isn’t writing out correctly – check the code: it might be something like you’ve got $imgpath; where it needs to be echo $imgpath;. You can always reinstall if you break it more whilst trying to fix it.
Yes, the images are broken for me too. The armory was just updated recently, I am sure there was a change made that borked this plugin.
I was able to make some fixes…
For the guild header information, the following changes need to be made:
Line 146 – GUILDKEY needs to be changed to GUILDHEADER
Line 149 – FACTIONID needs to be change to FACTION
For the roster table, the following changes need to be made:
Line 169 – RACE needs to be changed to RACEID
Line 169 – GENDER needs to be changed to GENDERID
Line 170 – CLASS needs to be changed to CLASSID
But there is a big problem with the images he has stored in the plugin, and the values provided by the armory. The values provided by the armory are numeric, which you could use to assemble a file name (the way the armory does it). Example: 0-1-6.gif = male-human-dk. But the author of the plugin has the images with literal name, and I dont see anywhere in the plugin where the literal names are gathered from the raceid, classid, and genderid. Anyway, I am working on my own fix for the rest…
I’ve updated the plugin with fixes for everything. Sorry for the delay, folks!