SOLVED Similar Topic Only From Current Forum?


Subject: Similar Topic Only From Current Forum?
Hello,

Could anyone help me to understanding or how can i do that the block "similar topics" only shows similar topics from current forum?

Example:

If i am reading a topic in the forum "General suport" the block "Similar topics" only show topics from the forum General suport, and not from all forums....

Thanks you.

Subject: Re: Similar Topic Only From Current Forum?
There is no switch for this feature.

Currently the only way is edit the similar topics sql.

You can try something like this:

OPEN viewtopic.php
FIND
Code: [Download] [Hide] [Select]
if ($forums_auth_sql != '')
{
$forums_auth_sql = ' AND t.forum_id IN (' . $forums_auth_sql . ') ';
}

REPLACE WITH
Code: [Download] [Hide] [Select]
$forums_auth_sql = ' AND t.forum_id = ' . $forums_id . ' ';

Subject: Re: Similar Topic Only From Current Forum?
Thanks you very much for your help MG!!!!

Only a little correction: forums_id is forum_id and whit this run well.

OPEN viewtopic.php
FIND
Code: [Download] [Hide] [Select]
if ($forums_auth_sql != '')
{
$forums_auth_sql = ' AND t.forum_id IN (' . $forums_auth_sql . ') ';
}

REPLACE WITH
Code: [Download] [Hide] [Select]
if ($forums_auth_sql != '')
{
$forums_auth_sql = ' AND t.forum_id IN (' . $forum_id . ') ';
}



Now the similar topics is more similar.... :mrgreen:

Example:
http://www.portalanunciosgratis.com...rio-vt8068.html


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.143s (PHP: 12% SQL: 88%)
SQL queries: 13 - Debug Off - GZIP Enabled