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] @ Roger Congratulations, you have just become a beta tester and have completed your first bug report. I forgot to test in KM 1.5 and that version has a more strict macro language. To fix your FavRenAdd.kmm file you can replace just a few lines of code. The old code looks like this. [code] _FavRenAdd_RunScript{ exec("wscript.exe \"".$_FavRenAdd_Path."\" 1 \"".$_FavRenAdd_PathName."\""); exec("wscript.exe \"".$_FavRenAdd_Path."\" 2 \"".$_FavRenAdd_CurURL."\""); exec("wscript.exe \"".$_FavRenAdd_Path."\" 3 \""execute"\"") ; } [/code] Replace that code with this new version. [code] _FavRenAdd_RunScript{ $_FavRenAdd_Execute = "execute" ; exec("wscript.exe \"".$_FavRenAdd_Path."\" 1 \"".$_FavRenAdd_PathName."\""); exec("wscript.exe \"".$_FavRenAdd_Path."\" 2 \"".$_FavRenAdd_CurURL."\""); exec("wscript.exe \"".$_FavRenAdd_Path."\" 3 \"".$_FavRenAdd_Execute."\"") ; } [/code][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development