Hi all, I have a content type called "Foo". For each node of this content type I need to associate/link 1+ users. It's like node reference, but where node is user. Is there a module to make this or how can I do it ?
Thanks.
M.
Hi Michel,
You can use user reference to associate users with node. http://drupal.org/project/nodeaccess_userreference
http://drupal.org/project/nodeaccess_userreferenceI think this will work.. If no please provide more info what are you want to do.
Thanks
On Tue, May 18, 2010 at 2:31 PM, Michel Morelli michel@ziobuddalabs.itwrote:
Hi all, I have a content type called "Foo". For each node of this content type I need to associate/link 1+ users. It's like node reference, but where node is user. Is there a module to make this or how can I do it ?
Thanks.
M.
-- 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/ ]
I think with CCK you do get a user reference module.. and the field can have multiple values.. does that not work?
Cheers, Mukesh
On Tue, May 18, 2010 at 2:44 PM, Amit Vyas vyasamit2007@gmail.com wrote:
Hi Michel,
You can use user reference to associate users with node. http://drupal.org/project/nodeaccess_userreference
http://drupal.org/project/nodeaccess_userreferenceI think this will work.. If no please provide more info what are you want to do.
Thanks
On Tue, May 18, 2010 at 2:31 PM, Michel Morelli michel@ziobuddalabs.itwrote:
Hi all, I have a content type called "Foo". For each node of this content type I need to associate/link 1+ users. It's like node reference, but where node is user. Is there a module to make this or how can I do it ?
Thanks.
M.
-- 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/ ]
-- Regards, Amit Vyas
Email : amit.vyas@blisstering.com Mobile : +91 993-040-1490 Skype : vyasamit2004 Twitter : amit_vyas
-- [ Drupal support list | http://lists.drupal.org/ ]
Mukesh Agarwal ha scritto:
I think with CCK you do get a user reference module.. and the field can have multiple values.. does that not work?
I don't want to create a new module if there is one ready. The question is: is there a module ready for this?
M.
when you install cck, you get user reference module by default.. Its there On 5/20/10, Michel Morelli michel@ziobuddalabs.it wrote:
Mukesh Agarwal ha scritto:
I think with CCK you do get a user reference module.. and the field can have multiple values.. does that not work?
I don't want to create a new module if there is one ready. The question is: is there a module ready for this?
M.
-- 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/ ]
Mukesh Agarwal ha scritto:
when you install cck, you get user reference module by default.. Its there
Ah, I have not never note it. Tnx.
M.
Hi Amit, I think that this is not a module for my necessity: "Allows you to configure a CCK user reference field so that the user whom is referenced in a node is granted access to view the node."
I need to link/reference 1+ user to a node, so I can extract (via views) all node that have a link/reference with user X. I don't want change the node access permission.
However thanks for the help.
M.