Closed (fixed)
Project:
Wishlist Module
Version:
master
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
12 Mar 2010 at 08:25 UTC
Updated:
22 Jan 2011 at 06:20 UTC
Jump to comment: Most recent file
I would like to have Views2 integration in the Wishlist Module. I already have written some code, but it is not yet finished.
My initial goal was to be able to nicely print a wishlist. But I realize now, that Views2 won't print of its own.
But maybe I can work something out (with RSS feed like view?).
Anyhow: I want to finish the Views2 integration and make it part of the Wishlist Module.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | wishlist-6.x-2.2-740444.patch | 25.32 KB | cvdenzen |
Comments
Comment #1
scott.mclewin commentedI'll certainly welcome that against HEAD (which is D6 compatible). It's been on my to-do list for some time now, but since the kids joined the family, so have lots of other things. :)
Comment #2
cvdenzen commentedThis is a patch that has (quite basic) Views2 integration.
It contains a view that displays all items of a wishlist (in fact: of all wishlists if you do not set a filter).
You can print the list with the printerfriendly/pdf/e-mail module, if you do the right settings on this module:
Home › Administer › Site configuration,
Printer, e-mail and PDF versions
You have to set "Show link in system (non-content) pages" to a value so that the wishlist view is included. (setting it to "Show on every page except the listed pages." will do well, but maybe you will see too much of the printerfriendly links on your web site).
Known problems:
- code documentation is not very good (but that is Drupal tradition?)
- I committed two not-yet-used filter files
- I did not test the patch file, only my original changes to the files
Enjoy your kids.
Comment #3
scott.mclewin commentedThis patch has been applied to HEAD (which is D6 at this time) and now requires testing. A formal release has not been cut.