Login     Sign up
Delete Edit
jacky loon (@jack41)
Join date: Nov 9th 2010
Community posts: 87
View Profile
Send Message

How to remove the word Edit from the profile which is with the details. I want to keep only "Details" not "Details Edit".
Because edit profile option is also available under the avatar picture.
Thanks

172 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

file includes\libs\u.module.php

function show_sidebar

remove this

[code]
if ($client['id'] == $owner['id']) {
$output .= '['.url('account',t('Edit profile')).']';
}
[/code]

or something like that, because i modified the text.

172 months ago