想问下,首页四格怎么调取特定用户组的会员信息
是这种类型 具体的代码是什么
<td valign="top" class="category_l4">
<div class="goodtiebox">
<h4>{lang index_members}{lang onlinemember}</h4>
<ul class="category_newlist">
<!--{loop $grids['hot'] $thread}-->
<!--{if !$thread['forumstick'] && $thread['closed'] > 1 && ($thread['isgroup'] == 1 || $thread['fid'] != $_G['fid'])}-->
<!--{eval $thread=$thread;}-->
<!--{/if}-->
<li><a href="forum.php?mod=viewthread&tid=$thread&extra=$extra"{if $thread['highlight']} $thread['highlight']{/if}{if $_G['setting']['grid']['showtips']} tip="{lang title}: <strong>$thread</strong><br/>{lang author}: $thread ($thread)<br/>{lang show}/{lang reply}: $thread/$thread"{else} title="$thread"{/if}{if $_G['setting']['grid']['targetblank']} target="_blank"{/if}>$thread</a></li>
<!--{/loop}-->
</ul>
</div>
</div>
<!--{/if}-->
</table>
这个是首页四格的一个代码,想改成调取会员信息的代码,谢谢
高级自定义
页:
[1]