PDA


View Full Version : CMPS Can't show Forum and Latest Topics on the same page


george bray
05-30-2004, 01:45 AM
I've got the portal wrapping around the forum pages I want, using exactly the include example in the manual.

But I cannot have my Custom Page module and the Latest Forum Topics at the same time. If I do, only the topics show and not the forum. This happens no matter where I put the Latest Topics, left, right, middle, above or below the Custom Page Content.

www.ourtv.net.au

thanks!

Brian
05-30-2004, 12:03 PM
In your modules/latesttopics.php file look for:

unset($thread, $threadbits, $foruminfo['allowratings'], $query, $inforums);

Replace that with:

unset($thread, $threadbits, $foruminfo, $query, $inforums);

And that should fix the problem. :)

george bray
06-01-2004, 11:34 AM
And that should fix the problem. :)
And it did! mucho thanko Brian!

tpr
09-12-2004, 03:45 PM
In your modules/latesttopics.php file look for:

unset($thread, $threadbits, $foruminfo['allowratings'], $query, $inforums);

Replace that with:

unset($thread, $threadbits, $foruminfo, $query, $inforums);

And that should fix the problem. :)

sadly i already did that and the problem still presists