I have two different login. one is for simple users (com_user) one is for users of social networking (including JomSocial)
I have the 2.5.7 version of joomla and the version of JomSocial 2.6.1
How can I prevent users easy access to socialnetwork? thanks a lot
I tried this but it does not work.
$userattr = JFactory::getUser();
$condition = $userattr->get('usertype');
if ($condition == 'Registered') {
redirect user to login page
}
var_dump($condition); exit;into code as a results? – Marin Sagovac Feb 22 at 20:05