-
園林綠化景觀建設類網站...
-
LED顯示屏中英雙外貿類網...
-
水上樂園設備類網站織夢...
-
攝影拍攝短視頻類網站織...
-
APP應用程序官網類網站織...
-
環保設備研發制造類網站...
-
園林景觀設計類網站織夢...
-
灶具電器設備類網站織夢...
-
汽車配件類網站織夢模板...
-
網站建設營銷類網站織夢...
-
道路護欄交通設施類網站...
-
新媒體自媒體運營資訊類...
-
辦公學習教程資訊類網站...
-
中藥藥材百科資訊類網站...
-
潮流資訊信息類網站織夢...
-
農業機械設備類網站織夢...
-
環保電動掃地車類網站織...
-
車輛機油工業潤滑油類網...
-
水性工業漆類企業網站織...
-
企業公司行業通用類網站...
大部分織夢CMS手機站都是自適應的,這樣圖片就不能有寬高限制,我們添加文章圖片時很多時候都會有width height style這些屬性在里面,在手機站上要把它們清除并且讓圖片和附件都使用上絕對路徑,又不能影響電腦站的,不修改程序內核文件,我們可以在手機版內容頁模板里,
把手機站內容頁模板把調用文章內容的標簽,找到
{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:\s{0,}\d+px;([^"]*?.*?>)#i';$search3 = '#(<img.*?style=".*?)height:\s{0,}\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 = str_replace('/uploads/', $cfg_basehost.'/uploads/', $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:\s{0,}\d+px;([^"]*?.*?>)#i';$search3 = '#(<img.*?style=".*?)height:\s{0,}\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 = str_replace('/uploads/', $cfg_basehost.'/uploads/', $content);{/dede:field.content}




