I am using macabre theme and on the profile view i see the variable not the data as the image shows.
Please advise, thanks team :)
I am using macabre theme and on the profile view i see the variable not the data as the image shows.
Please advise, thanks team :)
ow_plugins/newsfeed/components/update_status.php
//added to add name to status message, ie. whats happening (name)
$userName = BOL_UserService::getInstance()->getDisplayName(OW::getUser()->getId());
$field->setInvitation( OW::getLanguage()->text('newsfeed', 'status_field_invintation',array('userName'=>$userName)) );
//old code commented out
// $field->setInvitation( OW::getLanguage()->text('newsfeed', 'status_field_invintation') );
i got it :) sorry about that..