插件界面
插件特色
- 插件支持gbk和utf8编码织梦程序
- 支持指定生成目录
- 支持发布文档后自动更新手机静态HTML
使用说明
1、安装完插件后,在模块-手机站生成-生成手机站设置,必须点一次【提交】按钮
2、尽量使用二级域名做手机站,例如 m.dedehtml.com
服务器绑定二级域名教程
3、确保【系统基本参数】【核心设置】【启用绝对网址】【否】
4、手机站模板里所有标签都与电脑站标签一致使用,不可再使用
index.php list.php?tid= view.php?aid=
应该使用
[field:arcurl/] {dede:field.typeurl/} [field:typelink/]
例如
css、js、images 改成绝对路径
例如 assets/css/ 改成 /assets/css/
或者带手机站域名的
{dede:global.mobile_domain/}/assets/css/
index.php
改成
{dede:global.mobile_domain/}
list.php?tid=[field:id/]
改成
[field:typelink/]
list.php?tid=~id~
改成
~typelink~
list.php?tid={dede:field name='id'/}
改成
{dede:field.typeurl/}
view.php?aid=[field:id/]
改成
[field:arcurl/]
[field:litpic/]或者[field:picname]
都改成
[field:global.cfg_basehost/][field:litpic/]
[field:image/]
改成
图片集的[field:imgsrc/]
改成
[field:global.cfg_basehost/][field:imgsrc/]
{dede:field.body/}
改成
{dede:field.body runphp=yes}
global $cfg_basehost;
$str = @me;
$search = '/(]+>)/is';
$search1 = '/(]+>)/is';
$search2 = '#()#i';
$search3 = '#()#i';
$content = preg_replace($search,'$1$3',$str);
$content = preg_replace($search1,'$1$3',$content);
$content = preg_replace($search2,'$1$2',$content);
$content = preg_replace($search3,'$1$2',$content);
@me = str_replace('/uploads/', $cfg_basehost.'/uploads/', $content);
{/dede:field.body}
栏目内容标签
{dede:field.content/}
改成
{dede:field.content runphp=yes}
global $cfg_basehost;
$str = @me;
$search = '/(]+>)/is';
$search1 = '/(]+>)/is';
$search2 = '#()#i';
$search3 = '#()#i';
$content = preg_replace($search,'$1$3',$str);
$content = preg_replace($search1,'$1$3',$content);
$content = preg_replace($search2,'$1$2',$content);
$content = preg_replace($search3,'$1$2',$content);
@me = str_replace('/uploads/', $cfg_basehost.'/uploads/', $content);
{/dede:field.content}
5、电脑站模板跳转代码
index.htm 电脑站首页模板
list_xxx.htm 电脑站列表页模板
article_xxx.htm 电脑站内容页模板
插件下载
Pbootcms问题解决
请点击在线联系我们【点击咨询解决问题】 如果您有任何Pbootcms问题,我们将免费为您写解决教程!