I found out that in the table "gitemstats" in field "item_html" the path to the images is wrong.
Example:
Code:
<span class='esock'><img src='/images/redsocket.png' alt='red' />& ........cut
When I change this manually with phpmyadmin to:
Code:
<span class='esock'><img src='images/redsocket.png' alt='red' />& ........cut
it does work. It seems that change the path in admincp doesn't seems to affect any. I deleted the record, filled the field with some bullshit but the same HTML is generated. I even changed the function_gitemstats.php but also that doesn''t seems to affect the generated html. Anyone?
Greets