drupal

usernode module

Submitted by fago on Sat, 07/08/2006 - 02:46
i started with the development of the usernode module, which cares for creating/deleting a node, whenever users are added/deleted - so other modules can rely on that a node exists for each user. it already does its job, however the views integration is still missing.

implementation proposal

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