Joomla Find out the user id of the logged in user – Joomla April 28, 2011 Pramod T P Leave a comment <?php $user = & JFactory::getUser(); echo $user_id=$user_id=$user->get('id'); ?>