
可以添加的。论坛后台---界面--界面设置---贴内用户信息---默认方案--编辑就可以了。dz3.1的编辑默认方案--更多,就会出现很多的信息,直接添加就好了。希望DZ动力能够帮到你。
打开templates/default/index.htm
找到
<!--{if empty($gid)}-->
<table border="0" cellspacing="0" cellpadding="0" width="{TABLEWIDTH}" bgcolor="{BORDERCOLOR}" align="center">
<tr><td>
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr class="header"><td colspan="3">$bbname {lang index_announcements}</td></tr>
<tr bgcolor="{ALTBG2}" align="center">
<td colspan="3" align="center">
<!--{if empty($announcements)}-->
{lang index_noannouncement}
<!--{else}-->
<marquee direction="left" scrollamount="3" onMouseOver="this.stop()" onMouseOut="this.start()">
$announcements
</marquee>
<!--{/if}-->
</td></tr></table></td></tr></table>
<!--{/if}-->
在下面添加
<!--{if !$discuz_uid}--><br>
<table border="0" cellspacing="0" cellpadding="0" width="{TABLEWIDTH}" bgcolor="{BORDERCOLOR}" align="center">
<tr><td>
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr class="header"><td colspan="3" align=left><form method="post" action="logging.php?action=login">
会员登录&nbsp&nbsp&nbsp [<a href="register.php" style="color: #FFFFFF">立即注册</a>]&nbsp[<a href="member.php?action=lostpasswd" style="color: #FFFFFF">忘记密码</a>]</th></tr>
<tr bgcolor="#F8F8F8"><td><input type="text" name="username" size="12" maxlength="40" tabindex="1"> &nbsp 密码 <input type="password" name="password" size="12" tabindex="2"> &nbsp 安全提问
<select name="questionid" tabindex="3">
<option value="0">无安全提问</option>
<option value="1">母亲的名字</option>
<option value="2">爷爷的名字</option>
<option value="3">父亲出生的城市</option>
<option value="4">您其中一位老师的名字</option>
<option value="5">您个人计算机的型号</option>
<option value="6">您最喜欢的餐馆名称</option>
<option value="7">驾驶执照的最后四位数字</option>
</select>&nbsp回答
<input type="text" name="answer" size="12" tabindex="4">&nbspCookie 有效期?
<select name=cookietime><option value=0>浏览器进程</option>
<option value=3600>一小时</option>
<option value=86400>一天</option>
<option selected value=2592000>一个月</option>
<option value=31536000>永久</option></select><td align="center"><input type="submit" name="loginsubmit" value="提 &nbsp 交"></td></tr></table></td></tr></table>
<!--{/if}-->
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)