I have a fresh install of Drupal 7 and I tried to enable this module.
I encountered several problems :
- first of all, the module is only visible from my account, my colleague cannot use it, so I had to give him my login/password -> not secure
- since the module "custom ruleset" is enabled, I can't see the "Content templates" option in menu "Structure > Content type"
- finally, when I try to edit the template of the base page content type, if I enter the php code "print $body", the page does not display anything but a critical error message "Undefined index: und at contemplate_eval()" : I found here how to correct this : http://drupal.org/node/1040748
Is it possible to have an update for this module (the last release date is 2010-Jun-13) ?
Thanks by advance !
Thierry
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | contemplates_permissions.png | 24.35 KB | jrglasgow |
| #3 | where_to_edit_templates.png | 108.27 KB | jrglasgow |
Comments
Comment #1
MGParisi commentedI think I fall into this too. I am an admin and can not find the page to use this. I am not the original admin so I wonder if I cant find it for that reason:(
Comment #2
jrglasgow commentedit seems that the module permission "administer template" isn't available to be selected on the permissions page
should be
Comment #3
jrglasgow commentedthis fix has been committed
because of this error only super users (uid = 1) were able to edit/view templates since super users bypass permissions checks
Comment #4
jrglasgow commentedI forgot to mark this issue as fixed
Comment #5
MGParisi commentedThank you for your hard work:)
Mike