Quote:
Originally Posted by whitetigergrowl
For some reason the word 'Move' (or 'Move Thread') under 'Thread Tools' isn't there. It still works but there is nothing indicating what it is.
|
Glad you like the skin
Good catch on the "Move Thread" I hadnt noticed this before. To fix it go to AdminCP>Styles & Templates>Ozone>Style Manager>Edit Templates>Showthread and
Find:
Code:
<if condition="$show['movethread']"><div><label for="ao_mvt"><input type="radio" name="do" id="ao_mvt" value="movethread" />$vbphrase[move_copy_thread]</label></div></if>
Replace it with:
Code:
<if condition="$show['movethread']"><div><label for="ao_mvt"><input type="radio" name="do" id="ao_mvt" value="movethread" />$vbphrase[move_thread]</label></div></if>
That's where the error lies
Thanks!