网站的首页怎么调用DZ论坛的登录框
打开templates/default/indexhtm
找到
<!--{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="thisstop();" onMouseOut="thisstart();">
$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="loggingphpaction=login">
会员登录 [<a href="registerphp" style="color: #FFFFFF">立即注册</a>] [<a href="memberphpaction=lostpasswd" style="color: #FFFFFF">忘记密码</a>]</th></tr>
<tr bgcolor="#F8F8F8"><td><input type="text" name="username" size="12" maxlength="40" tabindex="1"> 密码 <input type="password" name="password" size="12" tabindex="2"> 安全提问
<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> 回答
<input type="text" name="answer" size="12" tabindex="4"> Cookie 有效期
<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="提 交"></td></tr></table></td></tr></table>
<!--{/if}-->
您好,朋友。跟版网团队很高兴为您解答:
织梦调用discuz最新帖子,可用织梦万能标签loop实现,调用方法如下:
{dede:loop table="cdb_threads" sort="tid" row='7'}<li><span>[field:lastpost function="MyDate('m-d',@me)" /]</span>
<a target="_blank" href="http://wwwgenbanorg/viewthreadphptid=[field:tid /]">
[field:subject function="cn_substr('@me',40)" /]
</a>
</li>
{/dede:loop}
以上为调用最新发布的7条数据。
希望我的回答能够帮到您。
在要调用的模板文件中去数据库中拿,SQL代码如下
$data = C::t('common_member_medal')->fetch_all($_G['uid']);然后在到勋章表中查看对应的勋章的名称和
C::t('forum_medal')->fetch_all($data['medalid']);不清楚的话,可以百度:DZ起点网
1在后台“全局》SEO设置》 URL 静态化”相关复选框全部勾选,点“提交”按钮。 2到官方下载附件htaccess 直接用FTP上传到论坛根目录即可, 不要修改文件名,就是htaccess 祝你成功
0条评论