Can this module transform to let users to giveaway their node directly to another user or request ownership from user ?

Comments

blisstering’s picture

Hello,

The module currently does not support that functionality, and that particular feature is not part of the current road map.

What are you trying to achieve, or what problem are you trying to solve? A use case will help us understand your intent.

Cheers,
Sunit.

mogop’s picture

In comparison with Google+ Pages when there is one Owner of the page (who actually created the page) you can assign manager and another Owner so if the original owner delete his profile the Page will have new Owner. Transfer ownership of your page

In drupal case when userX create node ( can be a product, some object or something else) and easily want to give/transfer that node to userY.

Scenarios:

Real Estate site:

  1. userX is selling a flat (node from flat content-type)
  2. userY is buying that flat.
  3. userX instead to delete that node with all the photos, comments and so on he could transfer the ownership of the node to userY
  4. when userY has ownership of the node he can change that status (cck field) from "TO SELL" to "TO LET" and other fields

Game Site (mmo):

  1. the userX has a hero (or item) as a node (could be node profile) and he want to sell it to userY via some payment module
  2. after the payment is confirmed the node automatically is transferred to userY

and there a lot other scenarios where this could be useful.
Is your module integrated with Rules module or do you attend to integrated it?

blisstering’s picture

Got it -- certainly makes sense.

While not ideal, one turn around can be for the admin to assign a different owner to the node. This is a manual process and can work only if the volume of such requests is not too large to manage. Hence not ideal, but might meet your needs for now.

gauravkumar87’s picture

Assigned: Unassigned » gauravkumar87