3:开启--> (是/否)支持多站点,开启此项后附件、栏目连接、arclist内容启用绝对网址
实现DEDE手机站点和移动站点数据库同步的时候会出现图片调用的路径问题,现在可以轻松解决开启图片绝对地址,两个站点都可以调用。
4:手机模板修改CSS、JS等调用路径,给添加绝对地址,如下图所示。
5:PC模板修改识别代码中跳转路径。
由原来的:
<meta http-equiv="mobile-agent" content="format=xhtml;url={dede:global.cfg_mobileurl/}/index.php"> |
<meta http-equiv="mobile-agent" content="format=xhtml;url={dede:global.cfg_wap/}/index.php"> |
$fileurl = $activepath.'/'.$filename; |
$fileurl = $cfg_cmsurl.$activepath.'/'.$filename; |
function replaceurl($newurl){$newurl=str_replace('src="/uploads/allimg/','src="http://你的域名/uploads/allimg/',$newurl);return $newurl;} |
需要改成:
{dede:field.body function='replaceurl(@me)'/} |
本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!