dedecms只有pc端代码,怎么做手机端的

dedecms只有pc端代码,怎么做手机端的,第1张

1、加一个js调用即可完成(phpcms做的站都有这一个js,下载来调用完成)

2、登陆的调用看下面的源码!

<form name="userlogin" action="{dede:globalcfg_memberurl/}/index_dophp" method="POST">

<input type="hidden" name="fmdo" value="login" />

<input type="hidden" name="dopost" value="login" />

<input type="hidden" name="keeptime" value="604800" />

<div class="fb"><span>用户名:</span>

<input type="text" name="userid" size="20" class="ipt-txt" />

</div>

<div class="fb"><span>密�码:</span>

<input type="password" name="pwd" size="20" class="ipt-txt" />

</div>

<div class="fb"><span>验证码:</span>

<input type="text" name="vdcode" size="8" class="ipt-txt" />

<img src="{dede:globalcfg_cmsurl/}/include/vdimgckphp" alt="看不清?点击更换" align="absmiddle" style="cursor:pointer" onclick="thissrc=thissrc+''" />

</div>

<div class="submit">

<button type="submit" class="btn-1">登录网站</button>

�<button class="btn-1" onclick="location='member/index_dophpfmdo=user&dopost=regnew'">注册帐号</button>�<button class="btn-1" onclick="location='{dede:globalcfg_memberurl/}/resetpasswordphp'">忘记密码</button>

</div>

</form>

可以自行改变样式

3、当然可以

4、不用了!只要把dede的表设定为如dede_cms_index_ 而把Discuz70的表设置为如dz_bbs_即可!

5、应该可以,一、可以用rss来完成,二、用框架来完成!

织梦pc电脑端自动匹配m移动手机站代码

首页:

<meta http-equiv="mobile-agent" content="format=xhtml;url={dede:globalcfg_mobileurl/}/">

<script type="text/javascript">

if(windowlocationtoString()indexOf('pref=padindex') != -1){}else{if(/AppleWebKitMobile/itest(navigatoruserAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/test(navigatoruserAgent))){if(windowlocationhrefindexOf("mobile")<0){try{if(/Android|Windows Phone|webOS|iPhone|iPod|BlackBerry/itest(navigatoruserAgent)){windowlocationhref="{dede:globalcfg_mobileurl/}/";}else if(/iPad/itest(navigatoruserAgent)){}else{}}catch(e){}}}}

</script>

栏目页

<meta http-equiv="mobile-agent" content="format=xhtml;url={dede:globalcfg_mobileurl/}/listphptid={dede:fieldid/}">

<script type="text/javascript">

if(windowlocationtoString()indexOf('pref=padindex') != -1){}else{if(/AppleWebKitMobile/itest(navigatoruserAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/test(navigatoruserAgent))){if(windowlocationhrefindexOf("mobile")<0){try{if(/Android|Windows Phone|webOS|iPhone|iPod|BlackBerry/itest(navigatoruserAgent)){windowlocationhref="{dede:globalcfg_mobileurl/}/listphptid={dede:fieldid/}";}else if(/iPad/itest(navigatoruserAgent)){}else{}}catch(e){}}}}

</script>

文章内容页:

<meta http-equiv="mobile-agent" content="format=xhtml;url={dede:globalcfg_mobileurl/}/viewphpaid={dede:fieldid/}">

<script type="text/javascript">

if(windowlocationtoString()indexOf('pref=padindex') != -1){}else{if(/AppleWebKitMobile/itest(navigatoruserAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/test(navigatoruserAgent))){if(windowlocationhrefindexOf("mobile")<0){try{if(/Android|Windows Phone|webOS|iPhone|iPod|BlackBerry/itest(navigatoruserAgent)){windowlocationhref="{dede:globalcfg_mobileurl/}/viewphpaid={dede:fieldid/}";}else if(/iPad/itest(navigatoruserAgent)){}else{}}catch(e){}}}}

</script>

有的,在“模块”哪里添加手机WAP浏览插件,即可。添加完会有带M的目录

至于模板,一般都是在default目录里面的。

建议自己开发一个手机端好点。比织梦自带的好点。

你指的是怎么兼容,是平板,手机,电脑显示同一网站页面以电脑版式的页面显示吗?如果是这样,手机自带浏览器默认都是转换过的页面,平板也有些也是转换成手机显示,但自带浏览器可以调显示方式,是可以以电脑版网页显示出来的。

如果你说的是网站在手机平板能不能显示,是否兼容,我告诉你可以的,但会少了很多东西,只留下文字内容,少量,广告之类的全没的

谢谢,请采纳!!

首先/m/listphptid=1这个的确是手机版页面

如果前台显示的页面是pc版界面,那就要检查你的手机版列表模板是否存在

相信你应该知道手机版模板的命名规则,查看原始模板就知道了

例如pc版栏目列表叫做liebiaohtm,那么对应的栏目手机版模板就应该是liebiao_mhtm

这样的话会自动加载手机版的模板风格哦

多素材织梦模板

为您解答

望采纳

手机端网站更新,点击左边:生成更新--HTML更新--首页更新;需要修改模板路径,如图所示,修改后,点击更新主页HTML。

(m是默认的手机模块的地址文件夹)

1、首先打开后台目录生成首页文件makehtml_homepagephp,后台目录默认是dede,根据自己的目录确认查找。

2、用编辑器打开文件makehtml_homepagephp,找到47行代码。

3、在后面加入代码,这个是设置wap模板目录,即把pc模板的目录替换成wap模板的目录。

4、再接着后面加入代码,这个是生成目录,根据自己需要生成,这里是在根目录下的wap目录下生成手机版首页。

5、这样后台生成首页时,自动生成手机版静态首页了,链接即域名+/wap/indexhtml,就完成设置了。

DABAN RP主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
网站模板库 » dedecms只有pc端代码,怎么做手机端的

0条评论

发表评论

提供最优质的资源集合

立即查看 了解详情