Quote:
Originally Posted by mymilkrotted
Paste the line of code you are using for the buddylist menu option. When i choose that option it appends the "link" to the url already listed in the menu bar... i think thats part of the problem.
|
To get the buddylist menu option to work, replace this:
<option value="window.open('misc.php?do=buddylist&focus=1' ,'buddylist','statusbar=no,menubar=no,tool bar=no,scrollbars=yes,resizable=yes,width=180,heig ht=300');return false;">Open Buddy List</option>
With this:
<option value="misc.php?do=buddylist&focus=1','buddylist', 'statusbar=no,menubar=no,toolbar=no,scrollbars=yes ,resizable=yes,width=180,height=300');return false;">Open Buddy List</option>
I did not need to add the url of the board anywhere in the navbar template edit. (Using beta 5)
Hamish