How do i enable the History button
Posted by: 133t
Date: March 10, 2002 07:00PM

Alrigty. I went into the toolbars.cfg file with the intent to enable the History button in the K-Meleon toolbar. First of all I added this to the toolbar which seemed to add the button:

History {
ID_NAV_HISTORY
tool2.bmp[12]
tool1.bmp[12]
}

But after I added that, I tried to click on the History icon in the toolbar but nothing happened. What do I have to do to actually get this to work? thanks

Re: How do i enable the History button
Posted by: po
Date: March 10, 2002 09:22PM

i haven't tried it, but i THINK you want

history()

instead of

ID_NAV_HISTORY

which i don't think exists...

Re: How do i enable the History button
Posted by: po
Date: March 10, 2002 09:38PM

of course, now that i HAVE tried it, it doesn't seem to work with buttons... in fact, i don't know of any way to make a button drop a menu, even though the back/forward buttons do it... i guess it's part of the magic of ID_NAV_BACK and ID_NAV_FORWARD ...

Re: How do i enable the History button
Posted by: Debbye
Date: March 14, 2007 06:15PM

Quote
po
of course, now that i HAVE tried it, it doesn't seem to work with buttons... in fact, i don't know of any way to make a button drop a menu, even though the back/forward buttons do it... i guess it's part of the magic of ID_NAV_BACK and ID_NAV_FORWARD ...


Re: How do i enable the History button
Posted by: desga_2
Date: March 14, 2007 07:27PM

I understand your problem, History button is default in all K-Meleon version.
What version using you?

You can read this link for more info about create a new button:
Create a new toolbar button.
This is the original code for History button in K-Meleon 1.02 (Phoenity skin):
	%ifplugin history
	History{
	history(View)|Histor&y
	View History. Right-click for more options.
	mainbarhot.bmp[7]
	mainbarcold.bmp[7]
	mainbarcold.bmp[7]
	}
	%endif


K-Meleon forum is powered by Phorum.