MobileHacks
New Member
modefication in showthread template which allowed for moderators to close/open/sticky/ & unstick the thread from the qucik replay
this modification in 3.7.2
No products or plug-in for this modification-
its helping the moderators to close or stick any thread from quick replay
all the modification i found for this mod its products, but with some modification in your template you can make every thing happen
The Steps
1- Open showthread template
2- search for this
3- below this code you add
4- save your template
this modification in 3.7.2
No products or plug-in for this modification-
its helping the moderators to close or stick any thread from quick replay
all the modification i found for this mod its products, but with some modification in your template you can make every thing happen
The Steps
1- Open showthread template
2- search for this
PHP:
<label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label>
</div>
3- below this code you add
PHP:
<div>
<div style="float:$stylevar[align=right]">
<label for="cb_stickunstick"><input type="checkbox" name="stickunstick" value="1" id="cb_stickunstick" tabindex="7" />
<if condition="$threadinfo['sticky']">$vbphrase[unstick_this_thread]<else />$vbphrase[stick_this_thread]</if></label>
</div>
<if condition="$show['openclose']">
<label for="cb_openclose"><input type="checkbox" name="openclose" value="1" id="cb_openclose" tabindex="6" />
<if condition="$threadinfo['open']">$vbphrase[close_this_thread]<else />$vbphrase[open_this_thread]</if></label>
</if>
</div>
4- save your template