or how to combine it with content profile?
i want to add more field at registration page, or if possible how one can integrate u create and content profile together?

thanks.

CommentFileSizeAuthor
#1 ucreate.module.user-link.patch1.1 KBdruvision

Comments

druvision’s picture

Version: 5.x-1.x-dev » 5.x-1.0
Status: Active » Patch (to be ported)
StatusFileSize
new1.1 KB

You tagged the post as 5.x but content_profile is a 6.x module - for 5.x it's much simpler to use the bio module which serves a similar purpose and adds the fields into the standard user registration form.

Of course, the bio module doesn't add the field to the Ucreate registration form. So what to do?

A simple solution is to change the ucreate confirmation message received after saving the new user, and to add a link to add a link to the standard user editing page.

Here is a patch to ucreate.module which does exactly this.

druvision’s picture

Of course a better solution would be to create a bio-like behavior which attaches the bio fields to the bottom of the ucreate registration form.

druvision’s picture

I've currently decided to uninstall this module and use the standard (bio-enhanced) user registration form - all extra fields are planted by the bio module. Also I've configured OG so that certain groups appear in the user registration form.

greg.harvey’s picture

Status: Patch (to be ported) » Closed (duplicate)