PDA

View Full Version : Moderators Functions - Close/Open/Sticky/Unsticky via Quick replay


abus3d
11-08-2008, 10:00 PM
Dear All,

today i made i 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

--- i didnt use any 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

<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


<div>

<div style="float:$stylevar[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

thanks for all :)

Drocr
11-09-2008, 02:28 PM
Hey nice I like =D

abus3d
11-09-2008, 02:36 PM
Hey nice I like =D


you welcome :)

thanks for installing

abus3d
11-10-2008, 11:55 AM
up for all