Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Full Content of Most Recent Post on Front-Page?

Ow I forgot the forum_id…

K I now have this in frontpage.php:

<?php

$forum_id = 1;

$topics = $bbdb->get_results(“SELECT * FROM $bbdb->topics WHERE forum_id = $forum_id ORDER BY topic_time DESC LIMIT 0,10”) ?>

This takes away the error but doesn’t display anything either..

Greetz The Noob :)

Skip to toolbar