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