Comment to 'Get profile id for person menu'
  • Yes, Hodor Hodor , in this case you need to add the mentioned code to your template site menu. You need to find the file modules\boonex\[your template name]\data\template\system\scripts\BxTemplMenuSite.php

    and add the right after the following line:

    parent::__construct ($aObject, $oTemplate);

    this code:

    $this->addMarkers(array(

         'profile_id' => bx_get_logged_profile_id()

    ));