Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Wont show up with "Recent Threads On Index"
ollie2015 Offline
Member
***
Posts: 90
Joined: Jan 2015
Post: #3
RE: Wont show up with "Recent Threads On Index"
Quote:$query = $db->query("
            SELECT t.*, u.username AS userusername, u.usergroup, u.displaygroup, u.avatar as threadavatar, u.avatardimensions as threaddimensions, lp.usergroup AS lastusergroup, lp.avatar as lastavatar, lp.avatardimensions as lastdimensions, lp.displaygroup as lastdisplaygroup
            FROM ".TABLE_PREFIX."threads t
            LEFT JOIN ".TABLE_PREFIX."users u ON (u.uid=t.uid)
            LEFT JOIN ".TABLE_PREFIX."users lp ON (t.lastposteruid=lp.uid)
            WHERE 1=1 $where AND t.visible > {$approved} {$unsearchableforumssql} {$ignoreforums}
            ORDER BY t.lastpost DESC
            LIMIT $threadlimit
        ");

how can the custom plugin call the data? from which table?

cheers
02-01-2015 12:17 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Wont show up with "Recent Threads On Index" - ollie2015 - 02-01-2015 12:17 AM

 Standard Tools
Forum Jump: