I did a clean install of 1.72 (full version with the image pack) configured and uploaded my guild roster and char. However, when I go to the char page, bag page, or bank page non of the icons show up. The mouse overs are working fine, I turned on the debug tools, ran few queries from the debug output to ensure that the icon paths were correct and they were. However, upon further looking I noticed that when looking at the source of the char page that there were no image links built.
Example of HTML Source:
<div class="page1" id="page1"><!-- begin char-main-page1 -->
<div class="left"><!-- begin char-main-page1-left -->
<div class="equip"><!-- SELECT * FROM `roster_items` WHERE `member_id` = 35 AND `item_slot` = 'Head' -->
<div class="item" onmouseover="return overlib(overlib_1);" onmouseout="return nd();"><a href="http://www.thottbot.com/index.cgi?i=Dragonstalker%27s+Helm" target="_blank">
</a>
</div>
The paths look correct, the images are there.
http://www.inanguish.net/guildroster/im ... met_05.jpg
It just seems that the img paths are not being included in the output, what am I missing....?