I'm having an issue with custom modules in CMS Made Simple 2.2.18 where admin tabs defined in the module method are not displaying properly in the backend interface.
I've defined multiple admin tabs using: `GetAdminTabs()` and `CreateFormStart()` inside the module's `GetAdminInterface()` method. This worked as expected in previous versions of CMSMS, but after upgrading to 2.2.18, only the default tab content is displayed—no other tabs are displayed or JS events are triggered when switching tabs.
And also tried things like:
- Verify that the tab ID and name match
- Make sure there are no JavaScript conflicts in the admin template
- Reviewed the module structure against the working examples
- Tried a clean install (same result)
So can anyone explain where the problem is.
Bug Report – Custom Module Admin Tab Not Showing in CMSMS 2.2.18
Re: Bug Report – Custom Module Admin Tab Not Showing in CMSMS 2.2.18
What version of CMSMS have you upgraded from?
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!