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 2 #26

Open iwemuiser opened 9 years ago

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 (it is completely left out). Am I missing something? Are there other settings that work on php functionality in SimplePages?

zerocrates commented 9 years ago

The current SimplePages indeed doesn't have in-page PHP support, which most users weren't taking advantage of and was basically impossible to make reasonably secure.

That direct code support has been replaced by support for shortcodes, which can generally do all the same things that direct code did (but require you to define custom functionality in advance, generally from another plugin with add_shortcode).

iwemuiser commented 9 years ago

Thanks, I will give that a go.