Quote:
Originally Posted by nerbert
Works for me with one minor change to btu_link template: I removed alt="{vb:rawphrase btu_unban}" from the img tag. For some reason I don't get the little image to work and so I get the alt text "UNBAN USER' or something like that, which causes the link to disappear.
And that's for another post.
|
If I'm remembering right, you have to go into the xml file and change this line... to take out the slash in front of images.
<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}" />
and it should work.