I'm making (yet again) a 'Most Emailed' block on my current project, and after including in this fine module discovered that views isn't supported yet. Are you planning to support views in the near future, or is it more likely if I can come up with a patch to add views support?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | mw.patch | 1.11 KB | moshe weitzman |
Comments
Comment #1
seanrIt's there in the 5.x version, but I haven't gotten 6.x caught up yet. I suppose I should get working on that now. LOL
Comment #2
seanrARGH! This is going to take a while. Merlin went and COMPLETELY changed the views hooks, and has't finished the update docs yet (since Views 2 is still in beta), so it's proving to be a bit overwhelming. All of the other Drupal 5 improvements are there now though, so I'd recommend pulling the latest code from CVS (or get the package after it updates tonight).
Comment #3
seanrI think I've got it all working now. Please grab the module from CVS (HEAD) and let me know how it works for you.
Comment #4
moshe weitzman commentedSmall patch updates for released views. just adds the API function which is required.
I also fixed what looks like a braino to me in the sorting of the Most Emailed block.
Comment #5
catchRan into both these issues and Moshe's patch is good.
Comment #6
seanrThanks, Moshe and Catch. Done and committed to HEAD and DRUPAL-6--1.
Comment #7
seanr