I want This Feature! |
Options (Maximum selection: 1) | Votes |
Yes | 6 |
No | 0 |
Closed in Sep 16th 2010 (6 people voted) |
Full Name as main Title rather than Username |
| |||
This is my only request right now. I have done several modx to this script but i got pain to make Full Name as main Title for the user, So people can keep knowing who the heck is the profile owner. Like facebook, and another social network. "Full Name as main Title rather than Username".. Jcow is great. Hopefully you can consider this in the next release. Or someone can help me how to fix this? -Syafiq-
|
| |||
great idea
|
| |||
Yep I Like it...
|
| |||
5 people want this and counting.....
|
| |||
I'm in
|
| |||
meee 2
|
| |||
go to module u u.php function settabmenu change line [code]set_title($profile['username']."'s profile");[/code] into [code] change line [code]app_header('<table border="0"><tr><td>'.avatar($profile,25).'</td><td valign="middle"><span style="font-size:1.5em">'.t("{1}'s profile",$profile['username']).' '.$editbutton.' '.$custombutton.'</span></td></tr></table>'); into [code] That's all folks
|
| |||
it's only change the title but not in the live feed/news feed and in the "find friends"/"browse friends" module. BTW, this is great n thanks :)
|
| |||
in feed: file ss.inc.php in include/libs function comment_display i added this before the return [code]
|
| |||
[quote=falcone]in feed: file ss.inc.php in include/libs function comment_display i added this before the return [code] Have you test it on your server and it's working?
|
| |||
ya me too try all this..
|
| |||
[quote=syafiqzainal] Have you test it on your server and it's working? something went wrong with the copy/paste here [code]
} for me it is working;
|