Hi all.
i want to change users nickname with users full name in members list page (htp://***.com/browse.php) and in members box in index page.
how can i do that ?
Hi all. i want to change users nickname with users full name in members list page (htp://***.com/browse.php) and in members box in index page. how can i do that ? |
Me too. Did you find out how to do it? Sometimes communicating your problem and putting it out there is enough to solve it |
Yes , Finally i do that , Solution: edit file templates/base/scripts/BxBaseFunctions.php Find: Change it to: $aInfo = getProfileInfo($iId); The reason I am using the <br> is to put first name on one line and last name on a 2nd line. You dont have to use the <br> you can just put an empty space there so the first/lastname is spaced out. Since the Avatar are so small the <br> is much better in my opinion. Javad Talebi |
I have seen this solution on Unity and some people say its good and some say its not. I'll appreciate it if you send me a link to your site so that I can see the result. Thank you. Sometimes communicating your problem and putting it out there is enough to solve it |
Here you go a full write up: |