1

(5 replies, posted in PunBB 1.3 extensions)

After migration from other forum system all old topic have first_post_id and this is the problem.

2

(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

(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

Any changes in this topic?

How to access to the $item['description'] of last post(!) from $item['title'] thread?