Bonjour,
Comment cacher un fieldset en fonction du niveau d’accès user dans le fichier config.xml?
Merci pour votre aide
Comment cacher un fieldset en fonction du niveau d’accès user dans le fichier config.xml?
Merci pour votre aide
$canView = JFactory::getUser()->authorise('moncomposant.mavue.view', 'com_moncomposant');
if (!$canView || $this->publish!= 1 )
return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR'));
Commentaire