Forum link in Help menu

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
mnerec
Junior Member
Junior Member
Posts: 26
Joined: 2005-07-04, 14:00 UTC
Location: Denmark

Forum link in Help menu

Post 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.
User avatar
Sombra
Power Member
Power Member
Posts: 811
Joined: 2005-12-27, 22:23 UTC
Location: Zaragoza, Spain

Post 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:
I can read English, but... I write like Tarzan. (sorry)
User avatar
mnerec
Junior Member
Junior Member
Posts: 26
Joined: 2005-07-04, 14:00 UTC
Location: Denmark

Post 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?
User avatar
Sombra
Power Member
Power Member
Posts: 811
Joined: 2005-12-27, 22:23 UTC
Location: Zaragoza, Spain

Post 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
I can read English, but... I write like Tarzan. (sorry)
Post Reply