Page 1 of 1

application title

Posted: 2015-12-25 20:04
by grimblefritz
Can we please have an option in the Admin system where we can set the application title (the text next to the house icon)?

Re: application title

Posted: 2015-12-27 19:03
by a.gneady
Thanks a lot for your valuable feedback. This can be currently done in AppGini. See the screenshot below:
changing-the-application-title.png
changing-the-application-title.png (132.14 KiB) Viewed 5697 times

Re: application title

Posted: 2016-01-11 13:57
by grimblefritz
Ah, I see. You know, I saw that before and was thinking "I don't want the db name to be the same as the app title." Probably because of that "new_db" default value, which makes it seem like it changes the db name (since the rest of that panel deals with tables and fields.)

Might it be useful to change that default to "app_title"?

Re: application title

Posted: 2019-02-21 19:21
by jlarmarange
Currently, the application title is derived from the database name. But it's
not appropriate in some cases:

- if the application is an acronym (e.g. OGCS) capitalization is not kept ==>
Ogcs
- it's not possible to use accented characters (éèà...), which is
problematic in other languages than English.

Maybe, a way to customize it (for example through a value in $GLOBALS) or through the interface would be relevant.

Regards

Re: application title

Posted: 2019-02-27 12:15
by a.gneady
Thanks for the feedback. We'll add a separate 'App title' box for projects in future releases to handle all these cases.