I got no thumbs. I get this when I run debug...
"perpage = 10
galrows = 5
galcols = 2
gallerypage = Image Gallery
gallerytitle = Image Gallery
SELECT COUNT(*) as thumbs FROM post LEFT JOIN thumb ON post.attachmentid=thumb.attachmentid LEFT JOIN thread on post.threadid=thread.threadid WHERE post.attachmentid AND post.visible=1 AND thumb.attachmentid IS NOT NULL
Total thumbs: 259
SELECT thumb.attachmentid, post.postid, post.title FROM post LEFT JOIN thumb ON post.attachmentid=thumb.attachmentid LEFT JOIN thread on post.threadid=thread.threadid WHERE post.attachmentid AND post.visible=1 AND thumb.attachmentid IS NOT NULL ORDER BY thread.forumid, post.dateline DESC LIMIT 0,10
Row: 0, Col: 0
Row: 0, Col: 1
Row: 1, Col: 0
Row: 1, Col: 1
Row: 2, Col: 0
Row: 2, Col: 1
Row: 3, Col: 0
Row: 3, Col: 1
Row: 4, Col: 0
Row: 4, Col: 1
"
|