<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Support Forums Topic: Add a "last poster" column in the listing of forums</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Topic: Add a "last poster" column in the listing of forums</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 22:15:42 +0000</pubDate>

<item>
<title>_ck_ on "Add a "last poster" column in the listing of forums"</title>
<link>http://bbpress.org/forums/topic/add-a-last-poster-column-in-the-listing-of-forums#post-17696</link>
<pubDate>Sun, 27 Jul 2008 06:41:40 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17696@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've now made this into a full plugin:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/forum-last-poster/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/forum-last-poster/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Once you install it, you'll be able to use your code above, but change the part of the function that says &#60;code&#62;topic&#60;/code&#62; to &#60;code&#62;forum&#60;/code&#62;, ie.  &#60;code&#62;forum_time()&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Add a "last poster" column in the listing of forums"</title>
<link>http://bbpress.org/forums/topic/add-a-last-poster-column-in-the-listing-of-forums#post-17693</link>
<pubDate>Sun, 27 Jul 2008 00:07:17 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17693@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;topic_time is meant to be used in topic loop, not a forum loop so it doesn't know the last topic id.&#60;/p&#62;
&#60;p&#62;You could get around this by passing the last topic id in the topic_time however you'd have to do a custom query to determine the last topic in a forum, as it's not stored/available by default.&#60;/p&#62;
&#60;p&#62;I think I'm going to make this into a plugin  &#34;forum_last_poster&#34;&#60;/p&#62;
&#60;p&#62;update: I seem to have finally made it work!
&#60;/p&#62;</description>
</item>
<item>
<title>csseur3 on "Add a "last poster" column in the listing of forums"</title>
<link>http://bbpress.org/forums/topic/add-a-last-poster-column-in-the-listing-of-forums#post-17586</link>
<pubDate>Wed, 23 Jul 2008 17:30:59 +0000</pubDate>
<dc:creator>csseur3</dc:creator>
<guid isPermaLink="false">17586@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello, i try this in front-page.php:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;tr&#38;lt;?php bb_forum_class(); ?&#38;gt;&#38;gt;&#60;br /&#62;
	&#38;lt;td&#38;gt;&#38;lt;?php bb_forum_pad( '&#38;lt;div class=&#34;nest&#34;&#38;gt;' ); ?&#38;gt;&#60;a&#62;&#34;&#38;gt;&#38;lt;?php forum_name(); ?&#38;gt;&#60;/a&#62;&#38;lt;small&#38;gt;&#38;lt;?php forum_description(); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;?php bb_forum_pad( '&#38;lt;/div&#38;gt;' ); ?&#38;gt;&#38;lt;/td&#38;gt;&#60;br /&#62;
	&#38;lt;td class=&#34;num&#34;&#38;gt;&#38;lt;?php forum_topics(); ?&#38;gt;&#38;lt;/td&#38;gt;&#60;br /&#62;
	&#38;lt;td class=&#34;num&#34;&#38;gt;&#38;lt;?php forum_posts(); ?&#38;gt;&#38;lt;/td&#38;gt;&#60;br /&#62;
	&#38;lt;td class=&#34;num&#34;&#38;gt;&#38;lt;?php topic_last_poster(); ?&#38;gt;, il y a &#60;a&#62;&#34;&#38;gt;&#38;lt;?php topic_time(); ?&#38;gt;&#60;/a&#62;&#38;lt;/td&#38;gt;&#60;br /&#62;
&#38;lt;/tr&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;but the &#60;a&#62;&#34;&#38;gt;&#38;lt;?php topic_time(); ?&#38;gt; show me all time the date of the first post, in all the forum themes ... Why?&#60;/p&#62;
&#60;p&#62;bye&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
