引用:
本插件由版主sakurakawaii于07年5月16日19:10分
在Windows XP Discuz!5.5.0标准模版 IE6 Mysql4.1下测试安装无错
本测试仅代表此插件安装无错,不包括今后长期使用中可能出现的问题
引用:
名称: 会员下拉菜单
适用: Discuz! D5.5
作者: 小铭铭
安装说明:
1.在 header.htm找
复制内容到剪贴板
代码:
<!--{if $memliststatus}-->| <a href="member.php?action=list">{lang memberlist}</a> <!--{/if}-->更改为:
复制内容到剪贴板
代码:
<!--{if $memliststatus}-->| <span id="member" onmouseover="showMenu(this.id)"><a href="member.php?action=list">{lang memberlist}<img alt="" title="" src="{IMGDIR}/jsmenu.gif" border="0"></a></span> <!--{/if}-->2.在 jsmenu.htm最下加上
复制内容到剪贴板
代码:
<!--{if $discuz_uid && $memliststatus}-->
<div class="headermenu_popup" id="member_menu" style="display: none">
<table cellpadding="4" cellspacing="0" border="0">
<tr><td class="popupmenu_option"><a href="member.php?action=list&order=credits">会员积分</a></td></tr>
<tr><td class="popupmenu_option"><a href="member.php?action=list&order=username">用户名称</a></td></tr>
<tr><td class="popupmenu_option"><a href="member.php?action=list&order=gender">会员性别</a></td></tr>
<tr><td class="popupmenu_option"><a href="member.php?action=list&order=regdate">注册日期</a></td></tr>
<tr><td class="popupmenu_option"><a href="member.php?action=list&type=admins">管理头衔</a></td></tr>
<!--{if $maxbdays}--><tr><td class="popupmenu_option"><a href="member.php?action=list&type=birthdays">今日生日</a></td></tr><!--{/if}-->
</table>
</div>
<!--{/if}-->[
本帖最后由 sakurakawaii 于 2007-5-16 19:25 编辑 ]