
Marco
Shine wrote:
xoops 2.0.13.x
I am also puzzled in how I can customize this module.
What I am trying to achieve is that I only want to show members listed within a specific membergroup.
If I only want to show members listed within a standard 'registered users' group but not within another created membersgroup how can this be done?
Is there somehow a special smarty-membergroup-tag for this like there is for : <{if $xoops_isadmin == true}> or <{if $xoops_isuser}> ?
A bit of help would be appreciated.
Grtz., Shine
<tr>
<th align="center"><{$lang_username}>th>
<th align="center"><{$lang_realname}>th>
<th align="center"><{$lang_email}>th>
<th align="center"><{$lang_privmsg}>th>
<th align="center"><{$lang_url}>th>
<th align="center"><{$lang_regdate}>th>
<{if $is_admin == true}>
<th align="center"><{$lang_lastlogin}>th>
<th align="center"><{$lang_posts}>th>
<th align="center"><{$lang_admin}>th>
<{/if}>
tr>
<{section name=i loop=$users}>
<tr valign="middle">
<td align="center" class="odd"><{$users[i].avatar}><br /><a href="<{$xoops_url}>/userinfo.php?uid=<{$users[i].id}>"><{$users[i].name}>a><br /><{$users[i].rankimg}><br /><{$users[i].ranktext}>td>
<td class="even"><{$users[i].realname}>td>
<td align="center" class="odd"><{$users[i].email}>td>
<td class="even" align="center"><{$users[i].pmlink}>td>
<td class="odd" align="center"><{$users[i].website}>td>
<td class="even" align="center"><{$users[i].registerdate}>td>
<{if $is_admin == true}>
<td class="odd" align="center"><{$users[i].lastlogin}>td>
<td class="even" align="center"><{$users[i].posts}>td>
<td class="odd" align="center"><{$users[i].adminlink}>td>
<{/if}>
tr>
<{foreach item=pic from=$block.pics}>
<td align="center" class="odd" style="padding: 10px;vertical-align: middle;">
<a href="<{$xoops_url}>/modules/xcgal/<{$pic.link_tgt}>"><{$pic.image}>a><br />
<{$pic.caption}>
td>
<{/foreach}>