Hello everyone, as I wanted to add new field in Brief Member Info, I did following:
In BxDolMemberInfo I added a line:
case 'sys_interest':
return (empty($aData['Interest Category']) ? '' : $aData['Interest Category'] . ', ') . _t($GLOBALS['aPreValues']['Interest Category'][$aData['Interest Category']]['LKey']);
In sys_object_member_info:
Object: sys_interest; Title: _sys_member_info_interest; Type:info; Id:17;
The new value in Advanced Settings->Profile->Brief Profile Info-> is shown as _sys_member_info_interest, when I choosing it is not working, shows blank where on it should be shown. Headline and status message works fine, but the new one I created is not doing any good.
Can someone please take a look at my code and help me with this?
Thank you :)