Page 1 of 1
user defined tags vs module
Posted: Sat Feb 18, 2006 5:32 am
by spyro
what are the thoughts on when you should create a user defined tag vs a module?
Re: user defined tags vs module
Posted: Sat Feb 18, 2006 10:25 am
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

...
Re: user defined tags vs module
Posted: Sat Feb 18, 2006 3:42 pm
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.