PDA

View Full Version : Close/open thread via quick reply


Viper007Bond
03-23-2007, 10:00 PM
I wanted to easily be able to close and open a thread after I posted via the quick reply. You can do this via the full reply page and via the dropdown at the top of the page, but not via the quick reply box. So, I wrote a little template modification to allow me to do so.

However, because this mod is only intended for moderators and admins, I left this mod simple and didn't go to the large trouble of making it change the "Reply" button to a "Closed" button or changing the checkbox text. You'll have to refresh the page in order to see those update.


See attached screenshot for an example.



To add this new feature, you'll need to edit the "SHOWTHREAD" template (it can be found in the "Show Thread Templates" group).


Find this text, about a 1/3 of the way down:

<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>
</fieldset>


After all of that, add all of this:

<if condition="$show['openclose']">
<fieldset class="fieldset" style="margin:$stylevar[formspacer]px 0px 0px 0px">
<legend>Thread Management</legend>
<div style="padding:3px">
<div>
<label for="cb_openclose"><input type="checkbox" name="openclose" value="1" id="cb_openclose" tabindex="1" /><if condition="$show['closethread']">Close<else />Open</if> this thread after reply post (the reply button's icon will not be updated for you)</label>
</div>
</fieldset>
</if>

dbirosel
03-24-2007, 11:47 PM
subscribed! will install when i come home

Chicago_VLNU_4s
03-25-2007, 06:41 AM
very nice.. installed

ragtek
03-25-2007, 08:58 AM
can somebody modify that to the moderate option?
it would be nice if admins & mods can post replies which are set to moderate, so only admins & mods can read it

Atakan KOC
03-26-2007, 06:33 AM
Thanks....

vampireus
04-03-2007, 06:12 PM
Nice, can you add Stick/Unstick Thread?

kaptanblack
04-04-2007, 02:08 PM
thanx guy ;)

Bulent Tekcan
04-23-2007, 05:02 AM
If you make a multilanguage support with phrases,this will be very good.

Cheers

Viper007Bond
05-23-2008, 10:40 AM
This template hack has been updated: https://vborg.vbsupport.ru/showthread.php?t=180239