Quote:
Yesterday at 09:03 PM KuraFire said this in Post #122
this hack is a standalone, not usable as a portable hack.
If you want to include it, you'll just have to copy - paste the code for JUST THE NEWS stuff only, and hook that up into your non-forum page script.
|
Hmm, well I tried doing that and I got this:
Fatal error: Call to a member function on a non-object in /home/pete/public_html/testindex.php on line 117
The line in question is...
$newsql = $DB_site->query("SELECT t.threadid as tid, t.title as ttitle, t.replycount as treply, t.postusername as user, t.postuserid as userid, t.dateline as dateline, MIN(p.postid) as postid FROM thread t LEFT JOIN post p USING (threadid) WHERE forumid=$newsforum GROUP BY t.threadid ORDER BY t.threadid DESC LIMIT $newslimit");