omeka / plugin-SimplePages

Creates individual web pages for an Omeka site using a simple web form. It requires no programming knowledge, but allows users to add HTML markup, PHP code, or to embedding videos and other multimedia objects
http://omeka.org/codex/Plugins/SimplePages
7 stars 12 forks source link

No PHP for you! #12

Closed patrickmj closed 12 years ago

patrickmj commented 12 years ago

With tinymce turned off, angle brackets are still converted to entities, so <?php ?> can't work. Possible that this is an artifact from the security setting of filtering HTML being on, but can't check because currently can't change those settings (see Omeka issue https://github.com/omeka/Omeka/issues/386 )

Either way, I suspect people will still want their PHP SimplePages, so we'll need to figure out a way to have that happen.

zerocrates commented 12 years ago

Is the SimplePages config setting that says "use the purifier" (not the global one) enabled?

patrickmj commented 12 years ago

dammit. my bad.

iwemuiser commented 9 years ago

Some time ago I updated Omeka to 2.2.2 and also the SimplePages plugin to 3.0.4. I disabled the configuration setting (not the global one) but there is still no php functionality. Am I missing something? Are there other settings that work on php functionality in SimplePages?