
08-18-2003, 11:21 AM
|
|
|
Join Date: Mar 2003
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by hamish
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
|
The only problem with doing that, is that it will open the link in the current window. This forces you to have to go back a page to continue where you were at. There has to be a way to correct this problem so that the buddylist will open correclty in a new window.
|