Hi,
I want to create a new menu in joomla, but when I save it, the title cuts me off after 49 characters.
My title that should be :
Sezione Principale Generale del Gruppo Territoriale di competenza di zona B
but it only keeps
Sezione Principale Generale del Gruppo Territori
How to avoid menu title limit ?
Thanks
Joomla 5.2.0
Labels |
Added:
No Code Attached Yet
|
I've notice on the tabel _menu_types , the title is varchar(48)
type.
No menu item, I mean menu title
No menu item, I mean menu title
Sorry, my fault.
confirmed for menuType.
can be changed from varchar(48)
to varchar(255)
manually on db, without broken something ?
@mariantanase it is true that the menutype title is cut - due to database structure. (no idea why we have this restriction, but it is an identifier).
)
For publishing your menu, the title of the module ist displayed, not the menutype. So it should be possible to shorten your menuType name?
@mariantanase it is true that the menutype title is cut - due to database structure. (no idea why we have this restriction)
For publishing your menu, the title of the module ist displayed, not the menutype. So it should be possible to shorten your menuType name?
Unfortunately, I have many menus with the title longer than 48 characters. 48 limit is too short for me...
Labels |
Added:
Feature
|
The title of the menu types is only shown in backend when selecting or filtering menus by menu type. It has no meaning in the frontend. Therefore I would just suggest to use shorter titles e.g. by using abbreviations for words which are common for many menu types.
If we now increase it so it fits your needs, the next user will even want longer titles, and at the end we will end with mediumtext.
That would not really make sense.
So my opinion is to leave it as it is, but that’s only my personal opinion, others may be different.
The title of the menu types is only shown in backend when selecting or filtering menus by menu type.
I'll notice that.
It has no meaning in the frontend. Therefore I would just suggest to use shorter titles e.g. by using abbreviations for words which are common for many menu types.
Thanks!
Can be closed as @mariantanase give also a ThumbsUp at "So my opinion is to leave it as it is, but that’s only my personal opinion, others may be different." #44354 (comment)
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-10-27 15:44:58 |
Closed_By | ⇒ | mariantanase |
Can't confirm: