Hopefully you will get a reply soon on your post here.
You can also contact the Arabic translation team directly https://ar.wordpress.org/contact/
I also have a user experiencing this issue (where they can’t see the first post in a thread) on our BuddyPress + bbPress site. We are using the default bbP-theme within DynamiX WP/BP theme. I will attempt to change our theme and report back if that fixes it.
Any other ideas what might be causing this? Anyone else experiencing this issue?
Right now there isn’t a straight forward API for this like their should be.
If you are going to be doing a lot of user profile customizations, it might be worth considering installing BuddyPress and then just disabling everything except the user profiles.
From my understanding this is the best route to go if you want to go beyond what bbPress profiles do out of the box.
Hi I still have this problem even after upgrading to bbPress 2.2. My posts still have and tags all through them!
I used bbConverter to convert the standalone bbPress forum to the new plugin version 2.1.
Here is an example of what my posts look like:
Great article in the Southland Times today about Earthlore:
The replies are formatted fine. The fix mentioned above didn’t work for me, and I don’t want to edit the bb core files because they will just get wiped in the next update. Is there anything I can do??
Thanks
Yes there is a less brutal method…Instead of targeting all WP titles, you can target only bbPress titles.
Filter on ‘bbp_get_forum_title’ and ‘bbp_get_forum_archive_title’
bbPress is stripping all paragraph formatting when using the fancy editor.
I am working with the plugin TinyMCE Advanced, I need this setting checked for posts:
“Stop removing the and tags when savings and show them in the HTML editor.”
This works just fine for posts, but when it is checked it stops paragraph formatting in the forums. When it is not selected, the forum formatting works just fine.
I really want the fancy editor on my forum, but not being able to use paragraph formatting is a huge pain… Any suggestions as to why this is happening, or how I could go about fixing it?
Latest WP and bbPress.
I have the same issue of Annie S Spratt.
My “Private” forum is gone, the forum index (www.my-domain.it/forums/forum/name-of-the-forum/) tells me “Sorry, no posts matched your criteria.”
But topics are reachable via a direct link (making the forum public, taking the url of a topic and then making again the forum private)
WP3.4.2, Buddypress 1.6.1, bbPress2.2
I’ve set up the new bbPress 2.2 forums for BuddyPress groups as per http://codex.buddypress.org/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/ . But I may have encountered a bug. Has anyone else had the following problems?
The BuddyPress group admin>forum page check box (followed by save) seems to have no effect on turning the bbPress forum on or off for that group. If the forum was on, it stays on – even if the check box is off. If the forum was off it stays off, even if the check box is on.
Also, the bbPress “forum” tab shows on the group page subnav, even if there is no forum for that group.
By the way, the check box does toggle the “enable_forum” field in the wp_bp_groups database table. But neither BP nor bbPress seems to respond to the change.
Any help on understanding/fixing this would be much appreciated please.
Well, I’ve worked out why my page.php was not showing my template, the loop I was using was a really simple one, just
the_title();
the_content();
When I replaced it with the loop from the twentyeleven them it worked! Phew.
Still not worked out why my site was being bombarded by multiple IPs just from positing the link to an open forum on here… I think I stopped it by deleting the forum and the .htaccess file to stop the permalink from existing as even if it’s a 404 it can still be constantly requested. I think…
I’m having the same issues as Annie, 404s on forums unless they’re private. Was working fine with whichever version I updated from, 2.1.something
Cheers,
David
Hmm, I haven’t tested this so I can’t say, but it definitely sounds like an issue. Maybe someone else can chime in and try to duplicate it.
This is probably happening because the default WordPress search isn’t looking at information bbPress stores when it makes things as private. WordPress just grabs results from all post types that are supported, makes sure they are published, and runs with it.
This doesn’t help your current situation, but I just wanted to say the search is something we are trying to address in 2.3.
Having bbPress search results come up in the regular WordPress search is weird, and leads to problem such as this, which is why bbPress topics/replies are not searchable by default. To skirt around this problem, we are likely going to make a bbPress specific search with its own search results page. This will give us more control over how the results are returned and make sure stuff that should be hidden doesn’t show up.
What plugins are you using? Are you running any membership plugins? Have you edited any of the roles or capabilities?
This is likely issue with bbPress 2.2.x and the user roles being changed. You can read more about it here.
I can confirm this happening as well.
I have the older version of the bbpress, but as soon as I upgrade to 2.2.2, the menu disappear (no more beehive icons, beeicon, etc)
But on the front end, the forum is still available.
It’s because the blockquote has clear:both;.
You need to add another style to override that, something like .bbpress blockquote { clear: none; }
Thanks Spence- I tried toggling and saving the BP “allow group forum” as you suggest but it didn’t fix it.
In fact, the BP group admin>forum page check box (followed by save) seems to have no effect on turning the bbPress forum on or off for that group. I checked that it does toggle the “enable_forum” field in the wp_bp_groups database table. But neither BP nor bbPress seems to recognise the change.
I think there may be a BP/bbPress bug/incompatibility problem here – what do you think Spence and JJJ?
Can someone please help me out?
The quoting function leaves me out with a huge margin before the quote! I first noticed it today and I have no idea what caused it!
I added a fancy editor a couple days age pasting a code from topic.
I also messed around with plugins GD bbPress Tools and bbPress2 BBCode trying to find the best solution for quoting.
Somehow I have now a huge margin, I can’t edit it in css – don’t know what to do!
It looks like this http://img152.imageshack.us/img152/1030/quoteproblem.png
The link to my forum and an example topic with (notice that the quoting function worked fine a few days ago…)
http://lowcygier.pl/temat/dolacz-do-naszej-grupy-na-steamgifts/?view=all#post-1877
Please, I will appreciate any suggestions
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 .