Okay, I have enabled the quick reply without the click and have removed the image for the quick reply, and I can quick reply without clicking anything, but now I am seeing linked text in place of the quick reply button that says "Quick reply to this message" How do I get rid of that text?
Announcement
Collapse
No announcement yet.
Quick Reply without click enabled... but
Collapse
X
-
In your postbit or postbit_legacy template (postbit is the style used here, postbit legacy is the two column style) find and remove
Code:<if condition="$show['quickreply'] AND !$show['threadedmode']"> <a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a> </if>
AdminCP > Styles & Templates > Style Manager > Edit Templates > Postbit Templates > postbit (or postbit_legacy) > Edit
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment