View Full Version : Uncheck signature option in quickreply by default?
Bellinis
11-18-2007, 03:42 PM
On our board we'd like to have the checkboxes for adding signatures to posts OFF by default. I found two templates where I could turn this off, but how do I uncheck the box in the quickreply???. Hope someone can point me in the right direction :)
Thanks!
Wseries
10-09-2008, 08:46 AM
This worked for me. In clientscript/vbulletin_quick_reply.js
Find:
{A.disabled=false;A.checked=true}
Change to:
{A.disabled=false;A.checked=false}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.