Theming Bio Module Edit Page
sarahara - March 17, 2009 - 23:28
Hej you guys
I just edited and customized the user/edit page for my profiles. I worked out with this override:
function phptemplate_user_edit($form) {
return _phptemplate_callback('user_edit', array('user' => $user, 'form' => $form));
}I would like to do the same for the edit page of the bio module. I had a look at the adress field of my browser where I find "myurl.com/user/4/edit" for the profile edit page and "myurl.com/user/4/bio" for the edit page of the bio module.
So I tried this;
function phptemplate_user_bio($form) {
return _phptemplate_callback('user_bio', array('user' => $user, 'form' => $form));
}But it doesn't work. What do I do wrong? Is there anything different to the edit page?
Thanks for the help!
Sarah

Themeing bio in user edit bio section(user/11/bio)
I need help with bio module. When in user account page,if Biography is selected it shows the plain biography module form from node_page_edit. I want to theme bio user edit(user/11/bio).
Thanks in advanced for any of your suggestions or help.
S