<?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: Suggestions for profile.php</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Suggestions for profile.php</description>
<language>en</language>
<pubDate>Sat, 06 Sep 2008 16:23:16 +0000</pubDate>

<item>
<title>AphelionZ on "Suggestions for profile.php"</title>
<link>http://bbpress.org/forums/topic/suggestions-for-profilephp#post-788</link>
<pubDate>Mon, 30 Oct 2006 04:22:24 +0000</pubDate>
<dc:creator>AphelionZ</dc:creator>
<guid isPermaLink="false">788@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;peiqinglon,&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/5?replies=4&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/5?replies=4&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>peiqinglong on "Suggestions for profile.php"</title>
<link>http://bbpress.org/forums/topic/suggestions-for-profilephp#post-787</link>
<pubDate>Mon, 30 Oct 2006 03:48:15 +0000</pubDate>
<dc:creator>peiqinglong</dc:creator>
<guid isPermaLink="false">787@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How did you get img tags to work inside bbpress?
&#60;/p&#62;</description>
</item>
<item>
<title>nolageek on "Suggestions for profile.php"</title>
<link>http://bbpress.org/forums/topic/suggestions-for-profilephp#post-749</link>
<pubDate>Sun, 29 Oct 2006 05:13:03 +0000</pubDate>
<dc:creator>nolageek</dc:creator>
<guid isPermaLink="false">749@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;my damn dns servers are being flakey.  forgive the website, circa 1994.
&#60;/p&#62;</description>
</item>
<item>
<title>nolageek on "Suggestions for profile.php"</title>
<link>http://bbpress.org/forums/topic/suggestions-for-profilephp#post-748</link>
<pubDate>Sun, 29 Oct 2006 05:10:03 +0000</pubDate>
<dc:creator>nolageek</dc:creator>
<guid isPermaLink="false">748@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://overnights.org&#34; rel=&#34;nofollow&#34;&#62;http://overnights.org&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>AphelionZ on "Suggestions for profile.php"</title>
<link>http://bbpress.org/forums/topic/suggestions-for-profilephp#post-741</link>
<pubDate>Sun, 29 Oct 2006 03:35:24 +0000</pubDate>
<dc:creator>AphelionZ</dc:creator>
<guid isPermaLink="false">741@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What is your forum URL... I'd like to log in and see your treatment?
&#60;/p&#62;</description>
</item>
<item>
<title>nolageek on "Suggestions for profile.php"</title>
<link>http://bbpress.org/forums/topic/suggestions-for-profilephp#post-551</link>
<pubDate>Thu, 26 Oct 2006 13:03:33 +0000</pubDate>
<dc:creator>nolageek</dc:creator>
<guid isPermaLink="false">551@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Changes I made:&#60;/p&#62;
&#60;p&#62;example: &#60;a href=&#34;http://overnights.org/profile/2&#34; rel=&#34;nofollow&#34;&#62;http://overnights.org/profile/2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;style.css&#60;br /&#62;
&#60;code&#62;#userinfo { margin: 10px 0 5px; width:45%; float:left;}&#60;br /&#62;
#userinfo dt { font-weight: bold; }&#60;br /&#62;
#userinfo dd { margin: 0 0 5px; } &#60;br /&#62;
#useractivity { margin: 10px 0 5px; width:45%; float:right;}&#60;br /&#62;
#useractivity dt { font-weight: bold; }&#60;br /&#62;
#useractivity dd { margin: 0 0 5px; } &#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;profile.php&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;?php bb_profile_data(); ?&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#38;quot;useractivity&#38;quot;&#38;gt;&#60;br /&#62;
&#38;lt;h3&#38;gt;&#38;lt;?php _e(&#38;#39;User Activity&#38;#39;) ?&#38;gt;&#38;lt;/h3&#38;gt;&#60;br /&#62;
&#38;lt;dt&#38;gt;&#38;lt;?php _e(&#38;#39;Recent Replies&#38;#39;); ?&#38;gt;&#38;lt;/dt&#38;gt;&#60;br /&#62;
&#38;lt;?php if ( $posts ) : ?&#38;gt;&#60;br /&#62;
&#38;lt;?php foreach ($posts as $bb_post) : $topic = get_topic( $bb_post-&#38;gt;topic_id ) ?&#38;gt;&#60;br /&#62;
&#38;lt;dd&#38;gt;&#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; &#38;lt;?php if ( $user-&#38;gt;ID == $bb_current_user-&#38;gt;ID ) _e(&#38;#39;You last replied&#38;#39;); else _e(&#38;#39;User last replied&#38;#39;); ?&#38;gt;: &#38;lt;?php bb_post_time(); ?&#38;gt; ago.&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
if ( strtotime(bb_get_post_time()) &#38;lt; strtotime(get_topic_time()) ) {&#60;br /&#62;
	echo &#38;#39; &#38;lt;span class=&#38;quot;freshness&#38;quot;&#38;gt;&#38;#39;. __(&#38;#39;Most recent reply: &#38;#39;);&#60;br /&#62;
	topic_time();&#60;br /&#62;
	echo &#38;#39; ago.&#38;lt;/span&#38;gt;&#38;#39;;&#60;br /&#62;
} else {&#60;br /&#62;
	echo &#38;#39; &#38;lt;span class=&#38;quot;freshness&#38;quot;&#38;gt;&#38;#39;. __(&#38;#39;No replies since.&#38;#39;) .&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/dd&#38;gt;&#60;br /&#62;
&#38;lt;?php endforeach; ?&#38;gt;&#60;br /&#62;
&#38;lt;?php else : if ( $page ) : ?&#38;gt;&#60;br /&#62;
&#38;lt;?php _e(&#38;#39;No more replies.&#38;#39;) ?&#38;gt;&#60;br /&#62;
&#38;lt;?php else : ?&#38;gt;&#60;br /&#62;
&#38;lt;?php _e(&#38;#39;No replies yet.&#38;#39;) ?&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; endif; ?&#38;gt;&#60;br /&#62;
&#38;lt;dt&#38;gt;&#38;lt;?php _e(&#38;#39;Threads Started&#38;#39;) ?&#38;gt;&#38;lt;/dt&#38;gt;&#60;br /&#62;
&#38;lt;?php if ( $threads ) : ?&#38;gt;&#60;br /&#62;
&#38;lt;?php foreach ($threads as $topic) : ?&#38;gt;&#60;br /&#62;
&#38;lt;dd&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php topic_link(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php topic_title();&#60;br /&#62;
?&#38;gt;&#38;lt;/a&#38;gt; &#38;lt;?php printf(__(&#38;#39;Started %s ago&#38;#39;), get_topic_start_time()) ?&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
if ( strtotime(get_topic_start_time()) &#38;lt; strtotime(get_topic_time()) ) {&#60;br /&#62;
	echo &#38;#39;&#38;lt;span class=&#38;quot;freshness&#38;quot;&#38;gt; &#38;#39;. __(&#38;#39;Most recent reply: &#38;#39;);&#60;br /&#62;
	topic_time();&#60;br /&#62;
	echo &#38;#39; ago.&#38;lt;/span&#38;gt;&#38;#39;;&#60;br /&#62;
} else {&#60;br /&#62;
	echo &#38;#39;&#38;lt;span class=&#38;quot;freshness&#38;quot;&#38;gt; &#38;#39;. __(&#38;#39;No replies.&#38;#39;) .&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/dd&#38;gt;&#60;br /&#62;
&#38;lt;?php endforeach; ?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>nolageek on "Suggestions for profile.php"</title>
<link>http://bbpress.org/forums/topic/suggestions-for-profilephp#post-549</link>
<pubDate>Thu, 26 Oct 2006 12:31:25 +0000</pubDate>
<dc:creator>nolageek</dc:creator>
<guid isPermaLink="false">549@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I see you have a div id (#userinfo) surrounding the user information, but the rest of the user activity is just loose.  Perhaps the User Activity should be a div (#useractivity) around the activity stats and the  stats be dt and dd's, like the User Info is?  (for sake of consistency and predictability.)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
