published by fago on Sat, 06/03/2006 - 00:36
I'll try to work out a rough implementation proposal here.
user node-type
Its necessary, that for every user automatically exists a node in the system. A module has to care for creating/deleting this node, whenever users are added/deleted - so other modules can rely on that a node exists for each user, if the module is activated.
published by fago on Fri, 06/02/2006 - 20:23
I've got a google Summer of Code project :) (what's soc?)
Of course, Drupal is my mentoring organisation. My project is:
Node Profile Module and CCK
This drupal module will build user profile's as nodes, which opens the opportunity to use the Content Construction Kit (CCK) (view full project description).