Yes sir, i dont know what the issue was before, but i replaced the code and fired it up after cleaning the cache and this time it worked. Strange.
I know in previous versions the instructions below worked, haven't tested this on the 1.7 yet,,, keeping this in mind it's always best to back up the files in which you aim to change in advance, backing up your files before making changes is ALWAYS good practice any ways...
Desktop View:
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'))
and replace it with
$displayName = BOL_UserService::getInstance()->getDisplayName(OW::getUser()->getId());
$this->setPageHeading(OW::getLanguage()->text('base', 'dashboard_heading', array('username' => $displayName)));
Mobile View:
Go to
/ow_system_plugins/base/mobile/controllers/ in your Oxwall installation path and open widget_panel.php with a code editor.
Find
$this->setPageHeading(OW::getLanguage()->text('base', 'dashboard_heading'));
and replace it with
$displayName = BOL_UserService::getInstance()->getDisplayName(OW::getUser()->getId());
$this->setPageHeading(OW::getLanguage()->text('base', 'dashboard_heading', array('username' => $displayName)));
Initiate Mod:
Clear your website cache and go to yourwebsite/admin/languages?&search=my%20dashboard
Replace My Dashboard with Hello {$username}! We are pleasured to have you here!
Click save and visit your dashboard for confirmation.
Note: (1) Custom modifications are erased after each platform update. Bookmark this page for reference purpose. (2) Make sure you stay out of trouble: Always backup the file you are modifying.
its the site after registration.... i need to found a solution to get the username there....
i add in ow_systems_plugins/base/views/controllers/email_verify_index.html follow code...
<img src="http://.......com/...Lead&OrderID=XXX"
there where is XXX ... i need to display the username, so the trackingscript get it.
for any resolution i am thankfull happy and i like to donate with paypal for it.