Should I Use a Module or a Plugin to Build a Standalone Login Feature?
-
- New Member
- Posts: 1
- Joined: Wed Jul 02, 2025 7:41 am
- Location: https://doodle-baseball.com
Should I Use a Module or a Plugin to Build a Standalone Login Feature?
I'm coming from a Joomla development background and just started working with this CMS. In Joomla, I used to create modules for sidebar widgets like a login form, which could be placed independently of the main menu. If I want to replicate that functionality here—an independent login block that loads SSI.php and displays site-wide—should I be building a plugin or a module in this system?
Re: Should I Use a Module or a Plugin to Build a Standalone Login Feature?
I'd almost certainly go for a module. You quite quicky run out of functionality with a plugin as it's basically just the one file with functionality. But you can start with it as a plugin the move the code into a module quite easily.
Personally I'd just download the MAMS module and use that unless you want something very specific.
Consider joining the Slack channel as responses can be even quicker as most of the Dev team are loitering online there. Hope the development goes well and we are happy to support your steps into CMSMS.
Personally I'd just download the MAMS module and use that unless you want something very specific.
Consider joining the Slack channel as responses can be even quicker as most of the Dev team are loitering online there. Hope the development goes well and we are happy to support your steps into CMSMS.