Quote:
Originally Posted by New Joe
How to make it so it can be used with the quick reply box?
|
I use AJAX quickreply, so it's done as such:
Template Edit
===========================================
template name: showthread_quickreply
-------------------------------------------
First line of the template, Add:
-------------------------------------------
Code:
<if condition="$show['anonymous']"><div><input type="checkbox" id="cb_anonymous" class="bginput" name="anonymous" value="1" <if condition="$vbulletin->GPC['anonymous']">checked="checked"</if>/>$vbphrase[zointsanony_anonymous_post]</div></if>
-------------------------------------------