Hello everyone. Maybe someone can tell me where to dig.
A friend helped me write a forum plugin, but the admin panel doesn't display navigation.
Where should I dig or what should I check?
The plugin implements:
The structure of all tables (xf_politsim_*) and entities;
Controllers for the public and administrative parts;
Widgets (two implementations with templates);
Templates and phrases have been transferred;
All XML data: routes, navigation, widgets, rights, options - created and correct;
Setup.php covers installation, update and deletion;
The cache has been cleared, templates and rights have been rebuilt.
However, XenForo for some unknown reason does not display the admin navigation and does not activate options, despite full compliance with the format and structure.
There are no errors in the plugin code, there are no errors in the logs either. It is completely ready and valid according to XF standards.
The forum is clean and testing.
We checked:
addon.json
_data/*.xml
Entities
Routing
Template markup
Installation and logs
A friend helped me write a forum plugin, but the admin panel doesn't display navigation.
Where should I dig or what should I check?
The plugin implements:
The structure of all tables (xf_politsim_*) and entities;
Controllers for the public and administrative parts;
Widgets (two implementations with templates);
Templates and phrases have been transferred;
All XML data: routes, navigation, widgets, rights, options - created and correct;
Setup.php covers installation, update and deletion;
The cache has been cleared, templates and rights have been rebuilt.
However, XenForo for some unknown reason does not display the admin navigation and does not activate options, despite full compliance with the format and structure.
There are no errors in the plugin code, there are no errors in the logs either. It is completely ready and valid according to XF standards.
The forum is clean and testing.
We checked:
addon.json
_data/*.xml
Entities
Routing
Template markup
Installation and logs