1
I am running XOOPS 2.0.10 on a client's site (and cannot upgrade due to so many hacks), but I was wondering if there was a way to make the xoopsmembers module list only people in a
particular group instead of all registered users.
There is a piece of code in the template:
<{section name=i loop=$users}>
Can that be changed to show people only in the $whatever group?
Or perhaps in the index.php the code:
if ( $iamadmin ) {
$xoopsTpl->assign('is_admin', true);
}
can be adapted to look for only a specific group. I am not a programmer, so I am clueless. Can anyone help me!?!
Thanks!