Off-Topic :  K-Meleon Web Browser Forum
All which isn't K-Meleon related. 
Pages: Previous12345Next
Current Page: 3 of 5
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: Nith
Date: August 12, 2007 10:31PM

Yes it is true. I do have the same problems with Bookmarks and Hotlist. I am beginnig to think there is no solution to this problem. Thank you for asking

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: Nith
Date: August 13, 2007 03:42PM

I should clarify. I thought at one time that my Bookmarks and Hotlist were
working. However, I am having the same problems Flekto describes.

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: kko
Date: August 20, 2007 12:11PM

Quote
Nith
But the weird thing is Favorites menu does not show up. Still weirder is the Favorites toolbar does appear. But it does not function correctly. On the far left where it has the button to open the Favorites menu it does not work correctly. Opening it just brings open a very thin line. But if you move the mouse pointer along it the various folders will open. This is truly bizarre so I am open to trying anything.

Try this:
1) Open Edit > Configuration > Profile Directory.
2) Close km completely.
3) Open prefs.js with a text editor (e.g. Notepad).
4) If you find a line like this:

user_pref("kmeleon.plugins.favorites.directory", <...>);

Delete this line, save your changes and close the file.
5) Repeat steps 3) and 4) with user.js.
6) Restart km.

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: Nith
Date: August 21, 2007 08:29PM

Thanks KKO. There is just one problem I am having. I assume it to be a simple one
for the experienced which I often am not. When I try to open prefs.js or user.js
I have something pop up which says Windows Script Host access is disabled on this
machine. Apparently I have disabled it. I just do not know how to enable it.

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: JamesD
Date: August 21, 2007 11:41PM

@ Nith

We should try to isolate the problem. First do a search on "wscript.exe" It should be located in your WINDOWS\SYSTEM32 folder. Next open notepad and copy the following code into it. Save the file as wshtest.vbs in your My Documents folder. You will have to click on all files in the save panel to it won't save as txt. Run the vbscript file you have just saved. It should tell you the version of jscript and windows scripting host that you have on your computer. If this runs OK then Windows Scripting host is working.

'Script to display WSH, VBScript, WMI, and ADSI versions
'Script created by Guy Thomas

On Error Resume Next

WScript.Echo "WSH Version: " & WScript.Version

Wscript.Echo "JScript Version: " & ScriptEngineMajorVersion _
& "." & ScriptEngineMinorVersion

'strComputer = "."
'Set objWMIService = GetObject("winmgmts:" _
'& "{impersonationLevel=impersonate}!\\" & strComputer _
'& "\root\cimv2")
'Set colWMISettings = objWMIService.ExecQuery _
'("Select * from Win32_WMISetting")
'For Each objWMISetting in colWMISettings
'Wscript.Echo "WMI Version: " & objWMISetting.BuildVersion
'Next

'Set objShell = CreateObject("WScript.Shell")
'strAdsiVersion = _
'objShell.RegRead("HKLM\SOFTWARE\Microsoft\Active Setup\Installed 'Components\{E92B03AB-B707-11d2-9CBD-0000F87A369E}\Version")
'If strAdsiVersion = vbEmpty Then
'strAdsiVersion = objShell.RegRead("HKLM\SOFTWARE\Microsoft\ADs\Providers\LDAP\")
'If strAdsiVersion = vbEmpty Then
'strAdsiVersion = "ADSI is not installed."
'Else
'strAdsiVersion = "2.0"
'End If
'End If
'WScript.Echo "ADSI Version: " & strAdsiVersion

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: Nith
Date: August 22, 2007 12:57AM

Thanks for the help JamesD. I tried all the above. When I run the vbscript file it
gives that same message. It says Windows Script Host access is disabled on this
machine. I know I did it correctly as it does work on another computer. Anything
else I can try.

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: kko
Date: August 22, 2007 07:49AM

Guys, smiling smiley are you able to read?

Quote
kko
3) Open prefs.js with a text editor (e.g. Notepad).

I have not told you to run the file. The *.js files I'm talking about are no valid script files. You cannot run them with Windows Script Host - whether it's enabled or not.

I suggest to simply right-click the file and choose Edit.

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: Nith
Date: August 23, 2007 05:35PM

