Destoon · 2018年06月16号 0

destoon6.0关闭新闻资讯外带链接功能

最新没事研究destoon6.0,发现destoon系统默认是关闭新闻资讯外带链接功能,但是你想做一个发外链平台,想把这个功能开启,怎么办?今天我就给大家分享下。

首先,找到根目录下:/module/member/news.class.php,打开后在46行左右:

[code]if($post[‘content’] && isset($post[‘clear_link’]) && $post[‘clear_link’]) $post[‘content’] = clear_link($post[‘content’]);  [/code]

把这行代码注释了,就可以发出外链了,其他模块也是这样。