General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
Use Download Manager download this link?
Posted by: sam
Date: March 15, 2006 04:16PM

I like this in my K-MeleonCCF0.05.2 context menuK-MeleonCCF0.05.2 and would like to add it to my Portable version.How?Thx!

Options: ReplyQuote
Re: Use Download Manager download this link?
Posted by: bst82551
Date: March 15, 2006 05:13PM

Add these lines to macros.cfg (if they don't already exist):
#------------ Download Manager Macros --------------------#
setdownload{
menu = "Set Download Manager Position";
$dposition=getpref(STRING,"download.manager.position");
$dposition=prompt("Enter Position for Download Manager","Download Manager Position",$dposition);
setpref(STRING, "download.manager.position", $dposition);
alert("Now the download manager is set as ".$dposition);
}

downmanager{
menu = "Download by Download Manager";
$dmanager=getpref(STRING,"download.manager.position");
exec($dmanager. $LinkURL);
}


In menus.cfg, add the following bolded, italicized, underlined line to a menu... clicking on this would allow you set the path to your download manager:
Path Setting{
macros(setdownload, Set Download Manager Postion)
macros(setCApath, Set CyberArticle Path)
}


Also, in menus.cfg add the following line to the Popup menus (at the bottom of menus.cfg) which you would like for it to appear in:
macros(downmanager, Download with Download Manager)

Of course, you can change the description (after the comma) I used for the line above (which may or may not be too long).

Brian

Options: ReplyQuote
Re: Use Download Manager download this link?
Posted by: sam
Date: March 16, 2006 01:11AM

I could not get it to work.. This is the path DM.
"C:\Program Files\FlashGet\flashget.exe"
Thx.

Options: ReplyQuote
Re: Use Download Manager download this link?
Posted by: bst82551
Date: March 16, 2006 04:10AM

That's very odd. Maybe try using forward slashes instead of backslashes. I know it sounds weird, but it can't hurt to try.

Brian

Options: ReplyQuote
Re: Use Download Manager download this link?
Posted by: sam
Date: March 16, 2006 04:48AM

I cannot get it to work .I think ,I'll give up on this since it is not that important.Thx.

Options: ReplyQuote
Re: Use Download Manager download this link?
Posted by: kko
Date: March 16, 2006 10:34AM

sam, your flashget-path contains a whitespace! Try to set it in double quotes when you enter it...

Options: ReplyQuote
Re: Use Download Manager download this link?
Posted by: sam
Date: March 17, 2006 03:18AM

It does not ask me for the path ...So I do not where to put it .Thx.

Options: ReplyQuote
Re: C:\Program Files\FlashGet\flashget.exe
Posted by: moetain
Date: December 10, 2007 09:26PM

hi

Options: ReplyQuote
Re: Use Dbst82551 (IP Loggedownload Manager download this link?
Posted by: moetain
Date: December 10, 2007 09:42PM

hi

Options: ReplyQuote


K-Meleon forum is powered by Phorum.