How do we rename membernick to the members name on the menu bar?

How do we rename membernick to the members name on the menu bar?

Quote · 13 Apr 2011

Hello

1. Open this table via your PhpMyAdmin - sys_menu_member

2. find there row with ID = 6

3. Click to edit link

4. Replace this code line in Eval field:

return '<b>' . getNickName({ID}) . '</b>';

with:

$aProfileInfo = getProfileInfo({ID});

return '<b>' .$aProfileInfo['FirstName']. '</b>';

5. Clean all caches


PS: If possible do not write me personally, please try to ask on the forum first
Quote · 14 Apr 2011

SahshaE, I know in another post you showed me how to delete Video (using phpmyadmin) in the Member Menu Bar Profile, but can you please tell me how to put it back if I needed it in the future please.

Quote · 15 Apr 2011

 

SahshaE, I know in another post you showed me how to delete Video (using phpmyadmin) in the Member Menu Bar Profile, but can you please tell me how to put it back if I needed it in the future please.

Just do the opposite then what I wrote (bring back to their seats)

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 15 Apr 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.