Closed rabauss closed 1 year ago
Finally I managed to analyze the config options and here is the result, which we need to add to the changelog:
@fritzmg Can we add a hint to eikona-media.de to the Readme?
Vielen Dank. Mein Test mit Contao 4.13 und PHP 8.1 hat wunderbar geklappt.
Folgende Anmerkungen:
Text bei «Art des Menüs» optimieren Vorschlag: Bestimmt, ob Untermenüs von rechts hineingleiten (horizontal) oder nach unten aufklappen (vertikal).
Text bei "Zeige einen kleinen Teil übergeordneter Panele" Zeige einen kleinen Teil übergeordneter Panele (nur horizontal)
Wäre es möglich, den Menütitel frei zu bestimmen?
Aktuell wird hier automatisch Menü
eingetragen. Es wäre schön, wenn das einfach in der Konfiguration überschreibbar wäre.
@fritzmg Can we add a hint to eikona-media.de to the Readme?
Feel free to do so :) (I mean this is not my extension anyway ;P)
Would it make sense to use the extension under a new name in a new repo?
Everybody is free to fork this extension and publish it under a new package name - as long as the license allows it.
Vielen Dank. Mein Test mit Contao 4.13 und PHP 8.1 hat wunderbar geklappt.
Folgende Anmerkungen:
Text bei «Art des Menüs» optimieren Vorschlag: Bestimmt, ob Untermenüs von rechts hineingleiten (horizontal) oder nach unten aufklappen (vertikal).
Text bei "Zeige einen kleinen Teil übergeordneter Panele" Zeige einen kleinen Teil übergeordneter Panele (nur horizontal)
Wäre es möglich, den Menütitel frei zu bestimmen? Aktuell wird hier automatisch
Menü
eingetragen. Es wäre schön, wenn das einfach in der Konfiguration überschreibbar wäre.
I updated the helping hints in the back end and I added a config option for the navbar title!
Finally merged and released as 4.0.0
:) thank you @rabauss
I updated the helping hints in the back end and I added a config option for the navbar title!
Könntest du da bitte noch die Inserttags in den Titel reinbringen? Im Moment funktioniert sowas hier z.B. nicht.
{{ifnlng::de}}Universal stuff{{ifnlng}}{{iflng::de}}Deutsches Zeugs{{iflng}}
In what way does it not work? Contao always replaces the insert tags.
The insert tag is not resolved. As you can see it above, I entered it in the title
field and that's how it appears in the FE.
Do you have a link to such a page?
mmenu 4.0.0, Contao 4.9.37 https://globolog.net/_dev.html Nur diese eine Seite, die anderen sind noch alt, wird gerade überarbeitet. Ist auch noch auf Contao 4.9, weil noch auf MetaModels für 4.13 gewartet wird.
Vielleicht liegt es daran, dass ein Sprachbaustein ausgegeben wird, wenn man das Feld leer lässt - Menu, Menü...
Apparently this is a limitation or bug within Contao itself. Any content that is added to $GLOBALS['TL_BODY']
will not get its insert tags replaced.
Ok, thank you. So when I want another word than 'Menu, Menü, ...". I can change the language variable.
In version 4.0.1
the insert tags within mmenu_default
are now also replaced.
This PR prepares the update to mmenu-js v9.