<?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: Profile Page and Permalinks</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Profile Page and Permalinks</description>
<language>en</language>
<pubDate>Mon, 08 Sep 2008 15:56:13 +0000</pubDate>

<item>
<title>Trent on "Profile Page and Permalinks"</title>
<link>http://bbpress.org/forums/topic/profile-page-and-permalinks#post-5564</link>
<pubDate>Thu, 15 Mar 2007 16:35:23 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5564@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Not much help here on this one, but unless someone points it out right away here for you, try checking out some of the plugins that have been written that have to do with post author or profiles.   I am sure Ardentfrost might have something in his memberlist or private message plugins that does this.   As well, you can check out /bb-includes/template-functions.php for a list of functions that can be called.   It has to be in there somewhere!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>greenshady on "Profile Page and Permalinks"</title>
<link>http://bbpress.org/forums/topic/profile-page-and-permalinks#post-5545</link>
<pubDate>Thu, 15 Mar 2007 04:04:24 +0000</pubDate>
<dc:creator>greenshady</dc:creator>
<guid isPermaLink="false">5545@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I know exactly what I need, but I don't know how to get it.  I need the &#34;topic author id.&#34;  That's it.  Seems pretty simple, but I have no idea how to get it.  Surely, there's a way.&#60;/p&#62;
&#60;p&#62;I found this code on another part of the forum, except I just added &#60;code&#62;&#38;lt;?php post_author(); ?&#38;gt;&#60;/code&#62; to get the to post author's name.  It's a really good solution for getting the replies to the topic.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;lt;?php bb_option(&#38;#39;uri&#38;#39;); ?&#38;gt;profile.php?id=&#38;lt;?php echo (get_post_author_id()); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php post_author(); ?&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;What I need to get instead of  &#60;code&#62;(get_post_author_id())&#60;/code&#62; is the topic author's id, then I'll be set.  I've tried every variation I can think of, but came up with nothing.
&#60;/p&#62;</description>
</item>
<item>
<title>greenshady on "Profile Page and Permalinks"</title>
<link>http://bbpress.org/forums/topic/profile-page-and-permalinks#post-5537</link>
<pubDate>Wed, 14 Mar 2007 23:16:55 +0000</pubDate>
<dc:creator>greenshady</dc:creator>
<guid isPermaLink="false">5537@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sorry, about not responding in a few days.  It's been a busy week.&#60;/p&#62;
&#60;p&#62;I've read through Null's post, but came up with nothing.  I think he made his own plugin to work with it.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Profile Page and Permalinks"</title>
<link>http://bbpress.org/forums/topic/profile-page-and-permalinks#post-5411</link>
<pubDate>Mon, 12 Mar 2007 04:58:25 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5411@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Try following this post:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/398?replies=13&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/398?replies=13&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Profile Page and Permalinks"</title>
<link>http://bbpress.org/forums/topic/profile-page-and-permalinks#post-5410</link>
<pubDate>Mon, 12 Mar 2007 04:53:43 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5410@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I can't seem to find it right at the moment, but Null had a post about this.....let me keep looking.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>greenshady on "Profile Page and Permalinks"</title>
<link>http://bbpress.org/forums/topic/profile-page-and-permalinks#post-5409</link>
<pubDate>Mon, 12 Mar 2007 04:45:34 +0000</pubDate>
<dc:creator>greenshady</dc:creator>
<guid isPermaLink="false">5409@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That didn't work either.  It doesn't get the &#34;ID number&#34; or the &#34;username&#34;.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Profile Page and Permalinks"</title>
<link>http://bbpress.org/forums/topic/profile-page-and-permalinks#post-5393</link>
<pubDate>Mon, 12 Mar 2007 01:33:29 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5393@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Will this work?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php echo &#38;quot;&#38;lt;a href=\&#38;quot;&#38;quot;.get_user_profile_link($member-&#38;gt;ID).&#38;quot;\&#38;quot;&#38;gt;&#38;quot;.$member-&#38;gt;user_login.&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;; ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>greenshady on "Profile Page and Permalinks"</title>
<link>http://bbpress.org/forums/topic/profile-page-and-permalinks#post-5390</link>
<pubDate>Mon, 12 Mar 2007 00:31:49 +0000</pubDate>
<dc:creator>greenshady</dc:creator>
<guid isPermaLink="false">5390@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Doing that for the permalink didn't work for me.  I've tried it several times.&#60;/p&#62;
&#60;p&#62;There are a couple of things I want to do with the &#34;author&#34; as opposed to the &#34;last poster&#34;:&#60;/p&#62;
&#60;p&#62;1) On &#60;code&#62;front-page.php&#60;/code&#62; I want to put the topic author's name under the link to each of the latest discussions.&#60;br /&#62;
Ex:&#60;br /&#62;
&#60;strong&#62;Link to topic&#60;/strong&#62;&#60;br /&#62;
By &#60;strong&#62;link to topic author&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;2) On the topic pages, I want to put the name of the post, then link to the post author.&#60;br /&#62;
Ex:&#60;br /&#62;
&#60;strong&#62;Topic Title&#60;/strong&#62;&#60;br /&#62;
By &#60;strong&#62;link to topic author&#60;/strong&#62; on Date/Time&#60;br /&#62;
Rest of post......&#60;/p&#62;
&#60;p&#62;This type of setup is already on my &#60;a href=&#34;http://booksinbed.com/forum&#34;&#62; forum&#60;/a&#62;.  I've already got the author's name already set up on the forum.  I just need to get the author's profile link.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Profile Page and Permalinks"</title>
<link>http://bbpress.org/forums/topic/profile-page-and-permalinks#post-5389</link>
<pubDate>Sun, 11 Mar 2007 23:12:37 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5389@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For the permalinks, put the following in your .htaccess file in your root and then turn mod_rewrite on in your config.php:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Options +MultiViews&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;What exactly do you want for the last poster versus the author?   Explain to me like I am 5 years old because sometimes I act like it ;)&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>greenshady on "Profile Page and Permalinks"</title>
<link>http://bbpress.org/forums/topic/profile-page-and-permalinks#post-5388</link>
<pubDate>Sun, 11 Mar 2007 22:59:34 +0000</pubDate>
<dc:creator>greenshady</dc:creator>
<guid isPermaLink="false">5388@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I finally got everything set up at &#60;a href=&#34;http://booksinbed.com&#34;&#62; Books In Bed&#60;/a&#62;.  The &#60;a href=&#34;http://booksinbed.com/forum&#34;&#62; Forum&#60;/a&#62; is working well too.  Tell me what you think of it so far.&#60;/p&#62;
&#60;p&#62;The problems I have had are linking to a topic author's profile page.  I can get the &#34;last poster's&#34; profile page link though.&#60;/p&#62;
&#60;p&#62;What I think I need to do is get the author's &#34;user id&#34; to do this, but for some reason I can't get it.&#60;/p&#62;
&#60;p&#62;Also, I've tried everything on this site to get pretty permalinks working (I use GoDaddy).  They've always worked fine on my Wordpress blog, but not on bbpress.  The only thing I haven't done is &#60;code&#62;/bb-admin/rewrite_rules.php&#60;/code&#62; because I keep getting an error when I go to that page.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
