Search code examples
phpsocial-networkingoxwall

Oxwall - How can I hide logged in member name?


When use logged in to my oxwall social network site , They getting like Hello {User name} - Here actual user name comes who is logged in. So I do not want that to display. I want to keep only Hello there.

So please guide me that how can I remove {username} which comes with hello.


Solution

  • Go to ow_system_plugins/base/controllers/ in your Oxwall installation path and open component_panel.php with a code editor :

    Find : $this->setPageHeading(OW::getLanguage()->text('base', 'dashboard_heading'));

    Make above line comment..