mcahill |
01-30-2009 02:46 PM |
The problem is a variable that isn't set called $lastpostinfo2
Find:
PHP Code:
SELECT $votequery $previewfield
thread.lastpostid, thread.threadid, thread.postusername , thread.title AS threadtitle, thread.forumid, pollid, open, replycount, postusername, postuserid, thread.iconid AS threadiconid,
[COLOR="Red"]$lastpost_info2, [/COLOR]thread.dateline, IF(views<=replycount, replycount+1, views) AS views, notes, thread.visible, sticky, votetotal, thread.attach,
And remove the text highlighted in red, "$lastpost_info2, " and it will work - I have it on my 3.8.1 test site and it's working fine. My version is highly customized, otherwise I'd upload it for you folks.
Just remove that bit of code. My query may be slightly different than what is in the stock plugin.
|