Quote:
Originally Posted by hoof
Glad you like the skin
Good catch on the "Move Thread" I hadnt noticed this before. To fix it go to AdminCP>Styles & Templates>Blak Ice>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_close_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 for bringing it to my attention
|
Thanks that fixed it. However I couldn't find the code you posted but I replaced this code with the one you provided and it worked fine.
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>