Do you know what code is needed to be changed to display a member's realname, rather than nickname, in the breadcrumbs area?
"Welcome Real Name. Account. Logout."
Do you know what code is needed to be changed to display a member's realname, rather than nickname, in the breadcrumbs area? |
templates/base/scripts/BxBaseMenu.php
function genBreadcrumb($aPath = array())
//--- Get additional links(right side) ---//
------------- Replace bold line with this:
$sFirst = $aProfile['FirstName']; |
Great quick response! Excellent work, does exactly what we required - thanks a lot! If any other users want to make this change too, remember to alter the code in the template you're using. |
7.0.8 update. It's in the same area, a bit further down. Around line 880 |