I want to remove the word hello in the Dropdown Menu. Ideally, would love to use the Joomla user ID here, as opposed to name, but will take what I can get.
<span class="dropdown-toggle-user-name"><?php echo JText::_( 'MOD_EASYSOCIAL_DROPDOWN_MENU_HI' );?>, <strong><?php echo $my->getName();?></strong></span>
// replace with
<span class="dropdown-toggle-user-name"> <strong><?php echo $my->getName();?></strong></span>
echo $my->id;