Closed (fixed)
Project:
Views Linkarea
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2010 at 20:16 UTC
Updated:
2 Dec 2010 at 20:20 UTC
Jump to comment: Most recent file
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!