Quote:
Originally Posted by NolF
Damn this thing is great  been playing with it for he last day or so. It's so damn great in every aspect
I got one problem, I don't seem to be able to use $thread[preview] code  I use it but returns and empty result where it should give a preview of the threads content 
<a href=... title="' . $thread[preview] . '"
if anyone can help me wioth that it would be great ^^
Note: I'm using kenmeth's enhancement
|
make sure in the query string that post.pagetext AS preview is part of it...
PHP Code:
SELECT $rtrating_fields thread.threadid, thread.title, thread.replycount, postusername, postuserid, thread.dateline AS postdateline, IF(views <= thread.replycount, thread.replycount+1, views) AS views, thread.lastposter, thread.lastpost, thread.lastpostid, pollid, thread.forumid, thread.open, sticky, post.pagetext AS preview