Sorry about that, all my websites crashed shortly after I posted that š
I don’t know why the bbPress forum page took you to registration, but I made it so anyone can post, so you should be able to see it now, thanks.
I have created a ticket in trac https://bbpress.trac.wordpress.org/ticket/2074
If you could keep all bugs and/or feedback posted to this ticket (‘tracs’ everything in one place)
This has only beeen tested using Simple Press 5.1.4
To install download the SimplePress5.php file and upload it to bbPress in the folder /wp-content/plugins/includes/admin/converters/
Basic instructions on using any of the import tools are here (will to get these updated soon)
I have created a ticket in trac https://bbpress.trac.wordpress.org/ticket/2074
If you could keep all bugs and/or feedback posted to this ticket (‘tracs’ everything in one place)
This has only beeen tested using Simple Press 5.1.4
To install download the SimplePress5.php file and upload it to bbPress in the folder /wp-content/plugins/includes/admin/converters/
Basic instructions on using any of the import tools are here (will to get these updated soon)
Hello all,
I have recently created a bbpress forum in a WordPress website. Being used to phpbb I have faced a few issues that seem to be not standard in bbpress or missing but found ways around it. Here comes my issue in place….there is a private forum in the forum, the off topic one where people introduce themselves. This topic is hidden when nog logged in…so far so good. Because the forum is closed, all topics and replies are safe….at least I thought. Until I added the search in forum plugin and realized that all replies made in the private forum/topic where still public?!
As the users enter the reply in the frontend there are not add ons and one should expect that when a parent forum is private that all in the forum is safe. Not I guess? Or is there a way to get this configured?
I found a temporary way around it for now (next to turning of the search totally), I have added the Groups plugin and set the āgroups_read_postā filter on forum/topic AND replies now to ensure that the replies are not found in the search. But this is not doable on the long run as it means that I manually need to alter each frontend reply in the backend and mark it as āgroups_read_postā.
What can I do to get this permanently fixed and how can I be sure that these replies are not picked up by search engines?
Thanks very much to whomever takes the time to read this and help me figure this out.
Kind regards,
Nikki
365gaming.nl
Wordpress 3.4.2.
bbPress 2.2.2
Theme Respo
bbp_list_forums needs to be run inside a bbpress loop. Which you call with bbp_has_forums(), which creates a forum object. For example.
bbp_set_query_name('load_stuff');
if ( bbp_has_forums(array(
'post_parent' => 0,
'post_type' => bbp_get_forum_post_type(),
'posts_per_page' => get_option( '_bbp_forums_per_page', 50 ),
'orderby' => 'menu_order',
'order' => 'ASC'
)) ) : ;
bbp_get_template_part( 'loop', 'forums' );
else : ;
bbp_get_template_part( 'feedback', 'no-forums' );
endif;
bbp_reset_query_name();
Ok, the only plugin I’ve updated recently was bbpress and since then, it’s stopped working. What would cause this? Right now, the forums will not load.
Here’s the URL to them: http://www.tastyfresh.com/forums/
That’s to a page that is calling the shortcode. Several actually. It may be possible that I have a conflict in there given that the page itself is made to have logged in and logged out views as well as multiple renders of the forums in tabs (All forums, login and recent topics specifically). It was functioning just fine until the 2.2.2 update.
So, what are the potential issues that could cause this?
On WordPress Multisite, clicking create site on tracking sites page. I’m using WordPress Multisite + buddypres + bbpress. In my project, users subscribers of my social network can create sites.
After completing the data and clicking to create the error shows on the screen to the User but the site creates usually .
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/