After migration from other forum system all old topic have first_post_id and this is the problem.
2 2009-10-26 17:41
Re: Extern.php SQL (5 replies, posted in PunBB 1.3 extensions)
It doesn't work properly at my forum. This is my forum http://forum.supermoto.pl and you can try. Some new posts are not included in extern file and thats the reason.
3 2009-10-25 13:56
Topic: Extern.php SQL (5 replies, posted in PunBB 1.3 extensions)
Hello,
I want print via extern.php last 10 posts with their subjects but i dont know how to implement this sql queries.
select id, (select subject from topics where id = topic_id) from posts where id > ((SELECT MAX(id) from posts) - 10)
After execution this SQL we get 10 last subjects and last post ids. If someone could translate it to extern.php style it would be great ;-)
Regards
4 2009-10-13 17:43
Re: extern.php like punbb.org (3 replies, posted in PunBB 1.3 troubleshooting)
Any changes in this topic?
How to access to the $item['description'] of last post(!) from $item['title'] thread?