Quote:
Originally Posted by Vivi Ornitier
my threadbit is already changed, can u post the manual edits for that template?
|
Okay.
open template: Threadbit Templates >>
threadbit.
1- Find:
Code:
<td class="alt1Active" id="t$thread[threadid]" title="$thread[preview]">
Replace with:
Code:
<td class="alt1Active" id="t$thread[threadid]">
2- Find :
Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><if condition="$show['gotonewpost']"><strong>$thread[threadtitle]</strong><else />$thread[threadtitle]</if></a>
Replace with:
Code:
<a class=SectionHeadlines onmouseover="this.className ='SectionHeadlinesGray';return setIntervalDelay($thread[threadid],1)" onmouseout="this.className='SectionHeadlines';return setIntervalDelay($thread[threadid],0)" href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><if condition="$show['gotonewpost']"><b>$thread[threadtitle]</b><else /><b>$thread[threadtitle]</b></if></a>
3- Search:
</tr>
Replace with:
Code:
</tr>
<tr>
<td class="alt2" colspan="6" id=abstract$thread[threadid] style="DISPLAY: none"><span class="smallfont">$thread[preview]</span>
</td>
</tr>
Done!
Regards

alkahf