I'd LOVE to use this module to help control my users' profiles. However, I need to include tabs for editing the profile. So, is there a way to pull that page into a view so I can have it as a tab?
Thanks!
I'd LOVE to use this module to help control my users' profiles. However, I need to include tabs for editing the profile. So, is there a way to pull that page into a view so I can have it as a tab?
Thanks!
Comments
Comment #1
solipsist commentedUsing the Editable Fields module you can use a view display to show a node in a way that makes it editable:
http://drupal.org/project/editablefields
Comment #2
Hanscraft commentedThanks for the suggestion. I read over the description of that module and I don't think it'll quite work since I'm pretty sure I can't make the user account (the password one) editable.
Comment #3
solipsist commentedYou can't show the user edit page using Views, I'm afraid. However I think there are modules that let you show it in a block. Quicktabs would then allow you to use tabs to switch between blocks.