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.

Comments

Crell’s picture

Status: Active » Postponed

Views 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.

becw’s picture

Status: Postponed » Needs review
StatusFileSize
new3.49 KB

Here's a patch for the D7 port.

Jackinloadup’s picture

StatusFileSize
new25.56 KB

patch 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.

<ul class="action-links">
	<li><a href="/admin/structure/taxonomy/rcs_sermon_series/add?destination=admin/structure/sermon-series">Add Series</a></li>
</ul>

which creates this

Crell’s picture

Status: Needs review » Fixed

The 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!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.