I HATE VERSION 4.0 BEACUSE.....

I have tried all possible best to figure out how I can edit Menus on the latest version 4.0 of Dolibarr but all to no avail Unlike version 3.8, whihc you have privileged to edit and rename the menus on setup page . I don’t know if there any Dolibarr or Php Expert out there who can get me outta of this trauma. It will really be appreciated. Thanks.

What menus do you mean?

Do you mean the names of the headings at the top of the screen? Will that not be a language file?

I mean the left and top Menus…Below is the attached screenshot of what I meant…Thanks.

Pièces jointes :

1 Like

Hello, let me know if the below helps.

main.lang
Home=HOME
MenuECM=DOCS
MenuAWStats=AWStats
MenuMembers=Members
MenuAgendaGoogle=Google Agenda

companies.lang
ThirdParties=3ʳᵈ PARTIES

products.lang
Products=PRODUCTS
Services= SERVICES
Note: By the looks of it, (core\menus\standard/eldy.lib.php) line 115 adds a slash between the word ‘Products’ and ‘Services’ depending which modules are enabled.
Note 2: Having the language set as ‘Products .’ and ‘. Services’ makes the slash less interfering on the display when both modules are enabled.

commercial.lang
Commercial=COMMERCIAL

compta.lang
MenuFinancial=FINANCE

banks.lang
MenuBankCash=CASHFLOW

other.lang
Tools=TOOLS
Note: The word is used for both the top menu and the title area.

cashdesk.lang
CashDeskMenu=EPOS

agenda.lang
Agenda=AGENDA
Note: The word is used for both the top menu and the title area.

I have listed above the modules that I use on 4.0.2. The words after the = sign are not default - it is what I use for my business. Hope the above helps you and everyone else.

I AM VERY GLAD FOR YOU HAVE ADDED SOMETHING MEANINGFUL TO MY LIFE. I AM GRATEFUL AS YOUR CONTRIBUTION HELPS ME A LOT. I AM INDEBTED TO YOU. MANY THANKS.

Thank you for your comments and I am glad the solution worked for you.

I have created a pull request for the developers so that the top menu entries can be separate from the other words. I use capital letters for my top menu and the words look ugly when the same capital letters is used elsewhere… e.g products/agenda/tools/services.

If you would like to see the breakdown, check out the pull request here: https://github.com/Dolibarr/dolibarr/pull/6013

Okay Thanks, I will look into that soon…Please I Posted a topic on the forum about adding to the list page, Please could you help look into it when your done? Thank you.