It would be great to create an action which automatically create a team which represent an user when the user login. (if it doesn't have already one)

Rules module has already the trigger to do this.

PS :

I found a tutorial for views 3 and the new UI in drupal 7, you can see it here :

http://mustardseedmedia.com/podcast

Comments

jthorson’s picture

Status: Active » Fixed

New Action added to master branch with Commit 0eef9ee077.

Action supports the 'user->insert' trigger, and when configured, will automatically create a team for a user when they register. (If ult_rosters enabled, a corresponding roster will also be created as a result of the nodeapi link in ult_rosters).

jthorson’s picture

Status: Fixed » Closed (fixed)