Doh!
I guess that would be necessary eh?
In your modifyoptions template you need to look for
$maxpostsoptions
</select></smallfont></td>
</tr>
and just below this add:
<tr>
<td bgcolor="yourcolorhere"><normalfont><b>Thread Preview Option On?</b></normalfont><br>
<smallfont>Selecting yes will allow you to preview the first post in a thread by putting your mouse pointer on the thread title.</smallfont></td>
<td bgcolor="yourcolorhere"><normalfont>
<input type="radio" name="threadpreview" value="yes" $threadpreviewchecked> yes
<input type="radio" name="threadpreview" value="no" $threadpreviewnotchecked> no
</normalfont></td>
</tr>
I will work on the Admin CP bit.
Thanks,
Parker
|