Topic: Extern - show topics

Hi to all...

Is it possible to show topics with extern.php on index page like this:

forum with id 1, id 2, id 3
show 5 recently topics

forum with id 4
show 5 recently topics

forum with id 5
show 5 recently topics

I'm using Punbb 1.1.5 (http://www.grincajg.net/forum) and php include, code:

<?
$_GET['action'] = 'new';
$_GET['show'] = '10';
include("forum/extern.php");
?>

I allready had problems with using extern.php, it didn't won't to show the topics by using classic include('http://host.com/forums/extern.php?action=active');

any idea?
tnx

Re: Extern - show topics

In 1.1.5 you can specify one forum from which topics will be displayed. You do this via the fid parameter. However, in order to display topics from more than one forum (apart from all forums that is), you need to upgrade to 1.2.

"Programming is like sex: one mistake and you have to support it for the rest of your life."