Kogkalidis Posted November 13, 2015 Share Posted November 13, 2015 I want to have an admin controller for a module but WITHOUT tab.. As this post mentions, if you don't add a tab for the admin controller of the module, it will always show "Controller not found".. Any suggestions? Link to comment Share on other sites More sharing options...
Kershoc Posted November 13, 2015 Share Posted November 13, 2015 Create a tab for the controller. Set the id_parent for the tab to -1. This will get your controller registered in the DB so it can be found. However it doesn't show the controller in the menu tabs. This is what I use for my admin controllers that I do not need to have a menu tab. Hopefully this is what you are looking for. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now