Dedecms4.0RC1整合DZ5.5_DedeCms教程
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站群增强版 DedeCMS搭建站群首选
- DedeCMS Error:Tag disabled:php错误的完整处理方法
- dedecms编码转换方法 gbk转UTF-8,UTF-8转GBK
- 防XSS,sql注射,代码执行,文件包含的通用代码
- DedeCms教程:优化DedeCMS搜索结果
- DedeCms教程:Linux+Apache+PHP+MySQL服务器环境(CentOS篇)
- DedeCms教程:LuManager服务器管理软件安装DEDECMS软件
- DedeCms教程:Ubuntu/Debian上安装 PHP 5.3, Nginx 和 PHP-fpm
- DedeCms教程:windows server 2003 php 环境搭建