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']);
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']);