2014-02-11, 02:04:47
(2014-02-11, 01:26:49)shawn_a Wrote: mvlcek
How do I change your nav plugin to not treat every single slug with an underscore as a lang when its shows up in pages?
I thought I read this was changed to only detect valid lang strings.
I am having trouble using my enormous qa test site to test your plugin cause I have slugs like this
gen_15196045
This was not changed - the plugin assumes that normally you would use "-" instead of "_".
For the navigation structure viewer to ignore it:
- either remove i18n_base.php, or
- add an element <urls-to-ignore>.*_\d.*</urls-to-ignore> to data/other/i18n_settings.xml (untested)
(2014-02-11, 01:26:49)shawn_a Wrote: Also is this a bug ?
I cannot outdent (reverse of indent) the first and last items in the menu manager.
Last item: yes, it's a bug. Workaround: move item up, outdent, move back.
First item: I can't reproduce it - moving an item to first place outdents it automatically and you can't indent it. Having the second item indented and moving the first one also automatically outdents the second/now first item.