<?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 Tag: core</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: core</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 03:28:05 +0000</pubDate>

<item>
<title>_ck_ on "SVN procedure for checking out bbPress?"</title>
<link>http://bbpress.org/forums/topic/svn-procedure-for-checking-out-bbpress#post-18739</link>
<pubDate>Thu, 28 Aug 2008 11:43:08 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">18739@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;By the way, for those on a shared linux server without root access (but you have shell access) and want to just install SVN as a client (and not the full blown server function) this is how you do it:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;wget &#60;a href=&#34;http://subversion.tigris.org/downloads/subversion-1.5.1.tar.gz&#34; rel=&#34;nofollow&#34;&#62;http://subversion.tigris.org/downloads/subversion-1.5.1.tar.gz&#60;/a&#62;
wget &#60;a href=&#34;http://subversion.tigris.org/downloads/subversion-deps-1.5.1.tar.gz&#34; rel=&#34;nofollow&#34;&#62;http://subversion.tigris.org/downloads/subversion-deps-1.5.1.tar.gz&#60;/a&#62;

tar -xzvf subversion-1.5.1.tar.gz
tar -xzvf subversion-deps-1.5.1.tar.gz
cd subversion-1.5.1

./configure --prefix=$HOME --without-berkeley-db  --with-ssl --with-editor=/usr/bin/vim  --without-apxs --without-apache
make
make install&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>patung on "SVN procedure for checking out bbPress?"</title>
<link>http://bbpress.org/forums/topic/svn-procedure-for-checking-out-bbpress#post-18685</link>
<pubDate>Tue, 26 Aug 2008 20:16:50 +0000</pubDate>
<dc:creator>patung</dc:creator>
<guid isPermaLink="false">18685@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ah yes, thanks Chris, missed the space and dot. Thanks again.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "SVN procedure for checking out bbPress?"</title>
<link>http://bbpress.org/forums/topic/svn-procedure-for-checking-out-bbpress#post-18684</link>
<pubDate>Tue, 26 Aug 2008 20:11:40 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18684@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think you left off the trailing &#34;[space] dot&#34; that indicates &#34;put it in the current directory&#34; or path.  From the svn help:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;If PATH is omitted, the basename of the URL will be
used as the destination.&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#38;nbsp;&#60;/p&#62;
&#60;p&#62;That means it creates &#34;trunk&#34; for you, which you don't want.&#60;/p&#62;
&#60;p&#62;Just delete the &#60;code&#62;trunk&#60;/code&#62; directory and cd into the forum directory again, and run this whole thing:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;svn co &#60;a href=&#34;http://svn.automattic.com/bbpress/trunk/&#34; rel=&#34;nofollow&#34;&#62;http://svn.automattic.com/bbpress/trunk/&#60;/a&#62; .&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;There is a / then a [space] then a period at the end there.  That will put it into the current directory with no trunk directory being created.
&#60;/p&#62;</description>
</item>
<item>
<title>patung on "SVN procedure for checking out bbPress?"</title>
<link>http://bbpress.org/forums/topic/svn-procedure-for-checking-out-bbpress#post-18682</link>
<pubDate>Tue, 26 Aug 2008 19:49:44 +0000</pubDate>
<dc:creator>patung</dc:creator>
<guid isPermaLink="false">18682@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#34;Just to be sure, I'm starting fresh so I should bash this:&#60;br /&#62;
mkdir forum&#60;br /&#62;
cd /forum&#60;br /&#62;
svn co &#60;a href=&#34;http://svn.automattic.com/bbpress/trunk/&#34; rel=&#34;nofollow&#34;&#62;http://svn.automattic.com/bbpress/trunk/&#60;/a&#62; .&#34;&#60;/p&#62;
&#60;p&#62;___________&#60;/p&#62;
&#60;p&#62;I just did that, it worked, but now what I have is a folder called &#34;trunk&#34; in my /forum/ folder. All the bbpress files are in /forum/trunk/ but I was hoping they would just be in /forum/. So I'm not sure what to do next.&#60;/p&#62;
&#60;p&#62;Sorry I'm entirely new to using svn....
&#60;/p&#62;</description>
</item>
<item>
<title>jonlandrum on "SVN procedure for checking out bbPress?"</title>
<link>http://bbpress.org/forums/topic/svn-procedure-for-checking-out-bbpress#post-5349</link>
<pubDate>Sat, 10 Mar 2007 04:05:11 +0000</pubDate>
<dc:creator>jonlandrum</dc:creator>
<guid isPermaLink="false">5349@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Just to be sure, I'm starting fresh so I should bash this:&#60;br /&#62;
mkdir forum&#60;br /&#62;
cd /forum&#60;br /&#62;
svn co &#60;a href=&#34;http://svn.automattic.com/bbpress/trunk/&#34; rel=&#34;nofollow&#34;&#62;http://svn.automattic.com/bbpress/trunk/&#60;/a&#62; .&#60;/p&#62;
&#60;p&#62;Right? Did I miss anything?&#60;/p&#62;
&#60;p&#62;Edit: It was right. Thanks guys!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "SVN procedure for checking out bbPress?"</title>
<link>http://bbpress.org/forums/topic/svn-procedure-for-checking-out-bbpress#post-5134</link>
<pubDate>Sun, 04 Mar 2007 14:15:26 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5134@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You can have two developers (macwise and bbPress core team) working on the same code in different places.  I think svn is smart enough to figure it out when you commit and svn up.
&#60;/p&#62;</description>
</item>
<item>
<title>macwise on "SVN procedure for checking out bbPress?"</title>
<link>http://bbpress.org/forums/topic/svn-procedure-for-checking-out-bbpress#post-5119</link>
<pubDate>Sun, 04 Mar 2007 08:02:23 +0000</pubDate>
<dc:creator>macwise</dc:creator>
<guid isPermaLink="false">5119@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So, does this eliminate the possibility of keeping your own code under version control?  I keep all my stuff in my own svn repository I set up myself on one of my servers.  Is anyone aware of a way to share a working copy across two repositories?  &#60;/p&#62;
&#60;p&#62;Or maybe a better question is this:  Does anyone update their site through SVN AND use SVN to back up their own local code?  How do you approach this problem?
&#60;/p&#62;</description>
</item>
<item>
<title>spencerp on "SVN procedure for checking out bbPress?"</title>
<link>http://bbpress.org/forums/topic/svn-procedure-for-checking-out-bbpress#post-5117</link>
<pubDate>Sun, 04 Mar 2007 06:27:09 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">5117@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If the above stuff worked for you, then all you have to do to update your bbPress installation(s) is, follow same directions to get you to that specific directory, which contains your forums..&#60;/p&#62;
&#60;p&#62;START&#38;gt;RUN&#38;gt;CMD&#38;gt;&#60;br /&#62;
Type In:  plink mydomain.net (make sure there's a space between the word &#34;plink&#34; and your &#34;domain.net&#34; then hit enter)&#60;br /&#62;
Type In: your passphrase (hit enter)&#60;/p&#62;
&#60;p&#62;The: ls&#60;br /&#62;
The:  cd whatever-directory-for-root (example: public_html)&#60;br /&#62;
The: ls&#60;br /&#62;
The: cd whatever-directory-for-forums&#60;br /&#62;
The: ls&#60;br /&#62;
Type: svn up (then hit enter) &#60;/p&#62;
&#60;p&#62;That should update whatever files in your bbPress forums directory. I use same way for doing my WP blogs too.. ;) &#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>
<item>
<title>spencerp on "SVN procedure for checking out bbPress?"</title>
<link>http://bbpress.org/forums/topic/svn-procedure-for-checking-out-bbpress#post-5115</link>
<pubDate>Sun, 04 Mar 2007 06:02:34 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">5115@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What I did was, followed this guide here:&#60;br /&#62;
&#60;a href=&#34;http://www.phileplanet.com/archives/2006/08/how-to-setup-ssh-on-windows-xp/&#34; rel=&#34;nofollow&#34;&#62;http://www.phileplanet.com/archives/2006/08/how-to-setup-ssh-on-windows-xp/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Reference links:&#60;br /&#62;
&#60;a href=&#34;http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/xp-wont-run.html&#34; rel=&#34;nofollow&#34;&#62;http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/xp-wont-run.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html&#34; rel=&#34;nofollow&#34;&#62;http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.chiark.greenend.org.uk/~sgtatham/putty/&#34; rel=&#34;nofollow&#34;&#62;http://www.chiark.greenend.org.uk/~sgtatham/putty/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I login to my domain with START &#38;gt; RUN &#38;gt; CMD &#38;gt;&#60;br /&#62;
plink mydomain.net&#60;/p&#62;
&#60;p&#62;-will give your user and ask for passphrase.. enter passphrase.. hit enter&#60;br /&#62;
-it will give you server prompt thingy.. I type and hit enter: ls&#60;br /&#62;
-will show you what's on your domain's root, then type and hit enter: cd public_html (which changes you to the public_html directory)&#60;br /&#62;
-then I type and hit enter: ls&#60;br /&#62;
(will show me everything in the public_html directory..)&#60;br /&#62;
-then type and hit enter: cd forums (changes you to the forums directory folder)&#60;br /&#62;
-then I type and hit enter: ls (shows me everything in forums/ folder)&#60;br /&#62;
-then I run this line command:&#60;br /&#62;
&#60;strong&#62;svn co &#60;a href=&#34;http://svn.automattic.com/bbpress/trunk/&#34; rel=&#34;nofollow&#34;&#62;http://svn.automattic.com/bbpress/trunk/&#60;/a&#62; .&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Only thing is though, if you already have folders/files in there, you'll have to delete everything EXCEPT the my-templates/, my-plugins/ .htaccess, any special plugin files outside the my-plugins folder, and config.php files. Before running the SVN CO line command..&#60;/p&#62;
&#60;p&#62;I also tried doing this:&#60;br /&#62;
&#60;strong&#62;svn co &#60;a href=&#34;http://svn.automattic.com/bbpress/trunk/&#34; rel=&#34;nofollow&#34;&#62;http://svn.automattic.com/bbpress/trunk/&#60;/a&#62; . --force&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Which should FORCE file overwrites within that directory, however, it won't work on a svn checkout... Not sure why though, but.. if you follow basically what I said above, you should be ok... =/&#60;/p&#62;
&#60;p&#62;You should be good to go then... I hope this helps.. Good luck!&#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "SVN procedure for checking out bbPress?"</title>
<link>http://bbpress.org/forums/topic/svn-procedure-for-checking-out-bbpress#post-5113</link>
<pubDate>Sun, 04 Mar 2007 03:49:47 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">5113@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm not sure what an SVN checkout over the top of an existing installation will do. Considering how clever SVN is, I'm guessing that it will just work and create a working SVN copy.&#60;/p&#62;
&#60;p&#62;Check the very helpful subversion book &#60;a href=&#34;http://svnbook.red-bean.com/&#34; rel=&#34;nofollow&#34;&#62;http://svnbook.red-bean.com/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "SVN procedure for checking out bbPress?"</title>
<link>http://bbpress.org/forums/topic/svn-procedure-for-checking-out-bbpress#post-4876</link>
<pubDate>Sun, 25 Feb 2007 17:37:04 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">4876@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sorry, Sam.  I am Linux on the desktop and Linux on the webserver.  I supposed I could just try it too.  I guess the issue is that now that I've already install bbPress and updated it once, do I need to start with a new checked out version and make my changes manually to that?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "SVN procedure for checking out bbPress?"</title>
<link>http://bbpress.org/forums/topic/svn-procedure-for-checking-out-bbpress#post-4868</link>
<pubDate>Sun, 25 Feb 2007 11:20:42 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">4868@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What operating system?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "SVN procedure for checking out bbPress?"</title>
<link>http://bbpress.org/forums/topic/svn-procedure-for-checking-out-bbpress#post-4830</link>
<pubDate>Sat, 24 Feb 2007 15:37:46 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">4830@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I too am getting tired of upgrading bbPress all the time and keeping track of my changes, that's what version control software like svn is for.  I was reading &#60;a href=&#34;http://bbpress.org/forums/topic/698?replies=26#post-4771&#34;&#62;this post&#60;/a&#62; by SamBauers where he suggested to specerp that he should use svn for updating his live site.  So, how does one do that?&#60;/p&#62;
&#60;p&#62;I've used svn on linux before, but it's already been setup and I've just used it to checkout and commit.  I need the nuts and bolts of how to set it up so  that I can checkout and use the bbPress core (not plugin) repository.  It sure would make changes a lot easier until things stabilize and bbPress is out of beta.  &#60;/p&#62;
&#60;p&#62;Can someone please give me some pointers? Thank you.
&#60;/p&#62;</description>
</item>
<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>
