1

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.

Funk Forty Niner
  • 74,450
  • 15
  • 68
  • 141
rahul bhatt
  • 362
  • 1
  • 3
  • 14

2 Answers2

0

Well if you just want to remove it all together with the info provided all I can say is that within your theme folder there is problably a file named header start opening it and searching for "hello" and delete the var after it if it looks right....

However if you just want to display their username rather than their real name... go to admin panel > "User settings" tab > "Display settings" group > change "Real Name"(Default) to "Username" in the dropdown box

Thomas B
  • 71
  • 8
0

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

Helping Hands
  • 5,292
  • 9
  • 60
  • 127