Forum Replies Created
-
In reply to: 'bbPress Topics list' widget, outside loop
//anointed, I must say sorry if I bothered you.
You might see the ‘bbPress Topics list’ widget, in wordpress widgets. I meant I want to use the widget ‘outside the loop’.
That must be done the code like below:
<?php
if ( bbp_has_topics( array( ‘author’ => 0, ‘show_stickies’ => false, ‘order’ => ‘DESC’, ‘post_parent’ => ‘any’, ‘posts_per_page’ => 5 ) ) )
bbp_get_template_part( ‘bbpress/loop’, ‘title’ );
?>
In reply to: Order of forums, topics and thread in new pluginOne more thing.
And I doubt ‘custom post order’ plugin as well.
In reply to: Order of forums, topics and thread in new pluginI resolved myself, and it’s hard to say that I did it, because it was just MY problem.
It was due to wordpress plugin ‘Blog reordering’ which forces to reorder. All the problem was gone out after removing it.
Please notify that the plugin, blog reordering, messes forum order.
In reply to: Order of forums, topics and thread in new pluginReverse order of thread, forums, topics is just a question of mine, or others do the same, I wonder.
Any comment will be appreciated.
In reply to: bbPress 2.0 – UpdatesI migratee my old bbpress 1.03 to new bbpress plugin with full of fear of losing my data or having something unexpected.
I like the new one after all. Thanks JJJ.
I’ve one question: How to change thread order?
The thread shows newer on the top, older on the bottom. How to changer to the reverse order?
In reply to: WordPress 3.0 multisite + bbpress : not wokingI solved the integration problem myself.
wordpress login
admin / settings / bbpress integration
1. change wordpress type from wordpress to wordpress mu
2. copy and paste ‘manual cookie settings’ to wp-config.php
All done.
Hope to help others.
In reply to: WordPress 3.0 multisite + bbpress : not wokingThanks Kevin and burlesona,
It looks that it’s a few days-old problem. But I’ve had a longtime headache since I used multisite.
I was happy to hear that the wordpress 3.0 support multisite, expecting the problem might be solved.
Ok. I well understood.
I only hope that the problem be solved as soon as possible.
Thanks again.
In reply to: WordPress 3.0 multisite + bbpress : not wokingAnybody? Nobody?
The problem made me a strong headache for a long time.
Please ~
In reply to: WordPress 3.0 multisite + bbpress : not wokingPlease don’t confuse ‘mu’ and 3.0’s new ‘multi site’.
Any one who has the same problem or who has no such a problem?
In reply to: Intergration problem, when upgrading wordpress 2.8Nice job, Markus.
So …
Is there a solution?
In reply to: Intergration problem, when upgrading wordpress 2.8My bbpress .9.0.5 and wordpress 2.7.1 worked perfectly until upgrade of wordpress 2.8
1. upgrade of bbpress .9.0.5 – 1 hour after the posting. ( a week ago? )
2. upgrade of wordpress 2.8 – 2 hours ago.
3. the break of cookie – right after the upgrade of wordpress
In reply to: Intergration problem, when upgrading wordpress 2.8Thanks for the fast reply.
I’m using ck’s and johnmc’s ‘Freshly Baked Cookies for bbPress’.
In reply to: New stable version 0.9.0.5Downloaded and upgraded around one hour after the uploads, from 0.9.0.4. It works fine till now. Thanks Sambauers.