Is there any way to restrict portions within a content item? Something like JUGA has.
I can use the default joomla groups using
if ($user->get('gid')== XX){
<?php echo $jSeblod->hits->form; ?>
} but I would prefer a way to use roles or community acl groups instead.