user defined tags vs module

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
spyro

user defined tags vs module

Post by spyro »

what are the thoughts on when you should create a user defined tag vs a module?
cyberman

Re: user defined tags vs module

Post by cyberman »

With user defined tags you can realize shorter projects which you can manage in admin panel.

Modules are the big brother, which need many files, configs and so other  :) ...
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: user defined tags vs module

Post by Ted »

Yeah, if it's a simple little function.  Like the contact form posted earlier or displaying some dynamic text, a user-defined tag is the way to go.

If you need multiple pages or a database or an admin and all kinds of hooks into the CMSMS core, then the module is your best bet.
Locked

Return to “CMSMS Core”