Comment to 'user string '
Comment to user string
  • If you need to get non-uniq profile name then you can call the following for the currently logged-in user:

    BxDolProfile::getInstance()->getDisplayName();

    To get uniq profile identification for the currently logged-in profile you need to use ID:

    BxDolProfile::getInstance()->id();