Topic: how do I integrate posts on another page
hi there
I am new to PunBB , so far I love it. Have already easily customized a style.
I want to show posts on other pages of my website.
I want to know how to do 2 things.
1. show all posts in a particular category.
2. show one particular post (by ID )
I have my test page working ok it includes the following php code, and displays my user name
define('PUN_TURN_OFF_MAINT', 1);
define('PUN_QUIET_VISIT', 1);
define('PUN_ROOT', './forum/');
require PUN_ROOT.'include/common.php';
echo pun_htmlspecialchars($pun_user['username']);
I am assuming I use $db , but I want to know if there are any shortcuts, or do I have to create sql calls and do it all manually.
I tried searching this forum and other forums, but could not find this specifically, if it is posted somewhere else could someone show me the link?
I don't want the miniportal, as that is overkill for my needs.
thanks
Johnny