Seems that I did multiple things wrong, but since I don't have either my proper computer (with emacs) or my server to try things out I'm a bit handicapped. =] But I'll try to fix it.
First I'll answer question two: This isn't part of the main threads distribution, but you can add
this hack which will do it for you.
I don't really know why all posts get *IMG* in the subject, I still think it looks good when I look at it, can't see what the problem is.
If you install the hack mentioned above, you could do the following to get an IMG-string after the subject instead then you will probably not have the same problems. =]
Find the following line in both hacked files:
code:
$TempBod = $Body;
And add these lines right before:
code:
$postrow[$i]['Subject'] .= " *IMG*";
To embed a picture icon insteade, just change the *IMG*-text in the line above to an img-tag, something like this:
code:
$postrow[$i]['Subject'] .= " <img src="/images/image.gif" border="0" alt="Image" />