global_start seemed to work for me, what is the code you are using? Have you tried using the init_startup hook?
When I get home tonight i'll try changing the hook to init_start as per your suggestion, I hope that works
Quote:
Originally Posted by Lynne
Maybe your plugin code is wrong. What exactly did you put in the plugin?
Well, for now its just a test plugin so what I did was make the hook as global_start and then its simply the following command:
$vboptions['bbtitle'] = "Hi";
Thats the entire plugin code. However when I load the page and look down at areas such as the breadcrumb which uses $vboptions['bbtitle'] to display the title of the forum in the breadcrumb, it still displays the forum set variable instead of "Hi".