Search
Other Advanced Module Manager questions
Forum

Problem rendering new module tabs added by params.xml

Rick Spaan's Avatar Rick Spaan
Hi Peter,

We have added some extra tabs to the modules in a Joomla 4 installation by using the params.xml option added in PR: github.com/joomla/joomla-cms/pull/23577

The problem now is that the module layout is messed up. We fixed it in our installation by changing the following file:

\administrator\components\com_advancedmodules\layouts\joomla\edit

@ line: 199
- echo JHtml::_('bootstrap.addTab', $tabName, 'attrib-' . $name, $label);
+ echo JHtml::_('uitab.addTab', $tabName, 'attrib-' . $name, $label);

@ line: 137
- echo JHtml::_('bootstrap.endTab');
+ echo JHtml::_('uitab.endTab')

Can you take a look if you can fix this?

Regards
Peter van Westen's Avatar Peter van Westen ADMIN
That file shouldn't even be there. It should get deleted on installation/update.
What version of Advanced Module Manager are you running on?

Can you see if that folder gets deleted when installing the latest version.
if not,try the latest development version from:
regularlabs.com/development-releases
Please post a rating at the Joomla! Extensions Directory
Peter van Westen's Avatar Peter van Westen ADMIN
PS: This should have been fixed in the latest release:
24-Mar-2022 : v9.0.10
 + [J4] Fixes issue with old Joomla 3 files and folders not getting removed
Please post a rating at the Joomla! Extensions Directory
Rick Spaan's Avatar Rick Spaan
Thanks Peter. I'll have a look!
You can only post on the extension support forum if you have an active subscription and you log in

Buy a Pro subscription