Quote:
Originally Posted by sabret00the
for your last problem. can you post a snippet of the html source code please?
|
Here's the snippet of HTML it's using on the thread view page:
Code:
<td class="alt1" id="td_post_59">
<!-- message, attachments, sig -->
<!-- icon and title -->
<div class="smallfont">
<img class="inlineimg" src="images/icons/icon1.gif" alt="Default" border="0" />
</div>
<hr size="1" style="color:#E8D9EC" />
<!-- / icon and title -->
<!-- message -->
The "inlineimg" should be pulling from http://www.mysite.com/forums/images/icons/icon1.gif" but I can't seem to get it to do so. It appears where the post icon is supposed to.
Also, in testing again and getting the HTML for you, I have noticed that entering a post subject serves no purpose if you're replying to a group thread, as it doesn't appear anywhere and selecting a post icon does nothing as well, it's always just "Default" and no title.
Let me know if you need a better explanation than that.