Hi
I defined some templates with my admin login, but when I go to my templates,I can only access the share or delete link. How can I duplicate the node in order to use it as a template.

Comments

motou’s picture

Assigned: Unassigned » motou

That is a strange problem with the latest Drupal 5. More details can be seen on http://drupal.org/node/168209

motou’s picture

Status: Active » Postponed (maintainer needs more info)

A new dev version of the module has been released. Please test the dev version to see if the problem is solved. If everything is fine with the dev version, I will release a new stable version.

funkyfrieder’s picture

What I get is:

Parse error: parse error, unexpected ':', expecting ')' in C:\development\Apache2\htdocs\prototype\sites\all\modules\node_template\nodetemplate.module on line 481

when trying to activvate the module.

motou’s picture

Sorry for the inconvenience. It dues to one of my typing errors. :(

Please open the nodetemplate.module and go to line 481, delete the : " " at the end.

it should look like:

l(t('duplicate'), "node/$row->nid/template/clone"),

after the edition. I've release the new dev version 2 mins ago to correct the problem.

motou’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)