retrieving user name

I need to create a link the the users profile home page. Can anyone tell me how to retrieve the users name in a variable that I could use in a URL?

Quote · 7 Jan 2017

If you are using PHP Code block then you can use the following code there to get user name:

return "Display name: " . getNickName($this->oProfileGen->_iProfileID) . " / Username: " . getUsername($this->oProfileGen->_iProfileID);
Rules → http://www.boonex.com/terms
Quote · 14 Jan 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.