Quote:
Originally Posted by Lynne
Something like
PHP Code:
if ($forumid == 'xx') $show['quickreply'] = '0';
OR, I forgot it's also just an option as 1UnReal said, so:
PHP Code:
if ($forumid == 'xx') $vbulletin->options['quickreply'] = '0';
|
Lynne...thanks for the replies...
Okay...I understand what you're doing with the code...but the problem I face is where to put this code.
I know absolutely nothing about plugins...and I read the how to in the Articles section here...and I'm still lost.
So...someone's going to have to take me by the hand on this one...and make sure I don't get anything on me...
Maybe I should be wearing a bib.