We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

profile newsfeed[Solved] | Forum

dave Leader
dave Feb 4 '14
Hi, i have not looked into this too deeply yet but i was wondering if the team could duplicate this issue or not as i am not sure if this is my issue or a 1.6 issue. 


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 :)

The Forum post is edited by ross Feb 4 '14
dave Leader
dave Feb 4 '14
nevermind it was one of my mods that i forgot to list grrrr... 



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

The Forum post is edited by dave Feb 4 '14