1-Create a new custom module with a name containing "mod" (e.g., "mod_mymodule").
2-Install and enable the module.
3-Go to the Modules section in the Joomla backend.
4-Search for the module name.
The module should appear in the search results and be selectable for configuration.
The module is not found in the search results.
Joomla Version: 5.2.0
PHP Version: 8.2.24
MySQL Version: 8.0.40
Web Server: Apache
PHP Handler: cgi-fcgi
Browser: Chrome 130.0.0.0
Operating System: Linux (SuLinux)
I've created the custom module manually by following the official Joomla documentation. The module is designed to display a simple text block. I've tried placing the module in various positions within my template, but it consistently fails to appear.
I've also attempted to create a basic HTML module with the same name to see if the issue was specific to my custom module, but the result was the same.
I've checked the Joomla error log, but there are no relevant error messages.
Relevant code snippet from my module's XML file:
XML
<extension version="3.1" type="module" client="site">
<name>mod_mymodule</name>
</extension>
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
I created two test modules, mod_test and mod_test_mod, I load them as
extensions and both are listed in the extensions list, however in the
module management I only see the first one. I don't know why but if you say
it's not possible, I trust you.
Il giorno lun 28 ott 2024 alle ore 15:39 Brian Teeman <
@.***> ha scritto:
obviously the cause of your problem is not the name as every core module
has a name element with mod_somethingyou havent said what documentation you have followed but I suspect it was
for J3 and not j5—
Reply to this email directly, view it on GitHub
#44365 (comment),
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AEFTAU27LH6XD3RQQNF2D2TZ5Y5ANAVCNFSM6AAAAABQXIFIZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBRG43TONZRGE
.
You are receiving this because you authored the thread.Message ID:
@.***>
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-10-28 21:22:19 |
Closed_By | ⇒ | chmst |
@buskerricc I think that you should post your issue in https://forum.joomla.org. I am closing here because this is surely not a Joomla core issue.
obviously the cause of your problem is not the name as every core module has a name element with mod_something
you havent said what documentation you have followed but I suspect it was for J3 and not j5