Quote
forever
Quote
jsnj
Couple questions: Do you have Attach Tab/Window Buttons to the tab bar checked in Preferences?[...]
have you changed the name of the Search Buttons toolbar in the toolbars.cfg file?
no to both questions......
it worked fine the first days and then the icon changed its place without having changed settings....
Quote
forever
now i had to restore all my files because of a "new version of ad-block...." message and now everything is fine.....
so now i have the same configuration as 1 week ago.
the only difference is, that i haven't installed "k-meleon extensions manager 5.5" now.
Could that caused the problem?
Quote
forever
update:
after i had restarted my computer the icon changed its place again :-(

Quote
panzer
My icon is moving to the bottom upper right no matter what I do (I have made a clean install-portable version). I have Search+Icon and searchbarext installed.
I will survive.
Quote
panzer
I tried it and it has still moved to the bottom upper right. Thanx anyway.

Quote
panzer
I tried portable Km on my sister's netbook and new icon for your extension is not shown, only the old one. No biggie.
Now all my search plus pics are moved into the new subfolder "skins/default/SearchEngines"
Didn't imagine this one would refer back to itself somehow, but looks like that preftab "Finding Websites" xul code (or whatever) somehow checks if "search.kmm" exists in macros... Actually it seems to work fine with a "searchplus.kmm" too, as long as there's just any file "search.kmm" too, even if that's completely empty.

Quote
siria
Ah okay, cool feature!![]()
And the german kml has moved into DE folder, but the other languages are still missing, see previous page near the bottom, attached by jsnj, v104.exe unzipped ;-)
Quote
siria
Found it, OOPS - there was one gimmick that I did not undo, had changed the name of the kmm-file to searchplus.kmm. Renamed back to "search.kmm" and all is fine again!Didn't imagine this one would refer back to itself somehow, but looks like that preftab "Finding Websites" xul code (or whatever) somehow checks if "search.kmm" exists in macros... Actually it seems to work fine with a "searchplus.kmm" too, as long as there's just any file "search.kmm" too, even if that's completely empty.
Learning new stuff every day...
Quote
siria
Have a little improvement suggestion, quite hopeful that it could be realistic... The prob is that in my folder skins/default are already a bunch of macro pics, and throwing 50 new images inside makes me lose overview completely, just way too many to mix up in that big heap. First thought about renaming them all with a prefix "search_", but then did a bit experimenting, and found that it's actually possible to have subfolders in skins/default!Now all my search plus pics are moved into the new subfolder "skins/default/SearchEngines"
Only left a copy of "search.bmp" in skins/default.
For this to work only needed to change two lines in the macro "Search+Icons.kmm":
pluginmsg(toolbars, "SetButtonImage", "&Search+, macros(SearchPlus), HOT,". $_SearchIcon."[0]");
to
$_SearchFolder="SearchEngines/";
pluginmsg(toolbars, "SetButtonImage", "&Search+, macros(SearchPlus), HOT,". $_SearchFolder . $_SearchIcon."[0]");
I don't know if KEM accommodates sub-folders of the default skin directory though.Quote
ndebord
jsnj,
I really need something like this. I'm doing non-profit grant writing these days (I am now officially too old to get back into the computer magainze biz) and I desperately need to save keyword searches.
Is this the right macro to use?
Much thanks,
Nick
Quote
jsnj
Quote
ndebord
jsnj,
I really need something like this. I'm doing non-profit grant writing these days (I am now officially too old to get back into the computer magainze biz) and I desperately need to save keyword searches.
Is this the right macro to use?
Much thanks,
Nick
Sorry for the delay. I spend most of my online time using FF on Kubuntu Linux these days so I haven't been visiting the forums daily. Re: your question, I'm surprised you never used this extension. IIRC one of the reasons for creating this extension years ago was in response to one of your requests to have the option to make multisearch the default engine. Anyway, the previous searches function saves any and all searches made with the KM macro search function including the keyword searches the user created via this macro. Keyword searches created with the bookmarks plugin via nickname won't be saved. Is that what you mean?
Quote
JamesD
@ ndebord
There is the possibility this could help you. It is not as fancy as this extension, but it works for me.
http://kmeleon.sourceforge.net/wiki/KmmSearchH