i wanna develop the mobile page.. with username in the dashboard and newsfeed.
i fix it in the desktop version
// $field->setInvitation( OW::getLanguage()->text('newsfeed', 'status_field_invintation') ); $displayName = BOL_UserService::getInstance()->getDisplayName(OW::getUser()->getId()); $field->setInvitation( OW::getLanguage()->text('newsfeed', 'status_field_invintation', array('username' => $displayName)));
but this is not working in the mobile pages
/ow_plugins/newsfeed/mobile/components/update_status.php
how to get this working
greets doomer