Closed (fixed)
Project:
Node Template
Version:
5.x-1.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
3 Sep 2007 at 15:01 UTC
Updated:
11 Nov 2009 at 13:58 UTC
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
Comment #1
motou commentedThat is a strange problem with the latest Drupal 5. More details can be seen on http://drupal.org/node/168209
Comment #2
motou commentedA 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.
Comment #3
funkyfrieder commentedWhat 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.
Comment #4
motou commentedSorry 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.
Comment #5
motou commented