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

Comments

MGParisi’s picture

I 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:(

jrglasgow’s picture

Title: Extremly hard to make this module work » module uses permissions that isn't available

it seems that the module permission "administer template" isn't available to be selected on the permissions page

function contemplate_permissions() {

should be

function contemplate_permission() {
jrglasgow’s picture

StatusFileSize
new108.27 KB
new24.35 KB

this 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

jrglasgow’s picture

Status: Active » Fixed

I forgot to mark this issue as fixed

MGParisi’s picture

Thank you for your hard work:)
Mike

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.