Page 1 of 1
Putting PHP in CMSMS templates
Posted: Mon Nov 03, 2008 8:47 pm
by orangefrog
I'm a newbie to CMSMS and had a question. When building templates,, does CMSMS allow you to put php code inside the bosy of the template like Website BAKER? Also, can I create pages with CMSMS using code instead of the FCKeditor?
Re: Putting PHP in CMSMS templates
Posted: Mon Nov 03, 2008 9:27 pm
by Augustas
Yes, you can use PHP code. Either enable this in config.php (not recommendable) or make use of User Defined Tags (you write them in PHP and then insert {your_udt} tag inside page content).
And yes, you can disable WYSIWYG editor. Check Personal Preferences and Global Settings.
Re: Putting PHP in CMSMS templates
Posted: Mon Nov 03, 2008 9:53 pm
by orangefrog
Awsome! Thanks. Can't wait to use this system.