·
Added a discussion

I am new to developing in una and would like some help finding where I can find the code variables for me to be able to get logged in users name, age etc. in code

  • 1653
Comments
    • You can use this sample code:

      $oProfile = BxDolProfile::getInstance();
      $o = BxDolContentInfo::getObjectInstance($oProfile->getModule());
      print_r($o->getContentInfo($oProfile->getContentId()));
      Login or Join to comment.