xthreads error
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #16
RE: xthreads error
(01-12-2011 07:32 PM)1master1 Wrote:  found that the xthread custom field permissions are not synchronizing withe the default mybb permissions.
It's not meant to.

It appears that the join is not being put into your query.
XThreads searches for the WHERE statement and part of it to replace it:

PHP Code:
                'WHERE t.fid=' => 'LEFT JOIN `'.$db->table_prefix.'threadfields_data` tfd ON t.tid=tfd.tid'.$sortjoin.' WHERE t.fid=',

You said you've done some core file edits.  Have you modified this query in forumdisplay.php in any way?

PHP Code:
1
2
3
4
5
6
7
8
9
10
11
    // Start Getting Threads
    $query = $db->query("
        SELECT t.*, p.displaystyle AS threadprefix, {$ratingadd}{$select_rating_user}t.username AS threadusername, u.username
        FROM ".TABLE_PREFIX."threads t
        LEFT JOIN ".TABLE_PREFIX."users u ON (u.uid = t.uid){$select_voting}
        LEFT JOIN ".TABLE_PREFIX."threadprefixes p ON (p.pid = t.prefix)
        WHERE t.fid='$fid' $tuseronly $tvisibleonly $datecutsql2
        GROUP BY t.tid
        ORDER BY t.sticky DESC, {$t}{$sortfield} $sortordernow $sortfield2
        LIMIT $start, $perpage
    ");


My Blog
01-13-2011 09:29 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
xthreads error - 1master1 - 01-06-2011, 02:12 PM
RE: xthreads error - leefish - 01-06-2011, 02:42 PM
RE: xthreads error - 1master1 - 01-07-2011, 03:50 AM
RE: xthreads error - RateU - 01-07-2011, 05:56 AM
RE: xthreads error - leefish - 01-07-2011, 06:35 AM
RE: xthreads error - 1master1 - 01-07-2011, 07:28 AM
RE: xthreads error - RateU - 01-07-2011, 08:23 AM
RE: xthreads error - leefish - 01-07-2011, 08:28 AM
RE: xthreads error - 1master1 - 01-11-2011, 04:37 PM
RE: xthreads error - 1master1 - 01-12-2011, 07:32 PM
RE: xthreads error - RateU - 01-13-2011, 01:56 AM
RE: xthreads error - 1master1 - 01-13-2011, 05:09 AM
RE: xthreads error - RateU - 01-13-2011, 05:23 AM
RE: xthreads error - 1master1 - 01-13-2011, 05:26 AM
RE: xthreads error - RateU - 01-13-2011, 05:46 AM
RE: xthreads error - ZiNgA BuRgA - 01-13-2011 09:29 AM
RE: xthreads error - 1master1 - 01-13-2011, 05:09 PM
RE: xthreads error - ZiNgA BuRgA - 01-13-2011, 07:20 PM
RE: xthreads error - 1master1 - 01-14-2011, 09:15 PM
RE: xthreads error - ZiNgA BuRgA - 01-15-2011, 09:47 AM
RE: xthreads error - 1master1 - 01-15-2011, 06:10 PM
RE: xthreads error - RateU - 01-16-2011, 02:15 AM
RE: xthreads error - 1master1 - 01-16-2011, 03:56 AM
RE: xthreads error - 1master1 - 02-16-2011, 09:10 PM
RE: xthreads error - RateU - 02-17-2011, 01:54 AM
RE: xthreads error - 1master1 - 02-17-2011, 04:35 PM
RE: xthreads error - RateU - 02-18-2011, 03:26 AM
RE: xthreads error - 1master1 - 02-18-2011, 05:02 AM
RE: xthreads error - RateU - 02-18-2011, 05:40 AM
RE: xthreads error - 1master1 - 02-18-2011, 05:41 PM

 Standard Tools
Forum Jump: