Active
Project:
Content Profile
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2009 at 10:32 UTC
Updated:
8 Dec 2011 at 15:55 UTC
Hello,
Thank you for this great module - I have been learning a lot thanks to the great drupal support base and have been able to customize a profile to the needs of the users on my website.
I was wondering if it is possible to render the user's 'account edit input box' on the content profile page?
Could someone please add any suggestions?
Thank you!
Comments
Comment #1
benone commentedsubscribe
Comment #2
Bilmar commentedThanks for subscribing to show interest =)
To clarify - by 'account edit input boxes' I mean to be able to render the Email, Username etc on the content profile page for user to be able to edit those fields and save the changes.
Thank you
Comment #3
benone commentedYeah, I am lookin for exactly the same functionality :)
Comment #4
finex commentedCurrently I'm trying to use a rule which redirect from the node edit form to the user account edit form (which has the content profile edit tab)... The solution is not yet working, I need some time to write the correct rule :-p
Comment #5
maria_zk commentedSubscribing. I need the same functionality. Generally speaking, is it possible to include other fields from core's user account like e.g. upload picture in the content profile content type?
Comment #6
YK85 commentedsubscribing
Comment #7
nonom commentedsubscribe
Comment #8
jonhattanHere is a solution I'm using and seems to work. It's a reduced version of a custom module (it is called "usuarios", spanish word for users). It has some extra bits I think are useful for consistency and I've tried to document it as clear as possible. Hope it helps.
Comment #9
jonhattanAnother approach is done in content_profile_registration. I think it can be also used for the use case exposed in this issue.
Comment #10
Pls commentedCode from #8 works very well with content profle 1.0, thanks jonhattan!