Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Filter Threads By Thread Prefix - MyBB 1.6 Only
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #17
RE: Filter Threads By Thread Prefix - MyBB 1.6 Only
You'll need to modify the query to do that.
Find in showthread.php:

Code:
WHERE t.fid='{$thread['fid']}' AND t.tid!='{$thread['tid']}' AND t.visible='1' AND t.closed NOT LIKE 'moved|%' AND MATCH (t.subject) AGAINST ('".$db->escape_string($thread['subject'])."') >= '{$mybb->settings['similarityrating']}'

And stick a AND t.prefix=<something> type term in there.


My Blog
11-20-2010 07:40 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Filtering Thread By Thread Icon - RateU - 11-06-2010, 03:11 AM
RE: Filter Threads By Thread Prefix - MyBB 1.6 Only - ZiNgA BuRgA - 11-20-2010 07:40 AM

 Standard Tools
Forum Jump: