分享后出现的错误信息:connect_feed_iam#巨富财经网#connect_feed_published_thread中午吃点什么呢?你们到中午吃饭的时候发愁吗? http://url.cn/5ntAwE
分享后应该出现的正确信息:我在#巨富财经网#发布了,中午吃点什么呢?你们到中午吃饭的时候发愁吗? http://url.cn/5ntAwE
找到目录文件下的connect_feed.php文件。
\source\plugin\qqconnect\connect\connect_feed.php
找到这段代码
(这段代码是我改好的)
$_t_content = lang('plugin/qqconnect', ' 我在');
$_t_content .= '#' . cutstr($_G['setting']['bbname'], 20,'') . '#';
$_t_content .= lang('plugin/qqconnect', '发布了: ', array('subject' => cutstr($thread['subject'], 120)));
$_t_content .= cutstr(strip_tags($html_content), 80);
$_t_content .= ' ' . $url;
在未改前是这样的:
$_t_content = lang('plugin/qqconnect', ' connect_feed_iam');
$_t_content .= '#' . cutstr($_G['setting']['bbname'], 20,'') . '#';
$_t_content .= lang('plugin/qqconnect', 'connect_feed_published_thread ', array('subject' => cutstr($thread['subject'], 120)));
$_t_content .= cutstr(strip_tags($html_content), 80);
$_t_content .= ' ' . $url;
如果你看了我的帖子,感觉我的帖子对你有用,请您给我回个贴,表示对我的尊重!也是我以后发帖的动力!
|