View Full Version : Hide quick reply from certain forums
joyboy2001
09-10-2009, 05:10 PM
Hi,
can somebody make a mod to hide quick reply from certain forums ?
Brandon Sheley
09-10-2009, 05:14 PM
you could always wrap it with conditions
joyboy2001
09-10-2009, 07:36 PM
I don't know how to do that ... I'm no coder, but with proper instructions, I can implement codes ...
Lynne
09-10-2009, 10:13 PM
Write a plugin.
hook location - showthread_start
if (in_array($forumid,array(x, y, z)))
$vbulletin->options['quickreply']=0;
Change x,y,z to the forumids you want to hide the QR in.
joyboy2001
09-20-2009, 09:51 PM
This works beautifully ... Thanks :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.