customized autonav is not installed on installation of concrete5 5.5
Permalink
Hi
In 5.4.2.2 it was possible to have a customized autonav prior to the installation in your structure. Example:
blocks/autonav/controller.php
blocks/autonav/templates/header_menu.php
You then installed concrete5 and could use this theme.
In 5.5 if I do exactly the same and then install concrete5 the installation is a success but the whole autonav block gets not installed. It's missing from the list of installed blocks. It's also not in the list of blocks to add to a content area and if you try to call it with the api you get an error that the called functions/methods are not existing or that the object does not exist.
To get it working I need to practically copy the whole autonav tree prior to installation, just the 2 files above don't do the trick... :(
Any idea why and which files are mandatory so it works in 5.5?
In 5.4.2.2 it was possible to have a customized autonav prior to the installation in your structure. Example:
blocks/autonav/controller.php
blocks/autonav/templates/header_menu.php
You then installed concrete5 and could use this theme.
In 5.5 if I do exactly the same and then install concrete5 the installation is a success but the whole autonav block gets not installed. It's missing from the list of installed blocks. It's also not in the list of blocks to add to a content area and if you try to call it with the api you get an error that the called functions/methods are not existing or that the object does not exist.
To get it working I need to practically copy the whole autonav tree prior to installation, just the 2 files above don't do the trick... :(
Any idea why and which files are mandatory so it works in 5.5?