related threads
isoka Offline
Junior Member
**
Posts: 11
Joined: Mar 2013
Post: #1
Rolleyes related threads
hi ! i ask if you know a plug in that show  related threads of other forum or category.

Because default setting only show threads in the same forum
03-20-2013 06:36 AM
Find all posts by this user Quote this message in a reply
Seabody Offline
Member
***
Posts: 54
Joined: Aug 2012
Post: #2
RE: related threads
Try opening up showthread.php in a text editor. Find (around line 984):

PHP Code:
WHERE t.fid='{$thread['fid']}' AND t.tid!='{$thread['tid']}' AND t.visible='1' AND t.closed NOT LIKE 'moved|%' AND t.subject @@ query


Remove:

PHP Code:
t.fid='{$thread['fid']}' AND


It should look like this:

PHP Code:
WHERE t.tid!='{$thread['tid']}' AND t.visible='1' AND t.closed NOT LIKE 'moved|%' AND t.subject @@ query


Not Tested

03-20-2013 03:00 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: