![]() |
Only thing i noticed is that the OPEN BUDDIES LIST does not work for me and SIMPLE SEARCH. everything else does. Any suggestions/ideas? thanks
|
I fixed the problem with the simple search. The code has listed "java script" when it should be "javascript" there is a typo , the extra space needs to be removed.
However i cannot get the buddylist to work... I tried making some changes to the buddylist code and couldnt make anything happen, so i just made the value "#" for the time being so that it doesnt generate a missing page error. Hopefully someone knows java better than I and can point out the problem :) |
uhm, it's was working for me?!
The Buddylist had problems but Hiall fixed them... I don't know why but vB3 adds a space between java and script :( |
Quote:
|
yeah, got it :)
This one worx when you have an url like www.sportboard.de/v2 but not when you have an url like www.sportboard.de/v2/index.php because in this case (as mymilkrotted) figured out the scripts tries to open http://www.sportboard.de/v2/index.ph...hp?do=markread :( To fix this you should redownload the instruction above and add the Board URL with a trailing slash ('/') BEVORE: login.php?do=logout misc.php?do=buddylist search.php?do=getnew forumdisplay.php?do=markread like: http://www.sportboard.de/v2/login.php?do=logout http://www.sportboard.de/v2/misc.php?... ... Another fix: edit your code and delete the space between java and script @ Quote:
I'll update the instructions now :) |
Quote:
<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 |
Quote:
|
ive gotten this a little further although the code isnt perfect but it seems to be working but the page goes to full screen
in header include place this above the code asked in the instructions <SCRIPT LANGUAGE="JavaScript"> function Start(page) { OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=y es,resizable=yes"); } </SCRIPT> then for the buddy list option use this <option value="javascript:Start('misc.php?do=buddylist&focus=1','buddylist' ,'statusbar=n o,menubar=no,tool bar=no,scrollbars=yes,resizable=yes,width=180,heig ht=300')">Open Buddy List</option> hopfully someone can work with this more and fix it faster than i can |
Excellent, just applied it to my board, and it works perfectly.
Thanks for a great, VERY useful mod! |
oh, could someone please attach the fixed file?
I deleted it while updating the first post :( |
All times are GMT. The time now is 08:43 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|