Improvement requests
: K-Meleon Forum
Use this forum to talk about a feature you're missing. Use the bug tracker to report it if necessary.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=JamesD] @ mhf If you wish, you can try out this new part of the code. It should open you page in your default method for typed URLs. Replace this code: [code] _QickStor_Retrieve5 { $_QickStor_URL = getpref(STRING,"k-meleon_QickStor.Url.".$_QickStor_UseCount); open($_QickStor_URL); } [/code] With this code: [code] _QickStor_Retrieve5 { $_QickStor_URL = getpref(STRING,"k-meleon_QickStor.Url.".$_QickStor_UseCount); $_QickStor_OpenMethod = getpref(STRING, "kmeleon.general.openurl"); if ($kTabs) { if ($_QickStor_OpenMethod == "ID_OPEN_LINK_IN_NEW_TAB") { opentab( $_QickStor_URL ); } if ($_QickStor_OpenMethod == "ID_OPEN_LINK_IN_BACKGROUNDTAB") { openbgtab( $_QickStor_URL ); } } if ($_QickStor_OpenMethod == "ID_OPEN_LINK_IN_NEW_WINDOW") { opennew( $_QickStor_URL ); } if ($_QickStor_OpenMethod == "ID_OPEN_LINK_IN_BACKGROUND") { openbg( $_QickStor_URL ); } if ($_QickStor_OpenMethod == "ID_OPEN_LINK") { open($_QickStor_URL); } } [/code][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development