0

Is it possible for the user to be able to edit their own profile without going through the Drupal administration panel? I have a /user page with views that output the needed fields. Ideally I would like an 'edit profile' button that loads up the same editable fields.

Could someone point me to how this can be achieved?

Thanks in advance,

P.S.: I'm on Drupal 7. Might be worth noting that I'm using Profile 2 as well.

2 Answers 2

1

I've managed to find the solution to this problem. I have to call the 'edit user' link directly from Views as a field. Thank you.

0

As long as you don't give users the permission to use the admin theme they will only ever see the regular theme, regardless of what page they are on.

So you could do that and then just link to the profile edit page.

The user will never know they are in the administration area. They just see a form they can fill out.

Is that an acceptable solution?

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.