Topic: extern.php Add poster and date post (Last post)

Hello

I use extern.php for last post in my index of website but i want "USER" AND "DATE POSTED" with subject

Example :

Topic 1 xxxx xxxx xxxx xxxx Posted by toto (15/08/2009)
Topic 2 xxxx xxxx xxxx xxxx Posted by ttiti (15/08/2009)
Topic 3 xxxx xxxx xxxx xxxx Posted by tata (15/08/2009)
Topic 4 xxxx xxxx xxxx xxxx Posted by toto (15/08/2009)
Topic 5 xxxx xxxx xxxx xxxx Posted by max (15/08/2009)
Topic 6 xxxx xxxx xxxx xxxx Posted by Simon (15/08/2009)
Topic 7 xxxx xxxx xxxx xxxx Posted by tRobert (15/08/2009)

Re: extern.php Add poster and date post (Last post)

You want to look at viewforum.php and add a few of the DB returns.

Sorry. Unactive due to personal life.

Re: extern.php Add poster and date post (Last post)

Hello

No 
i want add to extern.php POSTER andDATE OF POST

Re: extern.php Add poster and date post (Last post)

help smile

Re: extern.php Add poster and date post (Last post)

If you use HTML output, edit the line 272 of <FORUM_ROOT>/extern.php. It should look like:

echo '<li><a href="'.$item['link'].'" title="'.forum_htmlencode($item['title']).'">Topic '.$subject_truncated.'</a> Posted by '.$item['author']['name'].' ('.gmdate('d/m/Y', $item['pubdate']).')</li>'."\n";

Re: extern.php Add poster and date post (Last post)

Thank !

Very good !