Quote:
Originally Posted by sola
I still have this issue and uploading that .png file did not resolve it. Any ideas?
Thanks.
|
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.