PhpWind教程:附件转移后!原先上传的附件地址怎么改?!_PhpWind教程

编辑Tag赚U币
教程Tag:暂无Tag,欢迎添加,赚取U币!

比如在原来论坛上传了一幅图片,可以正常显示。论坛附件全搬到另一个服务器后,使用远程附件后,就不能显示了。在帖子里面图片的地址是原来论坛附件存放的地址,要怎么改 让附件地址指向远程附件的地址?

解决方法:
global.php里找到 function footer(){
    $output
        );
    } else {
        $output = str_replace(array('','',substr(R_P,0,-1)),'',$output);
    }

下加

$output = str_replace('http://www.phpwind.net/attachment','http://img.phpwind.net/attachment',$output);

就行了
这里的地址"http://www.phpwind.net"改成你的论坛地址即可。

查看更多 PhpWind教程  PhpWind模板风格

来源:Phpwind//所属分类:PhpWind教程/更新时间:2012-06-06
相关PhpWind教程