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

solipsist’s picture

Using 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

Hanscraft’s picture

Thanks 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.

solipsist’s picture

You 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.