I noticed there is no close to the link. On our forum (at least with the other mods) this seems to crash IE6... so for anyone who is having crash issues... replace this (in postbit):
Code:
<a href="profile.php?$session[sessionurl]do=editattachments&u=$post[userid]&showthumbs=1"><img src="$stylevar[imgdir_misc]/paperclip.gif" border="0" />
with this:
Code:
<a href="profile.php?$session[sessionurl]do=editattachments&u=$post[userid]&showthumbs=1"><img src="$stylevar[imgdir_misc]/paperclip.gif" border="0" /></a>
Just add a </a> to the end. I'd be interested to know if anyone else is experiencing crashing in IE6 (not FF and not IE7) due to this, or if it's specific to us.