Dedecms4.0RC1整合DZ5.5_DedeCms教程

编辑Tag赚U币
教程Tag:暂无Tag,欢迎添加,赚取U币!

Dedecms4.0RC1整合DZ5.5

先看:Dedecms4.0RC1整合phpwind 5.3完全攻略

对于dz,登录口的变量和pw不同 所以第六步

6.修改首页登陆模板代码,替换成以下:

<form name='form1' method='POST' action='/bbs/logging.php?action=login'>
<input type='hidden' name='jumpurl' value='/'>
<input type='hidden' name='step' value=2>
<input type='hidden' name=cookietime value='31536000'>
<tr>
<td height="28"> </td>
<td width="30%">用户名:</td>
<td width="63%"><input type="text" name="username" style="width:120px;height:20px;border:1px solid #cccccc"></td>
</tr>
<tr>
<td height="28"></td>
<td>密 码:</td>
<td><input type="password" name="password" style="width:120px;height:20px;border:1px solid #cccccc"></td>
</tr>
<tr>
<td width="4%" height="57"> </td>
<td height="57" colspan="2" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" align="center">
<input type="submit" name="loginsubmit" value="登录">
<input type="reset" name="reset" value="重置">
<input type="button" value="注册" onclick="javascript: this.form.action='bbs/register.php';this.form.submit();">
<input type="button" value="游客" onclick="javascript: this.form.action='bbs/index.php';this.form.submit();">

</td>
<td></td>
</tr>
</table></td>
</tr>
</form>

问题2:
假如你可以从首页登录到论坛了。
ok ,可是再返回首页 还是有登录框存在。那么 请修改pp_dederemote_interface.php把
$domain = "";设置为空 不要写你的域名

查看更多 DedeCms教程  织梦模板  织梦DedeCms视频教程  织梦dedecms专题

来源:模板无忧//所属分类:DedeCms教程/更新时间:2007-04-19
相关DedeCms教程