Posted by kenorb on January 23, 2009 at 3:23pm
| Project: | nodeformtemplate |
| Version: | master |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Some similar modules to this one for 6.x?
Or any porting idea?
Comments
#1
Ditto?
#2
ditto what?
#3
Ditto, meaning that I was looking for a v6 compatible version as well. However, we switched to utilize node cloning and Drupal 6's more discrete permissions instead.
#4
Here's a patch to bring the whole module up to D6 compatibility.
#5
subscribing
Greetings, -asb
#6
Hi,
these patches seem not to work for me.
... when patching against 5.x-1.0:
# patch < upgrade_to_d6.patchpatching file nodeformtemplate.module
Hunk #1 FAILED at 1.
Hunk #5 FAILED at 60.
Hunk #6 succeeded at 91 with fuzz 1.
Hunk #10 succeeded at 193 (offset 5 lines).
2 out of 10 hunks FAILED -- saving rejects to file nodeformtemplate.module.rej
patching file nodeformtemplate.info
... when patching against 5.x-1.x-dev (2007-Apr-18):
# patch < upgrade_to_d6.patchpatching file nodeformtemplate.module
Hunk #1 FAILED at 1.
1 out of 10 hunks FAILED -- saving rejects to file nodeformtemplate.module.rej
patching file nodeformtemplate.info
Contents of nodeformtemplate.module.rej:
# cat nodeformtemplate.module.rej
***************
*** 1,5 ****
<?php
- // $Id: nodeformtemplate.module,v 1.11 2007/04/17 18:00:13 egonbianchet Exp $
/**
* @file
--- 1,5 ----
<?php
+ // $Id$
/**
* @file
Is this module still maintained? Is an official port to D6 planned?
If not, has anyone found alternatives and maybe already done a feature comparison, e.g. with Node Template?
Greetings, -asb