Topic: Content restriction?

0 Members and 1 Guest are viewing this topic.

August 07, 2010, 08:43 AM

Offline illet

  • Newbie
  • *
  • Posts: 2
    • View Profile
Is there any way to restrict portions within a content item?  Something like JUGA has.

 I can use the default joomla groups using
Code: [Select]
if ($user->get('gid')== XX){  
<?php echo $jSeblod->hits->form?>
}
but I would prefer a way to use roles or community acl groups instead.