CCFME - "Undo" question
Posted by: Arrow
Date: August 21, 2008 01:27AM

I'm using CCFME0.085

To select a previously closed page from a list it is necessary to right click the undo button which then displays the drodown menu with

"undo closed tab" > [the various urls in submenu]

s there a way to display these urls as a list in the main menu rather than the submenu, [Dispense with the "undo closed tab" entry]

I don't need all the other entries in the main menu,


Or maybe a shortcut to access Undo submenu directly?



Edited 1 time(s). Last edit at 08/21/2008 01:31AM by Arrow.

Re: CCFME - "Undo" question
Posted by: JamesD
Date: August 21, 2008 02:40AM

This is my personal way of handling this subject. I have a note that I keep to remind me where to put some code.

The "redo" code must be added to "toolbars.cfg" in the Klassic skin.
The "redo.bmp" file must be added to the Klassic skin.


	%ifplugin history
	History{
	history(View)|Histor&y
	View History. Right-click for more options.
	toolhot.bmp[12]
	toolcold.bmp[12]
	tooldead.bmp[12]
	}
	%endif

	%ifplugin sessions
	Redo{ 
	sessions(Undo)
	redo.bmp
	redo.bmp
	redo.bmp
	}
	%endif

	Print{
	ID_FILE_PRINT|Print
I add a section between history and print. Then I add an icon to the skin. I have the icon on my website. http://www.perigee.net/~jmd8421r/redo.bmp

Re: CCFME - "Undo" question
Posted by: Arrow
Date: August 21, 2008 03:09AM

Thanks very much that's a very quick solution to restoring the last closed page, I didn't know how to do that


CCFME already has an undo button for that function.

undo{
luamacro(undo(1))|&Edit
Undo the last closed tab
toolhot.bmp[36]
toolcold.bmp[36]
tooldead.bmp[36]
}

The Undo button also has a right click option to access a menu, then a submenu which contains a list of all the recently closed web pages. They can be individually clicked on to open whichever url you want to restore.

What I want is to cut quickly to the chase and have the whole list open directly in the intial rightclick dropdown menu rather than have to go into the subsequent submenu to get to them.

Either that or another button to open the full undo list directly.

I'm pretty clueless about lua macros



Edited 1 time(s). Last edit at 08/21/2008 03:16AM by Arrow.

Re: CCFME - "Undo" question
Posted by: JamesD
Date: August 21, 2008 12:09PM

I think I can just click on the "History" button for that.

Re: CCFME - "Undo" question
Posted by: desga2
Date: August 21, 2008 12:21PM

Yes, in CCF is different, i have the code to do this but you must wait that i go home.

K-Meleon in Spanish

Re: CCFME - "Undo" question
Posted by: Arrow
Date: August 21, 2008 02:45PM

Thank you!


ps Also I'm having problems with javascript on many forums with CCFME.
I have javascript enabled

When I click on smilies to add them to posts or click on the quote buttons etc they don't load. - maybe something to do with adblock?

Here's an example of smilies that don't load into posts when clicked upon:

javascript: insertTag(document.post_form.msg_body,",':name: ');



Edited 1 time(s). Last edit at 08/21/2008 04:34PM by Arrow.

Re: CCFME - "Undo" question
Posted by: Arrow
Date: August 22, 2008 10:10PM

Interesting!

The forum javascript problem only occurs in CCF when I have links set to "open in new tab". [this works on left click rather than the usual method of using middle button]

I use this setting in other browsers with no problem, Any ideas please?

**EDIT**

The only work around I can see at the moment is to use mouse gestures to open links in new tabs and set links to open in current page. Is this a k-meleon bug because we get a similar thing with bookmarklets not working unless set to open in current page?



Edited 1 time(s). Last edit at 08/23/2008 08:31PM by Arrow.

K-Meleon forum is powered by Phorum.