Page 1 of 1

Forum link in Help menu

Posted: 2006-12-14, 11:50 UTC
by mnerec
Could we have a direct link to the Ghisler forum in the Help menu?

Would be nicer than the current Help -> Visit TotalCmds -> New Window -> Forum -> New Window.

Posted: 2006-12-14, 13:38 UTC
by Sombra
I have this code in "Wcmd_ENG.ini" (language directory)

Code: Select all

[em_forum]
cmd=http://www.ghisler.ch/board/
menu=Foro Total Commander

[em_forum_es]
cmd=http://www.ghisler.ch/board/viewforum.php?f=11
menu=Foro Total Commander (Español)

[em_plugins]
cmd=http://www.ghisler.com/plugins.htm
menu=Plugins página oficial

[em_plugins_totalcmd]
cmd=http://www.totalcmd.net/
menu=Plugins página no oficial

[em_TotalCmdWiki]
cmd=http://www.ghisler.ch/wiki/
menu=TotalCmd Wiki
And... at the file of language . Wcmd_ENG.MNU":

Code: Select all

POPUP "A&yuda"
    MENUITEM "&Índice\tF1", 610
    MENUITEM "&Teclado", 620
    MENUITEM "&Registrar el programa", 630
    MENUITEM SEPARATOR
    MENUITEM "&Visitar la página de TotalCmd", 640
    POPUP "Ayudas y &Plugins en línea..."
        MENUITEM "&Plugins, página oficial...", em_plugins
        MENUITEM "Plugins en &totalcmd.net...", em_plugins_totalcmd
        MENUITEM SEPARATOR
        MENUITEM "&Foro de Totalcmd...", em_forum
        MENUITEM "Foro de Totalcmd (&español)...", em_forum_es
        MENUITEM "Wiki de Totalcmd (EN)...", em_TotalCmdWiki
    END_POPUP
    MENUITEM SEPARATOR
    MENUITEM "&Acerca de Total Commander...", 690
END_POPUP
It work fine for me at Win XP SP2
The descriptions of the menus are in Spanish language (sorry) You can translate it easily (I guess) :wink:

Posted: 2006-12-14, 14:24 UTC
by mnerec
Cool, thank you!

I tend to forget the customizability of TC's menus.
Should still be added by default for new uses though.

On another note, is it possible to display a web-icon as a menu-image for the items added?

Posted: 2006-12-14, 14:32 UTC
by Sombra
mnerec wrote:
is it possible to display a web-icon as a menu-image for the items added?
No by the moment (TC 7 pb2) :(
The explanation here: http://www.ghisler.ch/board/viewtopic.php?t=12864