PDA

View Full Version : Allowing users to use multiquote in closed threads


Marco
05-12-2011, 06:02 PM
Some of our users would like to be able to use the multiquote feature in closed threads. I was wondering if there's perhaps an easy way to accomplish this?

I've been trying to figure out how it's determined whether to show the multiquote button, but the only thing I've been able to find is this line in showthread.php:

$show['multiquote_global'] = ($vbulletin->options['multiquote'] AND $vbulletin->userinfo['userid']);

kh99
05-12-2011, 06:30 PM
That seems to be for whether or not to include the js. I think you're looking for $show['multiquote_post'] which is set in includes/class_postbit.php.