just get the ball rollin'...

Comments

TimelessDomain’s picture

subscribing - prepopulate has similar functionality & is closer to a release #935990: Prepopulate: Port to drupal7

nicholasThompson’s picture

Issue summary: View changes
Status: Active » Needs work

I have made a start here: https://drupal.org/sandbox/njt1982/2218383

As of writing this, it enables, makes the table and lets you bind title and body listeners from the URL to the node.

Port Completed / Improvements:
* Module enables & installs schema
* Lets you bind title and body fields to URL params.
* Got rid of the JS for showing/hiding settings when checks and am now using #states instead.
* Implemented a Vertical Tab JS to give summary of settings.

TODO:
* Work with Fields (rather than CCK - dont think this should be too hard)
* Would be nice to make it entity-based, not node-based.. Would open it up a lot.
* Test Features integration.
* Try to make field integration more generic (is this possible?!)