Thanks KKO. The problem is it gives the same error message if I run it by double
clicking or if I right click and use open. Also same problem if I open Notepad
first and instruct it to open the file. What can I do?

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: JamesD
Date: August 23, 2007 06:06PM

@ Nith

We do not want you to run the file. You need to edit the file. If you right click on the perfs.js the second item in the menu should be "edit". Clicking on that should start notepad to edit the perfs.js file. Look for a line that looks like this

user_pref("kmeleon.plugins.favorites.directory", <...>);

If there is a line like that then delete that line and save the file. You should repeat the same process on the file user.js.

Sorry about my post on the 27th. I was addressing the wrong problem. I cannot understand why your Windows Scripting Host is disabled. We should address that problem later. For now just look for and delete the user_perf kko indicated.

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: Nith
Date: August 24, 2007 02:09AM

Sorry that I am not a very good writer. Let me explain. Following is a copy from
Notepad.


# Mozilla User Preferences

/* Do not edit this file.
*
* If you make changes to this file while the application is running,
* the changes will be overwritten when the application exits.
*
* To make a manual change to preferences, you can visit the URL about:config
* For more information, see http://www.mozilla.org/unix/customizing.html#prefs
*/

user_pref("font.minimum-size.x-unicode", 0);
user_pref("font.minimum-size.x-western", 0);
user_pref("kmeleon.display.XPos", -1);
user_pref("kmeleon.display.YPos", -1);
user_pref("kmeleon.display.height", -1);
user_pref("kmeleon.display.maximized", true);
user_pref("kmeleon.display.width", -1);
user_pref("kmeleon.find.highlight", false);
user_pref("kmeleon.general.pluginsDir", "");
user_pref("kmeleon.general.saveType", 0);
user_pref("kmeleon.general.settingsDir", "");
user_pref("kmeleon.general.skinsDir", "");
user_pref("kmeleon.general.startHome", true);
user_pref("kmeleon.plugins.bookmarks.load", true);
user_pref("kmeleon.plugins.external.load", false);
user_pref("kmeleon.plugins.favorites.load", true);
user_pref("kmeleon.plugins.fullscreen.load", false);
user_pref("kmeleon.plugins.history.load", false);
user_pref("kmeleon.plugins.hotlist.load", true);
user_pref("kmeleon.plugins.macros.MRU.max", 5);
user_pref("kmeleon.plugins.macros.accel.mouse.configs", "Firefox 2.0;SeaMonkey 1.1;");
user_pref("kmeleon.plugins.macros.encoding.cache.size", 5);
user_pref("kmeleon.plugins.macros.groups.last", "resource:///readme.html");
user_pref("kmeleon.plugins.macros.groups.temp", "resource:///readme.html");
user_pref("kmeleon.plugins.macros.modules.compat.load", false);
user_pref("kmeleon.plugins.macros.reload.interval", 120);
user_pref("kmeleon.plugins.macros.zoom", "text");
user_pref("kmeleon.prefs_inited", true);
user_pref("kmeleon.print.marginBottom", "0.50");
user_pref("kmeleon.print.marginLeft", "0.50");
user_pref("kmeleon.print.marginRight", "0.50");
user_pref("kmeleon.print.marginTop", "0.50");
user_pref("network.cookie.prefsMigrated", true);


I deleted this one user_pref("kmeleon.plugins.favorites.load", true)
but it did not help the problems. I deleted that because it is the closet to that
above which I could find. So please tell me what all I did wrong. Thanks very much
KKO and JamesD.

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: JamesD
Date: August 24, 2007 09:14AM

@ Nith

The user_pref("kmeleon.plugins.favorites.load", true); is needed so that K-Meleon calls the favorites.dll at startup. That one needs to remain in the file. We were looking to see if there was a user-perf that directed the favorites locations to some folder other than the default. I do not see any such user-perf in your file.

Look in the kplugins folder under K-Meleon and make sure the favorites.dll file is there.

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: Nith
Date: August 24, 2007 02:39PM

Yes, thanks again JamesD. The favorites.dll file is there. Seems like I have some
really weird computers here. Let me know if some more potential solutions come up.

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: JamesD
Date: August 28, 2007 12:38AM

@ Nith

With regard to the problem of Windows Scripting Host being disabled on you machine, I found this info http://www.microsoft.com/technet/scriptcenter/guide/sas_sbp_lhak.mspx?mfr=true

