Good catch oatsy. Problem solved. Thanks a lot.
Coder may want to take note and fix the path in the file for the benefit of others.
Quote:
Originally Posted by oatsy
Yep. I had the same thing and used Firebug to compare the code for this icon/link in the user info to others there, e.g. 'View Forum Posts'. I noticed that in the others, the image paths were missing the leading '/'
I edited the xml file for this mod to remove it, reinstalled the mod, and it's sorted.
So, open the xml file in a text editor, go to line 62 and change it from ...
<img src="/images/site_icons/ignore.png" alt="{vb:rawphrase btu_unban}">
to
<img src="images/site_icons/ignore.png" alt="{vb:rawphrase btu_unban}">
Save, and reinstall.
|