Bira:
Thanks again. I couldn't do this stuff without you. Now in the modifyoptions template you have
Code:
<select name="prunedays">
<option value="-1" $daysdefaultselected>Use forum default</option>
<option value="1" $days1selected>Show threads from last day</option>
would you then use:
<option value="-2" $days-2selected>Show thread from last visit</option>
so that they can select this option in their control panel options?
Parker