No duplication link
funkyfrieder - September 3, 2007 - 15:01
| Project: | Node Template |
| Version: | 5.x-1.9 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | motou |
| Status: | closed |
Jump to:
Description
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.

#1
That is a strange problem with the latest Drupal 5. More details can be seen on http://drupal.org/node/168209
#2
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.
#3
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.
#4
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.
#5