首页 > CMS > 织梦DEDE > 正文

最新出炉织梦DEDECMS手机端静态、伪静态标签修改对照表

2024-07-12 08:50:12
字体:
来源:转载
供稿:网友
这篇文章主要为大家详细介绍了最新出炉织梦DEDECMS手机端静态、伪静态标签修改对照表,具有一定的参考价值,感兴趣的小伙伴们可以参考一下,有需要的朋友可以收藏方便以后借鉴。

你可以按照下面的方法修改你的手机模板

css、js、images 改成绝对路径,例如 assets/css/ 改成 /assets/css/

index.php 改成 {dede:global.cfg_mobile/}


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:global.cfg_basehost/][field:litpic/]


[field:image/] 改成 <img src="[field:global.cfg_basehost/][field:litpic/]">


上一页标签 

{dede:prenext get=’pre’/}

改成


{dede:prenext get=pre runphp=yes}$preurl = @me;preg_match('/aid=(d*)/',$preurl,$match);$result = GetOneArchive($match[1]);@me = !empty($result) ? "上一篇:<a href="/m{$result['arcurl']}">{$result['title']}</a>" : "上一篇:没有了";{/dede:prenext}

下一页标签

 {dede:prenext get=’next’/}

改成

{dede:prenext get=next runphp=yes}$preurl = @me;preg_match('/aid=(d*)/',$preurl,$match);$result = GetOneArchive($match[1]);@me = !empty($result) ? "下一篇:<a href="/m{$result['arcurl']}">{$result['title']}</a>" : "下一篇:没有了";{/dede:prenext}

文章内容

 {dede:field.body/}

改成

{dede:field.body runphp=yes}global $cfg_basehost;$str = @me;$search = '/(<img.*?)width=(["/'])?.*?(?(2)/2|/s)([^>]+>)/is';$search1 = '/(<img.*?)height=(["/'])?.*?(?(2)/2|/s)([^>]+>)/is';$search2 = '#(<img.*?style=".*?)width:/d+px;([^"]*?.*?>)#i';$search3 = '#(<img.*?style=".*?)height:/d+px;([^"]*?.*?>)#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 = $content;@me = str_replace('/uploads/allimg/', $cfg_basehost.'/uploads/allimg/', $content);{/dede:field.body}

栏目内容

{dede:field.content/}

改成

{dede:field.content runphp=yes}global $cfg_basehost;$str = @me;$search = '/(<img.*?)width=(["/'])?.*?(?(2)/2|/s)([^>]+>)/is';$search1 = '/(<img.*?)height=(["/'])?.*?(?(2)/2|/s)([^>]+>)/is';$search2 = '#(<img.*?style=".*?)width:/d+px;([^"]*?.*?>)#i';$search3 = '#(<img.*?style=".*?)height:/d+px;([^"]*?.*?>)#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 = $content;@me = str_replace('/uploads/allimg/', $cfg_basehost.'/uploads/allimg/', $content);{/dede:field.content}

好了,完成了,有问题请留言。如果伪静态不正常,请继续看下面,如果正常。下面就不用看了。

以上就是最新出炉织梦DEDECMS手机端静态、伪静态标签修改对照表的全部内容,希望对大家的学习和解决疑问有所帮助,也希望大家多多支持武林网。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表