Jump to content

part of theme visible for joomla user group(s)?


n00bster

Recommended Posts

https://docs.jreviews.com/?title=How_to_make_part_of_theme_visible_only_to_administrators
https://docs.jreviews.com/?title=How_to_make_part_of_theme_visible_only_to_listing_owners

this code is only for admins, i would need to set a joomla group here, maybe i have overlooked here some documentation.

<?php if($this->auth->admin):?>
Everything here will be available only to admins
<?php endif;?>

is it possible to show a part of theme to defined joomla user group?

Link to comment
×
×
  • Create New...