Active
Project:
Node Destination
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2011 at 00:33 UTC
Updated:
24 Feb 2012 at 10:33 UTC
Any plans to bring this wonderful module up to speed with Drupal 7?
Comments
Comment #1
jarchowk commentedNot a pretty solution, but to get this working in D7 replace the node_destination_form_alter function with these 2 functions:
And the uninstall node type function needs to be replace with: node_type_get_types.
Also update your .info file.
Also consider using the Rules module.