Closed (fixed)
Project:
Content Templates (Contemplate)
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2006 at 18:19 UTC
Updated:
13 May 2008 at 03:06 UTC
Comments
Comment #1
jjeff commentedYour problem is FCKEditor. It should NOT be enabled for the ConTemplate textareas. I'm not familiar enough with this module to tell you how to disable it (other than disabling the module altogether).
FCKeditor is converting the "<" and ">" to "<" and ">", so nothing is getting parsed as PHP.
Comment #2
bdornbush commentedIn Site Configuration > FCKEditor > Exclusion Settings, I put
edit-teaser edit-body edit-rss
and this kept FCKEditor from being used for the contemplate text areas.
Comment #3
bdornbush commentedI discovered that the exclusion setting of edit-body also turned off FCKEditor for all edit body text areas, so this is not ideal as others who want to edit the body for other content types will not be able to use FCKEditor. We need a better fix, so that you don't have to turn off FCKEditor for contemplate and then turn it back on for most uses.
Comment #4
jrglasgow commentedFCKeditor needs proper configuration
goto admin/settings/fckeditor/editg
under 'Visibility Settings' you need to exclude the following paths:
Comment #5
jrglasgow commented