Quote:
Originally Posted by Lynne
As Opserty suggesting in Post 3, try:
$vbulletin->options['bbtitle'] = "Hi";
That works on my forum. Make sure you turn the plugin On since it is Off by default.
|
Aha, now it works, perfect! Thanks for the help to both of you. You know what my mistake was. I used $vbulletin->options[bbtitle] instead of $vbulletin->options['bbtitle'] the first time around, but now its perfect.
Whew!
Thanks again, much appreciated!