Quote:
Originally Posted by Webmasta
Downloaded it and installed. Thanks, great skin. However I noticed this error. How come the "Move Thread" option is missing? When I select it and click on perform action it works fine, just the text missing. It works fine on my other skins. Help anyone?
|
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_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 for bringing it to my attention