xthreads error
1master1 Offline
Member
***
Posts: 232
Joined: Oct 2010
Post: #24
RE: xthreads error
this is the code causing the error from xt_forumdhooks.php


Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
function xthreads_forumdisplay_dbhook(&$s, &$db) {
            global $threadfield_cache, $fid, $plugins, $threadfields;
            //if(empty($threadfield_cache)) return;
            
            $fields = '';
            foreach($threadfield_cache as &$v)
                $fields .= ', tfd.`'.$v['field'].'` AS `xthreads_'.$v['field'].'`';
            
            $s = strtr($s, array(
                'SELECT t.*, ' => 'SELECT t.*'.$fields.', ',
                'WHERE t.fid=' => 'LEFT JOIN `'.$db->table_prefix.'threadfields_data` tfd ON t.tid=tfd.tid WHERE t.fid=',
            ));
            $plugins->add_hook('forumdisplay_thread', 'xthreads_forumdisplay_thread');
            $threadfields = array();
        }

02-16-2011 09:10 PM
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: