dezkit
01-03-2010, 10:23 PM
Hello, I currently have the code
<if condition="$show['openclose']"><div><label for="ao_oct0">
<input type="checkbox" name="openclose" value="1" id="cb_openclose" tabindex="1" $checked[openclose] />
<if condition="$show['closethread']">Lock
<else />$vbphrase[open_thread]</if></label></div></if>
<if condition="$show['movethread']">
<div><label for="ao_mvt">
<input type="checkbox" name="do" id="ao_mvt" value="movethread" />Move</label>
</if>
What I am trying to do is so that when Move is selected, the thread gets moved to a certain forum. How will I be able to do this? Thank you.
P.S. I want this for both SHOWTHREAD and THREAD TOOLS
<if condition="$show['openclose']"><div><label for="ao_oct0">
<input type="checkbox" name="openclose" value="1" id="cb_openclose" tabindex="1" $checked[openclose] />
<if condition="$show['closethread']">Lock
<else />$vbphrase[open_thread]</if></label></div></if>
<if condition="$show['movethread']">
<div><label for="ao_mvt">
<input type="checkbox" name="do" id="ao_mvt" value="movethread" />Move</label>
</if>
What I am trying to do is so that when Move is selected, the thread gets moved to a certain forum. How will I be able to do this? Thank you.
P.S. I want this for both SHOWTHREAD and THREAD TOOLS