1

Topic: extern.php like punbb.org

Hi,

I know the extern.php can display alot of stuff but I can only see how it displays the topic?

I want to have just like the punbb.org website

This is a topc
This is the message it self...bla bla bla
posted date | comments

next message...and so forth...can it be done with extern.php or must I do the rest with php/mysql code?

Re: extern.php like punbb.org

Yes, you need to modify the code of extern.php. The feature you've described can be implemented as an extension. Add an extension request, please.

Re: extern.php like punbb.org

You can display the date along with the title by placing the following in extern.php where you want the date to show:

'.gmdate('m.d.y', $item['pubdate']).'

You can reformat the date, I used m.d.y

Hope that will help some

4

Re: extern.php like punbb.org

Any changes in this topic?

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