Can you help me?
I want to display the profile questions in a plugin.
For example
if the code to display the username is the next:
$this->userId = $userId;
$username = BOL_UserService::getInstance()->getUsername($userId);
$this->assign('username', $username);
What is the code to display another profile question?
for example, one question created by me!