history
Posted by: wtmcgee
Date: September 28, 2001 03:38AM

when/if do the devolpers plan on implementing a history feature into the program? i would at least like visited links to change colors, etc.

Re: history
Posted by: Norman Hunter
Date: September 29, 2001 10:20PM

I agree. There must be an uncomplicated access to the history as with other browsers even if it adds a little weight to the browser.

Re: history
Posted by: po
Date: September 30, 2001 05:44AM

perhaps this could be done as a plugin, so as to make it optional weight?

po

Re: history
Posted by: Andrew
Date: October 02, 2001 10:58PM

If you want to implement visited links, do the following:

Copy the following files from: C:\Program Files\mozilla.org\Mozilla\components

appcomps.dll
mork.dll

to here: C:\Program Files\K-Meleon\components

Follow the instructions to create a user.js file posted here:

http://kmeleon.sourceforge.net/docs/custompref.php

and add the following line:

user_pref("browser.visited_color", "#RRGGBB");

Where RRGGBB equals the RGB Hex code for your visited link color. The following would create "red" visited links:

user_pref("browser.visited_color", "#FF0000");

Andrew

Re: history
Posted by: Andrew R.
Date: October 04, 2001 03:33PM

Right now, the lack of a robust history feature (like Mozilla and IE have) is the only drawback I see to kmeleon. It would be great if the history function from mozilla could be used in kmeleon to track sites visited by day, domain, etc...

Re: history
Posted by: Brian
Date: October 04, 2001 04:03PM

History is the very next thing on my list of things to do.

Re: history
Posted by: Andrew
Date: October 04, 2001 04:10PM

Andrew R.

What elements of the Mozilla history functionality are you looking for?

Andrew

K-Meleon forum is powered by Phorum.