Putting PHP in CMSMS templates
-
- Forum Members
- Posts: 117
- Joined: Mon Nov 03, 2008 8:43 pm
Putting PHP in CMSMS templates
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
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.
And yes, you can disable WYSIWYG editor. Check Personal Preferences and Global Settings.
-
- Forum Members
- Posts: 117
- Joined: Mon Nov 03, 2008 8:43 pm
Re: Putting PHP in CMSMS templates
Awsome! Thanks. Can't wait to use this system.