I updated bbPress and now only two forums out of six are listed on my forum page. The Continue Reading link is not working either, but I would prefer to have all my forums listed on the same page.
See here – http://keyblogging.com/support/
i want the bbpress topic url the same as my blog’s url .
like: http://www.duba.pro/bbs/title/1.html
hello, how to wirite .htaccess for bbpress
my wordpress rule is
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
this rule url is : http://www.duba.pro/177.html
——————————————————
But when i install the bbpress , a topic for chianese’s title is
http://www.duba.pro/bbs/title/%e8%ae%ba%e5%9d%9b%e5%bc%80%e5%90%af%e6%ac%a2%e8%bf%8e%e5%8f%91%e5%b8%83%e8%ae%a8%e8%ae%ba%e5%92%8c%e5%8f%8d%e9%a6%88
—————————————————–
how to wirte the htaccess rule lick wordpress,thanks.
Hello,
http://bbpress.trac.wordpress.org/ticket/2047
As requested, I move the discussion here.
Sydney,
in our experience…you simply go to each pre-existing group and toggle the “allow group forum” for each. Save. Then turn it back on. Save again.
That has worked for us.
cheers!
spence
Blimey, it seems that just posting that link on here has overloaded my hosting. No idea what’s going on but my server is running at 100% and I keep getting
Resource Limit Is Reached
The website is temporarily unable to service your request as it exceeded resource limit. Please try again later.
now I seem to have two problems…
hi all,
wondering if anyone has had any issues with using bbpress with the wpml plugin?
whenever the wpml plugin is activated, the forum links in the sidebar menu of wordpress admin disappear. if you deactivate the plugin, they re-appear.
Ive also raised a ticket with wpml but though it cant hurt to check here too.
thanks in advance
Gerry
But how can we make minor edits on the bbpress default theme? For example, my site’s theme has a place for breadcrumb and I want to put bbp_breadcrumb() there to show the correct breadcrumb. How is it possible? Thank you.
How can I select what page bbpress uses for it’s template? It’s currently using page.php and for whatever reason it’s not displaying anything except the description:
(have had to remove the link as it’s getting bombarded…)
If i remove page.php from my template then it works (I assume it’s reverting to using index.php)
can anyone help?
I’m using WordPress 3.4.2 and bbpress 2.2.2
Thanks,
David
Thanks Stephen,
I’ll be glad to try your solution, also because I tried the plugin of that post and it works only partially, it imported few posts, assigning them only to admin user and other stuffs, so in my experience quite useless as is.
If you need a tester, please feel free to send your version and instruction for use to macitaly at gmail dot com.
Thanks in advance
Thank you to both of you. The suggestion of forums.php has worked and it is now clearer to me what is needed and what is going on. I’m afraid the documentation on Theme Compatibility was not clear enough for people like me who are bumbling around with WP. Perhaps more of an idiot’s guide and explanation is needed for those over-whelmed at first when trying to get to grips with it?
But despite this, this is much better as a plug-in than it was when bbpress was first started.
Thank you again.
Thank you for the great plug-in.
Sorry poor English, I’m Japanese.
I am creating the Japanese language file for bbpress 2.2.
However, the menu of bbPress in an Admin page is not translated.
In the debugger’s test:
register_post_types() will be called before the load_textdomain().
Therefore, register_post_types() can’t translate $post_type[‘labels’] definitely.
Thanks toemon.
I always presumed ‘closed’ meant no new topics, but still allowed replies until this morning! I would love to have a workaround for this, as currently my members can’t enter my competition topics.
Is playing with function bbp_get_topic_caps() the best way to go? I would be satisfied in replacing all ‘closed’ forums with the ability to still reply.
I was doing the odd tweak and bug fix with the ‘other’ importers for bbPress and whilst at it I decided to have a go at Simple Press 5.1.4, I’ll upload it tomorrow (just need to test a couple more bits first) and if you could give it some testing that would be greatly appreciated.
I am using bbPress 2.2.2 on WordPress 3.4.2. My permalinks are set to /%category%/%postname%/ and bbPress base is default. Another words, I didn’t change any permalink structure in bbPress.
And I am see the issue on http://domain.com/forums/
I cannot reproduce this, what versions of bbPress & WordPress are you using?
What are the permalinks?
– ‘TEST’ /forum/test/
– ‘FORUM’ /forum/test/forum/
Hi Lynq,
Bummer! I activated your little plugin, but this didn’t do the trick. Still not getting email notifications.
I’m thinking the problem must be specific to BBPress since the primary WP emails are going out just fine.
Any other suggestions?
Thanks for the above JJJ.
I’m using WP3.4.2, BuddyPress 1.6.1 and bbPress 2.2.2.
As you recommended above, I have turned off the BP forums component and turned on BP in Settings> Forums. But I can only get the bbPress group forums to work with new BP groups that I create now (i.e. after loading bbPress 2.2.2). And I have a stack of old BP groups that I wish to add new forums to.
Do I need to use the bbPress 1.1 import tool to turn on the bbPress group forums for pre-existing BP groups? If so, perhaps you could guide me on how to do this please. (I don’t actually need to import any old BP group forums.)
Many thanks.
I’ve activated the plugin, and here is what it looks like:
http://hoosierhoopsreport.com/bbpress
It looks like there is a filter you might be able to use to create a plugin
function bbp_get_topic_caps() {
return apply_filters( 'bbp_get_topic_caps', array (
'edit_posts' => 'edit_topics',
'edit_others_posts' => 'edit_others_topics',
'publish_posts' => 'publish_topics',
'read_private_posts' => 'read_private_topics',
'read_hidden_posts' => 'read_hidden_topics',
'delete_posts' => 'delete_topics',
'delete_others_posts' => 'delete_others_topics'
) );
}
Nice! Found the plugin bbPress Genesis Extend. I’ll give it a try.
Hi folks,
I’m using BBPress over at raisingharmony.com/forums/. It is a premium content area, meaning you can’t access the forum without proper login credentials. I would be happy to provide some if it would assist in troubleshooting. My trouble is that when people checkmark the checkbox that says, “Notify me of follow-up replies via email,” they aren’t getting the email.
Couple of notes:
(1) I’m using WordPress 3.4.2.
(2) I’m using BBPress 2.1.2.
(3) The PHP mail() function works just fine on the rest of the site.
(4) My only modification to the plugin is that in the /wp-content/plugins/forums/bb-includes/bbp-common-functions.php file, I’ve updated the bbp_check_for_floodI() function to return “True” every time, but this shouldn’t be affecting the email functionality in any way.
Just googling around and looking on this forum, it looks like other people have complained about this 13 months ago, but nobody ever posted an answer other than, “Cool, it’s working now.”
Any suggestions?
Thanks!
Martyn Chamberlin
Hello, can anyone tell me which file/s create this page: First page of bbPress Forums
and this page: Second page of bbPress Forums, a category page of forums?
I want to create a page that looks like the second page, but has all categories on it and I think I can figure it out if someone points me to which files I could copy functions out of.
I saw an old thread of people looking to set their bbPress forums up like phpBB3, has it been done? ‘Cause that’s what I’m looking to accomplish here and I’m willing to share the template once I get done.
@annie-s-spratt – Link to your site?