By qwerty_123 on
Where is the template of users profile edit page?
I mean the page at "?q=it/user/xx/edit"
I have do add some HTML in this page but in the user module i can't find it.
I see user-profile.tpl.php andother template but no one is the one i need.
Thank you for your help.
Comments
Is there a solution to my
Is there a solution to my problem?
This problem is quiet urgent.
Just create a template file for it ->
with this name:
page-user-edit.tpl.php
*read more about template suggestions here:
http://drupal.org/node/1089642
Thank you, but I'm using
Thank you,
but I'm using Drupal 7 and reading that article i can't understand what i have to do.
I have to create the file page-user-edit.tpl.php but were do i have to place it?
This page need some mandatory code inside?
Tank you in advance.
Double-hyphen for Drupal 7
Use a double-hyphen for Drupal 7: page--user--edit.tpl.php
Concern about Double-hyphen for Drupal 7
Hi kardave,
As you stated Use a double-hyphen for Drupal 7: "page--user--edit.tpl.php", it's called but how can render the $form values? i have tried this way"print render($form);" but it's shows empty array. i want to print all the fields in $form array with corresponding values like that "print render($form['account']['name']);"
Thank you in advance.
Hi Here is the solution
Hi
Here is the solution for Customizing ‘edit user’ page in Drupal 7
Would love to see a solution for this...
Been looking for a while and can't find it!