两步让SS收录DISCUZ的所有帖子

SupeSite收录论坛帖子时,有时候可真不听话,任你如何设置,如何更新缓存,就是不收录。郁闷好的很。

现在你只需要在DISCUZ后台,工具→数据库,升级→运行以下SQL语句就可以轻松的让SupeSite收录论坛帖子了。

UPDATE `cdb_forumfields` SET `supe_pushsetting` = ‘a:2:{s:6:”status”;s:1:”1″;s:6:”filter”;a:4:{s:5:”views”;s:0:””;s:7:”replies”;s:0:”
“;s:6:”digest”;s:1:”0″;s:12:”displayorder”;s:1:”0″;}}’ ;

如果你想将以前的老帖子也收录过来,那么再此运行这一段语句。

update cdb_threads set supe_pushstatus=’1′;

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>