dedeCMS 两个站共用同一个数据库 图片路径统一

1 。  在 /include/extend.fun.php 中增加方法:

function replaceurl($newurl){
    $newurl=str_replace('src="/uploads','src="http://www.tongbu.com/uploads',$newurl);
    return $newurl;     
}

2. 在模板中使用:

{dede:field.body function='replaceurl(@me)'/}

1

猜你喜欢

转载自www.cnblogs.com/Skate0rDie/p/11430294.html