Profile nodes using existing modules

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
rwohleb's picture

I've created a method for creating moderated profile nodes using the workflow, CCK, and action modules. It is still a work in progress, but it works.

http://www.techsanctuary.com/node/72

Comments

"The trick is in the

Bèr Kessels's picture

"The trick is in the combination of the workflow, CCK, actions and possibly the views modules." Indeed! This is what i aim at with profiels as nodes. the one difference is that I try to rely less on these additional modules.

So IMO profiles as nodes should work without all these modules, but if it find them, offer a lot of nifty stuff and nice interfaces. Like views definitions, preconfigured actions/workflows. etc.

I feel that a project like this, when it relies on three complex modules, is not very likely to get adopted by a large audience.

However, the philosophy is exactly similar, so maybe you could share your views code, or workflows, if any?