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

scott.mclewin’s picture

Status: Active » Closed (won't fix)

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

scott.mclewin’s picture

Status: Closed (won't fix) » Closed (fixed)