Hi all, I have some nodes (say "musical cd" ) and now I need to connect these nodes to users who bought them. Is there a module that can do it ? Is it possible to create a view that return the list of users that have bought a musical cd (node) ?
Tnx.
If you are looking to sell a product online using Drupal I would look to Ubercart (drupal.org/project/Ubercart). If you are trying to have someone link content to a user when the content is created or edited check out user reference fields which are part of CCK.
Thanks, Steve
Steve Kessler Denver DataMan 303-587-4428 Sign up for the Denver DataMan Free eNewslettter
-----Original Message----- From: Michel Morelli [mailto:michel@ziobuddalabs.it] Sent: Friday, April 16, 2010 12:10 PM To: support@drupal.org Subject: [support] Link a node to more user
Hi all, I have some nodes (say "musical cd" ) and now I need to connect these nodes to users who bought them. Is there a module that can do it ? Is it possible to create a view that return the list of users that have bought a musical cd (node) ?
Tnx.
I would look at the Flag module. Create a "bought this" flag and then you can quite easily list out "who flagged this node", also by using views/args. There's a solution in there somewhere.
Neil
Michel Morelli wrote:
Hi all, I have some nodes (say "musical cd" ) and now I need to connect these nodes to users who bought them. Is there a module that can do it ? Is it possible to create a view that return the list of users that have bought a musical cd (node) ?
Tnx.
-- Michel 'ZioBudda' Morelli michel@ziobuddalabs.it Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660
http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@ziobuddalabs.it -- [ Drupal support list | http://lists.drupal.org/ ]
On Fri, Apr 16, 2010 at 8:15 PM, neil@esl-lounge.com wrote:
I would look at the Flag module. Create a "bought this" flag and then you can quite easily list out "who flagged this node", also by using views/args. There's a solution in there somewhere.
Thanks. I had not considerated Flag module.
M.