I will be happy when you really publish this modification, it will be very helpfullXabi wrote:I have developed a very good Similar Topics mod, based on another one, which is giving me really great and relevant results, with no performance loss. I'll publish it in a while.
same problem heretuananhxp_art wrote:I have problem with this mod
Image not show when creat new topic
Incorrect URL, my site url is tudo404.info/forum/styles/td-404/imageset but when check similar topic image show is tudo404.info/styles/td-404/imageset
How to fix? Thanks
Sorry my english not well
Code: Select all
ALTER TABLE `phpbb_topics` ADD FULLTEXT (`topic_title`);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('similar_stopwords',1);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('similar_ignore_forums_ids','');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('similar_sort_type','relev');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('similar_max_topics',5);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('similar_topics_posting',1);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('similar_topics_viewtopic',1);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('similar_topics_min_amount_words_viewtopic', 0);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('similar_topics_min_amount_words_posting', 0);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('similar_topics_min_relevance', 0);
Code: Select all
<!-- IF .similar -->
<div class="panel <!-- IF S_NEW_TOPIC -->bg2 <!-- ENDIF -->">