I do not think this is answer to your favorites problem but I wonder if any other "adjustments" have been made to your machine that might change how K-Meleon works.

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: Roselyn Arbuckle
Date: November 04, 2007 07:06AM

The new yahoo form has lost my favorites.

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: desga2
Date: November 04, 2007 05:45PM

@ Roselyn Arbuckle:
And what?
You migth demanded to yahoo for change. smiling smiley

K-Meleon in Spanish

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: linda lou
Date: November 05, 2007 05:15AM

I have a similar problem nith. I have been trying to understand jamesd's directions but I too am not real savy with this stuff. I have recently deleted firefox because it ran way to slow. I did not even think to export my files back to internet explorer. The favorites icon shows up, but i can not access any of them. It says shortcut not valid. When i try to add one the error message says cannot access file because it is being used by another process. I have done everything I can think of to make sure that ie is my default browser, but nothing has worked. I think I have put about 20 hours into this. I still think somewhere that mozilla has them. I don't even know how I will get back if anyone responds because I can't even add this to my favorites. I hope someone can help. thanks

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: desga2
Date: November 06, 2007 07:39PM
Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: JamesD
Date: November 06, 2007 11:32PM

@ linda lou

When you click on the Windows Start button, does an item labeled "Favorites" show up on the screen? If it does, and you click on that item do you see the favorites that you expect to be there?

Also just for information what operating system are you using and what version of K-Meleon are you using?

And just so I don't misunderstand, we are discussing favorites not bookmarks?

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: katie
Date: November 20, 2007 09:54AM

i need my old favorites back!

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: Have Been Trying to Get My Favorites
Date: November 21, 2007 06:47PM

So Katie, are you using Windows XP?

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: Trying to Get My Favorites Back All Y
Date: November 21, 2007 06:54PM

Since it chopped off part of my name let me change that

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: joan birch
Date: November 22, 2007 09:40PM

How do I get my Favorites back?

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: DESPERATELY SEEKING MY FAVORITES
Date: November 26, 2007 12:02AM

We still have not heard from Katie. joan, are you using Windows XP?

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: guenter
Date: November 26, 2007 05:00AM

Make sure that You have a look into normal Prefernces also. Look whether plugin is present and active there (wuth all K-Meleon from Here favorites are deactivated by default.


BTW. We are at version 1.1.2 - So it is maybe time to update?

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: matahaw
Date: December 15, 2007 09:48AM

Went to run and entered favorites and there they were. Go to 'folders' on the favorite site and your desktop list will come up. Your computer name will show you have your favorites there.

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: matahaw
Date: December 15, 2007 10:00AM

Same problem here after yahoo update. I went to start entered run put in 'favorites' and up they came.

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: Giovanni Filingeri
Date: March 04, 2008 08:59PM

I just install the new window media player, and the new real player, because i
had no voice in a program, but after i did that, still I do not have voice in
that program, but unfortunately my Window xp computer beside not having voice in that particular program, I lost also all Favorites,and all programs slowed down.
Can you help me please?
Thank you very much.
Giovanni Filingeri

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: Favorites Fan
Date: March 05, 2008 01:41PM

Giovanni Filingeri, you might try this
http://www.softwarepatch.com/windows/windows-xp-service-pack-3.html
See the following thread
http://kmeleonbrowser.org/forum/read.php?1,74575,78202#msg-78202
Also see the following post at the same thread
Does seem as if the Windows XP Favorites problem for most users is in the number
of Favorites. This also seems to vary from one computer to the next. My computer
has literally thousands of Favorites in one profile. Here is how I solved my
problem. I simply installed Windows XP Service Pack 3. It is a beta version
but is totally stable. It can be downloaded from many sources including this
http://www.softwarepatch.com/windows/windows-xp-service-pack-3.html
Please let me know how this works out.

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: michele richburg
Date: June 18, 2008 03:38PM

I do not know what happened to my original profile on myspace? I sure would love to get it back! a friend created it for me because I love Marilyn Monroe. Is there anyway to retrieve my profile from 1 week ago?

Options: ReplyQuote
Re: WHERE HAVE MY FAVORITES GONE?
Posted by: nichole miller
Date: September 02, 2008 03:46AM

were are my bookmars going

Options: ReplyQuote
Pages: Previous12345Next
Current Page: 3 of 5


K-Meleon forum is powered by Phorum.