Quote:
Originally Posted by Lynne
Reinstalled it? All you should do it reupload the file. If you reinstalled the xml file, then you probably wrote over the template changes you did.
What is in your "rwc_newsarchive_bit" template in the style you are using? And did you make the edit in two places in the news.php file? And what is in your "rwc_latestnews_bit" template? Both of those need the thread prefix added.
If that isn't it, I don't know what else to suggest.
|
I did the changes in two places yes.
This is my template:
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead"><font size="4" face="Verdana">$dateposted - Posted by $thread[postusername]</font></td>
</tr>
<tr>
<td class="alt1"><div class="navbar_notice"> <!-- icon and title -->
<div class="smallfont">
<if condition="$show['threadicon']"><img class="inlineimg" src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /></if>
<strong>$thread[title]</strong>
</div>
<hr size="1" style="color:#000000; background-color:#000000" />
<!-- / icon and title -->
<!-- message -->
<div id="post_message_$thread[threadid]">$message</div>
<!-- / message --></div></td>
</tr>
</table>
<br />
</tr>
</table>