Closed (fixed)
Project:
Wishlist Module
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2008 at 15:50 UTC
Updated:
18 Dec 2008 at 06:05 UTC
I think it would be useful to allow a user to create more than one list. For example the user may have a list for household items, and another for a holiday trip.
Or a user may create a list for different people. One for dad, one for a friend, etc. Do you know if this currently possible or could it be added as a new feature?
Thanks.
Comments
Comment #1
scott.mclewin commentedA wishlist item is a standard Drupal node. The module offers some wishlist-node specific displays, but fundamentally any Drupal construct that allows you to organize nodes can be used with wishlist nodes.
What you are describing here can be achieved with a category hierarchy for the various buckets you want, and then views to drive the display (rather than using the built-in wishlist module displays) to meet your needs.
Comment #2
scott.mclewin commented