Topic: Last articles script
I am looking for script who will show last articles from my punbb forum to my index page of the web site.Help me
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Last articles script
I am looking for script who will show last articles from my punbb forum to my index page of the web site.Help me
Have you been on Punres.org?
You can use PHP Include:
* Show the 15 most recently active topics from all forums: include('http://host.com/forums/extern.php?action=active');
* Show the 10 newest topics from forums with ID 5, 6 and 7: include('http://host.com/forums/extern.php?action=new&show=10&fid=5,6,7');
* Show users online: include('http://host.com/forums/extern.php?action=online');
* Show users online with full listing of users: include('http://host.com/forums/extern.php?action=online_full');
* Show board statistics: include('http://host.com/forums/extern.php?action=stats');
link?
PunBB Forums → PunBB 1.2 troubleshooting → Last articles script
Powered by PunBB, supported by Informer Technologies, Inc.