<?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: question</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: question</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 22:29:22 +0000</pubDate>

<item>
<title>rivermaya on "Avatars and Gravatars"</title>
<link>http://bbpress.org/forums/topic/avatars-and-gravatars#post-16929</link>
<pubDate>Wed, 25 Jun 2008 20:02:46 +0000</pubDate>
<dc:creator>rivermaya</dc:creator>
<guid isPermaLink="false">16929@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I like to know about this too
&#60;/p&#62;</description>
</item>
<item>
<title>Malfhok on "Avatars and Gravatars"</title>
<link>http://bbpress.org/forums/topic/avatars-and-gravatars#post-16796</link>
<pubDate>Wed, 18 Jun 2008 12:00:47 +0000</pubDate>
<dc:creator>Malfhok</dc:creator>
<guid isPermaLink="false">16796@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I hope nobody has asked this before.&#60;/p&#62;
&#60;p&#62;I'd like a way to allow my users to set a different avatar, whether uploaded by them (like the Avatar Upload plugin) or on a different site. But I'd also like to allow them to choose to use Gravatar. I don't want one or the other, I want both, because some of my users already use Gravatar, and some of them won't ever try it. Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>Shagalaga on "What if..."</title>
<link>http://bbpress.org/forums/topic/what-if#post-14971</link>
<pubDate>Thu, 03 Apr 2008 20:20:55 +0000</pubDate>
<dc:creator>Shagalaga</dc:creator>
<guid isPermaLink="false">14971@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So, now it works, but if somebody wants to post a comment on WP he is Anonymous...
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "What if..."</title>
<link>http://bbpress.org/forums/topic/what-if#post-14960</link>
<pubDate>Thu, 03 Apr 2008 15:27:17 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">14960@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Set up the user role map in the &#34;WordPress Integration&#34; section of &#34;Settings&#34; in the admin area of bbPress. This will apply roles for each existing member and for subsequent members who join.
&#60;/p&#62;</description>
</item>
<item>
<title>Shagalaga on "What if..."</title>
<link>http://bbpress.org/forums/topic/what-if#post-14942</link>
<pubDate>Thu, 03 Apr 2008 12:27:24 +0000</pubDate>
<dc:creator>Shagalaga</dc:creator>
<guid isPermaLink="false">14942@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i installed worpress and intgrated bbpress successfull now.&#60;/p&#62;
&#60;p&#62;And now my Question, what if somebody uses the registration on bbpress instead of WP, can he write comments on WP?
&#60;/p&#62;</description>
</item>
<item>
<title>3ring on "Change Post Order Question"</title>
<link>http://bbpress.org/forums/topic/change-post-order-question#post-13844</link>
<pubDate>Thu, 14 Feb 2008 20:07:47 +0000</pubDate>
<dc:creator>3ring</dc:creator>
<guid isPermaLink="false">13844@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey Mods;&#60;/p&#62;
&#60;p&#62;(Tried to install plugin, got fatal error, so tried code file edit...)&#60;/p&#62;
&#60;p&#62;I just want one post to have reverse order, so I tried:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
if ( !$bb_db_override ) :&#60;br /&#62;
    if ($topicid == '54') {&#60;br /&#62;
	$posts = get_thread( $topic_id, $page, true );&#60;br /&#62;
 	} else {&#60;br /&#62;
	$posts = get_thread( $topic_id, $page );&#60;br /&#62;
	}&#60;br /&#62;
	$forum = get_forum ( $topic-&#38;gt;forum_id );&#60;/p&#62;
&#60;p&#62;	$tags  = bb_get_topic_tags ( $topic_id );&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But it doesn't seem to recognize the topic id - it displays all posts normally?  Am I assuming wrongly that the topic_id is the number after &#34;/topic/##&#34; in the thread url?&#60;/p&#62;
&#60;p&#62;Can you see anything I'm doing wrong?  How do I isolate a single post to be reverse order?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Change Post Order Question"</title>
<link>http://bbpress.org/forums/topic/change-post-order-question#post-11418</link>
<pubDate>Sat, 13 Oct 2007 16:31:21 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">11418@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;As mdawaffe mentioned, it was untested.   As well, there have been core changes since, so somebody would have to 'debug' that little plugin.    Anyone notice anything off the cuff on why it doesn't work?&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>walkingisoverrated on "Change Post Order Question"</title>
<link>http://bbpress.org/forums/topic/change-post-order-question#post-11416</link>
<pubDate>Sat, 13 Oct 2007 02:36:03 +0000</pubDate>
<dc:creator>walkingisoverrated</dc:creator>
<guid isPermaLink="false">11416@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I copied the above plugin text to my html editor, saved as reverse.php and uploaded it to /my-plugins and activated it - but nothing happened! Ideas? :/
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Change Post Order Question"</title>
<link>http://bbpress.org/forums/topic/change-post-order-question#post-9635</link>
<pubDate>Tue, 31 Jul 2007 01:52:11 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">9635@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The first line of the first post? Or do you mean the first thread in the first thread listing?&#60;/p&#62;
&#60;p&#62;Sure, just do something like this. &#38;lt;?php if( !$is_foist_topic ) { echo ' class=&#34;first-topic&#34;'; $is_foist_topic = true; } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;The first time it checks it won't be true, so it echoes code to change the class of the HTML. Then it sets it to true, so the next times it will be true and it'll skip that.&#60;/p&#62;
&#60;p&#62;You want the code to set the class of the tr I believe, so put it in the HTML for that. Play around.
&#60;/p&#62;</description>
</item>
<item>
<title>outchy on "Change Post Order Question"</title>
<link>http://bbpress.org/forums/topic/change-post-order-question#post-9632</link>
<pubDate>Tue, 31 Jul 2007 01:30:41 +0000</pubDate>
<dc:creator>outchy</dc:creator>
<guid isPermaLink="false">9632@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;is there a way to change the text styling of the most recent topic line of the front page?  in other words, i already have the posts sorted so the most recent is always on the top line i'd really like to always have that line be, say, in bold or in a different color.  is that possible?
&#60;/p&#62;</description>
</item>
<item>
<title>outchy on "Change Post Order Question"</title>
<link>http://bbpress.org/forums/topic/change-post-order-question#post-9427</link>
<pubDate>Fri, 27 Jul 2007 13:30:31 +0000</pubDate>
<dc:creator>outchy</dc:creator>
<guid isPermaLink="false">9427@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;worked for me, good stuff.  thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>spencerp on ""This topic is not a support question""</title>
<link>http://bbpress.org/forums/topic/this-topic-is-not-a-support-question#post-3198</link>
<pubDate>Sat, 13 Jan 2007 19:06:15 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">3198@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh nice!! Thanks for the link Michael! ;) :) I just manually adjusted the &#34;latest&#34; svn files lastnight, for .80 alpha, which is currently running on my forums now.. I manually implemented the [Resolved] codes back into the files, now I won't have too! :) ;) :D&#60;/p&#62;
&#60;p&#62;Thanks again!&#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on ""This topic is not a support question""</title>
<link>http://bbpress.org/forums/topic/this-topic-is-not-a-support-question#post-3196</link>
<pubDate>Sat, 13 Jan 2007 18:41:42 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">3196@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;so1o has already graciously converted the old core code into a plugin.  The initial release can be found &#60;a href=&#34;http://bbpress.org/plugins/topic/16&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/16&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>spencerp on ""This topic is not a support question""</title>
<link>http://bbpress.org/forums/topic/this-topic-is-not-a-support-question#post-3178</link>
<pubDate>Sat, 13 Jan 2007 03:10:38 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">3178@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;em&#62;bbPress 0.80 will not have the topic resolution stuff. There will be a plugin to re-implement it for those that want it.&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Okay, Is there someone working on one at this present time, or..? I was just wondering, because for those downloading SVN commits of bbPress files.. it would be nice to have this plugin already uploaded and handy..&#60;/p&#62;
&#60;p&#62;Especially with a few SVN commits back, that was partly, or totally removed already.. right? Thanks in advanced.. ;) :)&#60;/p&#62;
&#60;p&#62;/Me didn't upload that part of the SVN commit(s), but will apply changes manually if need be.. ;) &#60;/p&#62;
&#60;p&#62;Well, I could just leave those files alone for my forums, and if any new SVN commits come through, for other code changes within those &#34;specific files&#34;.. I can manually apply the changes.. I just want to keep this for my forums, just incase needed. ;) &#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on ""This topic is not a support question""</title>
<link>http://bbpress.org/forums/topic/this-topic-is-not-a-support-question#post-3153</link>
<pubDate>Fri, 12 Jan 2007 19:52:52 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">3153@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;bbPress 0.80 will not have the topic resolution stuff.  There will be a plugin to re-implement it for those that want it.
&#60;/p&#62;</description>
</item>
<item>
<title>firstboyborninspace on "removing 'unresolved'"</title>
<link>http://bbpress.org/forums/topic/removing-unresolved#post-798</link>
<pubDate>Mon, 30 Oct 2006 07:30:13 +0000</pubDate>
<dc:creator>firstboyborninspace</dc:creator>
<guid isPermaLink="false">798@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i agree completely, but right now its still an early release. so they are still learning what users want.&#60;br /&#62;
anyways back to ripping bbforum apart to suit my needs.
&#60;/p&#62;</description>
</item>
<item>
<title>nolageek on "removing 'unresolved'"</title>
<link>http://bbpress.org/forums/topic/removing-unresolved#post-792</link>
<pubDate>Mon, 30 Oct 2006 06:22:42 +0000</pubDate>
<dc:creator>nolageek</dc:creator>
<guid isPermaLink="false">792@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;But I don't see the purpose of having it there in the first place.  How many real-application people are going to be using the forums for 'support'? Especially since it required hard coding to remove.&#60;/p&#62;
&#60;p&#62;The thinking is very inside-out.
&#60;/p&#62;</description>
</item>
<item>
<title>firstboyborninspace on "removing 'unresolved'"</title>
<link>http://bbpress.org/forums/topic/removing-unresolved#post-789</link>
<pubDate>Mon, 30 Oct 2006 05:04:39 +0000</pubDate>
<dc:creator>firstboyborninspace</dc:creator>
<guid isPermaLink="false">789@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;a little editting of bb-templates/topic.php and unresolved goes away
&#60;/p&#62;</description>
</item>
<item>
<title>AphelionZ on "removing 'unresolved'"</title>
<link>http://bbpress.org/forums/topic/removing-unresolved#post-744</link>
<pubDate>Sun, 29 Oct 2006 03:46:55 +0000</pubDate>
<dc:creator>AphelionZ</dc:creator>
<guid isPermaLink="false">744@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Three types of forums:&#60;/p&#62;
&#60;p&#62;Kind of Active&#60;br /&#62;
Very Active&#60;br /&#62;
Way too Active&#60;/p&#62;
&#60;p&#62;View posts since last visit is how users in most &#34;Very Active&#34; forums keep track of what's going on, as well as the moderators, so it should be available.&#60;/p&#62;
&#60;p&#62;(Compare this to kind of active forums where you can immediately tell what's changed, and way too active forums where users usually search out/discover and 'subscribe' to their favorite threads in the sea of threads.&#60;/p&#62;
&#60;p&#62;This will also help people in the transition from an older forum solution like phpBB.&#60;/p&#62;
&#60;p&#62;The links you mentioned also still be useful for moderators, especially &#34;posts with no tags.&#34; if they want to go in and clean up after the users. Perhaps resolved/unresolved/not a support question should just be made extensible so users can pick whatever they want to put there, or choose not to use it at all.&#60;/p&#62;
&#60;p&#62;PS- If you comment those links out of your front-page.php that should solve a lot of your immediate problems.
&#60;/p&#62;</description>
</item>
<item>
<title>nolageek on "removing 'unresolved'"</title>
<link>http://bbpress.org/forums/topic/removing-unresolved#post-543</link>
<pubDate>Thu, 26 Oct 2006 08:57:21 +0000</pubDate>
<dc:creator>nolageek</dc:creator>
<guid isPermaLink="false">543@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't see why 98% of forums out there would need 'resolved' or 'unresolved' posts.&#60;/p&#62;
&#60;p&#62;I tried commenting it out of my view.php but they were still there.  How do I get rid of that?&#60;/p&#62;
&#60;p&#62;Kind of thinking a little inside-out.. why would this be necessary for the core? Why would joe-blow-forum-setter-upper need this for say, a gardening site?&#60;/p&#62;
&#60;p&#62;I'm trying to get other views, but I dont understand the syntax:&#60;/p&#62;
&#60;p&#62;I'm thinking of the following views:&#60;br /&#62;
Posts by you.&#60;br /&#62;
Replies to your posts.&#60;br /&#62;
New posts since you last logged in.&#60;/p&#62;
&#60;p&#62;just ideas...
&#60;/p&#62;</description>
</item>
<item>
<title>wilcowilcox on "Change Post Order Question"</title>
<link>http://bbpress.org/forums/topic/change-post-order-question#post-490</link>
<pubDate>Wed, 25 Oct 2006 17:57:35 +0000</pubDate>
<dc:creator>wilcowilcox</dc:creator>
<guid isPermaLink="false">490@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks very much, I will have a go with this tonight!
&#60;/p&#62;</description>
</item>
<item>
<title>drmike on ""This topic is not a support question""</title>
<link>http://bbpress.org/forums/topic/this-topic-is-not-a-support-question#post-435</link>
<pubDate>Tue, 24 Oct 2006 19:08:33 +0000</pubDate>
<dc:creator>drmike</dc:creator>
<guid isPermaLink="false">435@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You may also want to remove the link to 'Unresolved Topics' as well.
&#60;/p&#62;</description>
</item>
<item>
<title>planetphillip on ""This topic is not a support question""</title>
<link>http://bbpress.org/forums/topic/this-topic-is-not-a-support-question#post-388</link>
<pubDate>Mon, 23 Oct 2006 18:06:12 +0000</pubDate>
<dc:creator>planetphillip</dc:creator>
<guid isPermaLink="false">388@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Great, thanks.&#60;/p&#62;
&#60;p&#62;The more I use this forum the more I love it.&#60;/p&#62;
&#60;p&#62;You guys have done a great job!  Well done.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on ""This topic is not a support question""</title>
<link>http://bbpress.org/forums/topic/this-topic-is-not-a-support-question#post-382</link>
<pubDate>Mon, 23 Oct 2006 17:23:05 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">382@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Copy bb-templates/topic.php to my-templates/&#60;/p&#62;
&#60;p&#62;Find and remove&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;li id=&#38;quot;resolution-flipper&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;This topic is&#38;#39;) ?&#38;gt; &#38;lt;?php topic_resolved(); ?&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This will likely be removed by default in future versions of bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>planetphillip on ""This topic is not a support question""</title>
<link>http://bbpress.org/forums/topic/this-topic-is-not-a-support-question#post-378</link>
<pubDate>Mon, 23 Oct 2006 16:52:48 +0000</pubDate>
<dc:creator>planetphillip</dc:creator>
<guid isPermaLink="false">378@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is there an easy way to remove this feature?  My forum is not a support forum, it's just for chatting and I don't need this.&#60;/p&#62;
&#60;p&#62;TIA
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Change Post Order Question"</title>
<link>http://bbpress.org/forums/topic/change-post-order-question#post-338</link>
<pubDate>Sun, 22 Oct 2006 22:41:54 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">338@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The easy way is to find &#60;code&#62;get_thread( $topic_id, $page )&#60;/code&#62; in &#60;code&#62;/topic.php&#60;/code&#62; and change it to &#60;code&#62;get_thread( $topic_id, $page, true )&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;The &#60;em&#62;better&#60;/em&#62; way is to use a plugin so that you aren't modifying any core files.  (This is untested)&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
/*&#60;br /&#62;
Plugin Name: Reverse Post Order&#60;br /&#62;
Plugin URI: &#60;a href=&#34;http://bbpress.org/forums/topic/76&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/76&#60;/a&#62;&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;function reverse_post_order() {&#60;br /&#62;
        global $topic_id, $page, $topic, $bb_current_user;&#60;br /&#62;
        global $bb_db_override, $posts, $forum, $tags, $user_tags, $other_tags, $list_start;&#60;/p&#62;
&#60;p&#62;        $bb_db_override = true;&#60;br /&#62;
        $posts = get_thread( $topic_id, $page );&#60;br /&#62;
        $forum = get_forum ( $topic-&#38;gt;forum_id );&#60;/p&#62;
&#60;p&#62;        $tags  = get_topic_tags ( $topic_id );&#60;br /&#62;
        if ( $bb_current_user &#38;#38;&#38;amp; $tags ) {&#60;br /&#62;
                $user_tags  = get_user_tags  ( $topic_id, $bb_current_user-&#38;gt;ID );&#60;br /&#62;
                $other_tags = get_other_tags ( $topic_id, $bb_current_user-&#38;gt;ID );&#60;br /&#62;
        } elseif ( is_array($tags) ) {&#60;br /&#62;
                $user_tags  = false;&#60;br /&#62;
                $other_tags = get_public_tags( $topic_id );&#60;br /&#62;
        } else {&#60;br /&#62;
                $user_tags  = false;&#60;br /&#62;
                $other_tags = false;&#60;br /&#62;
        }&#60;/p&#62;
&#60;p&#62;        $list_start = ($page - 1) * bb_get_option('page_topics') + 1;&#60;/p&#62;
&#60;p&#62;        post_author_cache($posts);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;add_action( 'bb_topic.php_pre_db', 'reverse_post_order' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>wilcowilcox on "Change Post Order Question"</title>
<link>http://bbpress.org/forums/topic/change-post-order-question#post-323</link>
<pubDate>Sun, 22 Oct 2006 11:51:40 +0000</pubDate>
<dc:creator>wilcowilcox</dc:creator>
<guid isPermaLink="false">323@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is it possible to change the order of posts, so that the most recent appears at the top of the page, and the origional post at the bottom?&#60;/p&#62;
&#60;p&#62;Cheers.
&#60;/p&#62;</description>
</item>
<item>
<title>BPartch on ""This topic is not a support question""</title>
<link>http://bbpress.org/forums/topic/this-topic-is-not-a-support-question#post-291</link>
<pubDate>Sat, 21 Oct 2006 18:34:32 +0000</pubDate>
<dc:creator>BPartch</dc:creator>
<guid isPermaLink="false">291@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;With this you can set the thread to read &#34;resolved&#34; or &#34;not resolved&#34; so to alert other users if the support question has already been answerd to the original posters satisfaction or not.&#60;/p&#62;
&#60;p&#62;Then you can also assign &#34;this is not a support question&#34; alerting users that that thread is not asking for assistance.
&#60;/p&#62;</description>
</item>
<item>
<title>thomasw98 on ""This topic is not a support question""</title>
<link>http://bbpress.org/forums/topic/this-topic-is-not-a-support-question#post-289</link>
<pubDate>Sat, 21 Oct 2006 16:49:51 +0000</pubDate>
<dc:creator>thomasw98</dc:creator>
<guid isPermaLink="false">289@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#34;This topic is not a support question&#34; or &#34;resolved&#34; or &#34;not resolved&#34;...&#60;/p&#62;
&#60;p&#62;Sorry, but I do not understand what the above means. I see a pull-down menu with these three choices when I make a post and also when reading posts I see the selection. But I have no idea what these means to admin or regular users?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
