Are there any plans to port this module to drupal 7? I tried to quickly port this myself but couldn't get it to work.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | action-links-example-970292.png | 25.56 KB | Jackinloadup |
| #2 | 970292-2-views_linkarea-d7.patch | 3.49 KB | becw |
Are there any plans to port this module to drupal 7? I tried to quickly port this myself but couldn't get it to work.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | action-links-example-970292.png | 25.56 KB | Jackinloadup |
| #2 | 970292-2-views_linkarea-d7.patch | 3.49 KB | becw |
Comments
Comment #1
Crell commentedViews for D7 is still very much in flux, so I'm holding off on updating any of my views modules for now. (I just don't have the time to keep up with yet another changing API right now.) Once Views is more stable I do intended to make a Drupal 7 version.
Comment #2
becw commentedHere's a patch for the D7 port.
Comment #3
Jackinloadup commentedpatch in #2 didn't seem to work.
Had to apply part of the patch manually for the views_linkarea.info file. Dont know why.
Didn't change anything while trying to add a header or footer even after clearing cache.
Cant wait to see it working.
Here is my use-case I find quite useful with the new Seven theme (and probably others).
Add this code to the header of a views build admin page like a draggable view or maybe VBO.
which creates this
Comment #4
Crell commentedThe version API string in #2 was wrong, as Views is still listing itself as 3.0-alpha1 for whatever reason. Also, the querystring needed extra processing since the format for url() changed. I also stripped out the depencency handling for replacement token help since, um, I have no idea why it was there in the first place. :-)
Committed to a new D7 branch. Thanks, becw!