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? |
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 |
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. |
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 |