Should I Use a Module or a Plugin to Build a Standalone Login Feature?

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
cortegehousehold
New Member
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?

Post by cortegehousehold »

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?
User avatar
chrisbt
Dev Team Member
Dev Team Member
Posts: 198
Joined: Sun Sep 05, 2010 6:11 am
Location: Sheffield, UK

Re: Should I Use a Module or a Plugin to Build a Standalone Login Feature?

Post by chrisbt »

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.
Post Reply

Return to “Developers Discussion”