related threads
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 »

Messages In This Thread
related threads - isoka - 03-20-2013, 06:36 AM
RE: related threads - Seabody - 03-20-2013 03:00 PM

 Standard Tools
Forum Jump: