XF 2.3 Admin navigation for plugin not displayed

politsim

Member
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
 
You can enable development mode and check if the entries are present under Development > Naviation > Admin navigation.
There is a plugin if you write it manually in the panel, but it is confusing that the panel did not appear by itself + there are also no necessary values in the widgets, although the transfer is written in the xml
 
The add-on developer should create the widget definitions in the control panel (Development > Widget definitions) as necessary, ensuring they are associated with the add-on, prior to building the releases for you to install. The same with the admin navigation entries really.
 
Back
Top Bottom