<?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: Turning profile.php into a blog (sort of)</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Turning profile.php into a blog (sort of)</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 14:32:05 +0000</pubDate>

<item>
<title>deeperstillwatersrun on "Turning profile.php into a blog (sort of)"</title>
<link>http://bbpress.org/forums/topic/turning-profilephp-into-a-blog-sort-of#post-1806</link>
<pubDate>Fri, 01 Dec 2006 03:26:49 +0000</pubDate>
<dc:creator>deeperstillwatersrun</dc:creator>
<guid isPermaLink="false">1806@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Worked great. Thanks a lot.
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Turning profile.php into a blog (sort of)"</title>
<link>http://bbpress.org/forums/topic/turning-profilephp-into-a-blog-sort-of#post-1722</link>
<pubDate>Wed, 29 Nov 2006 20:22:57 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">1722@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;try this&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;the_content&#38;quot;&#38;gt;&#60;br /&#62;
&#38;lt;?php $blogposts = get_thread( $topic-&#38;gt;topic_id); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php echo $blogposts[0]-&#38;gt;post_text; ?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>deeperstillwatersrun on "Turning profile.php into a blog (sort of)"</title>
<link>http://bbpress.org/forums/topic/turning-profilephp-into-a-blog-sort-of#post-1696</link>
<pubDate>Wed, 29 Nov 2006 12:56:03 +0000</pubDate>
<dc:creator>deeperstillwatersrun</dc:creator>
<guid isPermaLink="false">1696@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'd like to change the profile page to look more like a blog, so I want to have the user's info on the left and the topics that they've started listed down the right complete with text and a link to the topic to read the comments (replies). Right now I'm stuck on how to show the text of the topic post. Here's what I've got so far:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;?php foreach ($threads as $topic) : ?&#38;gt;&#60;br /&#62;
 &#38;lt;div class=&#38;quot;post&#38;quot;&#38;gt;&#60;br /&#62;
  &#38;lt;h2 class=&#38;quot;posttitle&#38;quot;&#38;gt;&#60;br /&#62;
   &#38;lt;a href=&#38;quot;&#38;lt;?php topic_link(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php topic_title(); ?&#38;gt;&#38;lt;/a&#38;gt;&#60;br /&#62;
  &#38;lt;/h2&#38;gt;&#60;br /&#62;
  &#38;lt;p class=&#38;quot;postmeta&#38;quot;&#38;gt;&#38;lt;?php printf(__(&#38;#39;posted %s ago&#38;#39;), get_topic_start_time()); ?&#38;gt;&#60;br /&#62;
  &#38;lt;div class=&#38;quot;the_content&#38;quot;&#38;gt;&#60;br /&#62;
   &#38;lt;?php post_text(); ?&#38;gt;&#60;br /&#62;
  &#38;lt;/div&#38;gt;&#60;br /&#62;
 &#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php endforeach; ?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
but post_text() just returns the text of the first topic for all the topics, instead of each topic showing the text that it's supposed to.&#60;br /&#62;
Thanks for any help...&#60;br /&#62;
(by topic, I mean the first post of a thread - just so we're clear)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
