Putting PHP in CMSMS templates

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
orangefrog
Forum Members
Forum Members
Posts: 117
Joined: Mon Nov 03, 2008 8:43 pm

Putting PHP in CMSMS templates

Post 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?
User avatar
Augustas
Forum Members
Forum Members
Posts: 241
Joined: Wed Oct 17, 2007 6:09 pm
Location: the world

Re: Putting PHP in CMSMS templates

Post 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.
http://FollowTheRoad.com/ - living on the road...
http://www.kligys.com/ - asmeninis blog'as...
orangefrog
Forum Members
Forum Members
Posts: 117
Joined: Mon Nov 03, 2008 8:43 pm

Re: Putting PHP in CMSMS templates

Post by orangefrog »

Awsome! Thanks. Can't wait to use this system.
Post Reply

Return to “Developers Discussion”