I had a problem with installing this so needed hack :
the problem occures only on long threads in polls, with error hanging script.
I have vb 3.0.1 with all security patches.
I noticed that my vb hangs in SHOWTHREAD.PHP where GEEK script needs (STEP 5.17 of installation procedure) :
PHP Code:
SELECT filename, filesize, visible, attachmentid, counter, postid, IF(thumbnail_filesize > 0, 1, 0) AS hasthumbnail, thumbnail_filesize
I test on my pc, and this works fine :
PHP Code:
SELECT filename, filesize, visible, attachmentid, counter, postid, IF(thumbnail = '', 0, 1) AS hasthumbnail, LENGTH(thumbnail) AS thumbnailsize, description
Am I right ? Is this correct ? why do I have a 3.0.1 vb that doesn't understand "thumbnail_filesize > 0, 1, 0" ?
Regards