Topic: I want to integrate the last 10 post
I want to integrate the last 10 post in the forum on my site like the main index not in the forum sidebar can this be done with include or something?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → I want to integrate the last 10 post
I want to integrate the last 10 post in the forum on my site like the main index not in the forum sidebar can this be done with include or something?
have you had a look at extern.php? if not it will do what you want if i recall. it's in your forum root.
have you had a look at extern.php? if not it will do what you want if i recall. it's in your forum root.
Can u explain how I do that like I was 2 years old?
@Dr.Jeckyl: I just had a quick look in extern.php, and I couldn't find an option that allowed you to show the last 10 posts.
From the extern.php file:
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');
Remove the &fid= to show the latest topics from all forums.
He said posts, not topics.
I want to integrate the last 10 post in the forum (...)
Ok
Show the 10 most recently active topics from all forums:
include('http://host.com/forums/extern.php?action=active&show=10');
the last posts
not topics
I don't like the way extern.php is supposed to work. If you have maybe seen SMF's SSI.php you should now what's it supposed to like like.
extern.php must be "includeable" form any directory, and should give the webmaster a choice between returning an array or outputing to the broser.
the last posts
not topics
That's what "active" topics means.
...or do you want the actual text of the posts?
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → I want to integrate the last 10 post
Powered by PunBB, supported by Informer Technologies, Inc.