bbP toolkit has this feature too, if you do not want to use Robins plugin.
Also if you don’t care in paying, or don’t know already the premium version of GD bbPress tools called GD bbPress Toolbox has this feature too.
Before Posting
Yes these ^^
There is a plugin to disable across your whole site
https://wordpress.org/plugins/disable-embeds/
We might add an option to the bbPress plugin to turn this off, or include this WordPress post oEMBED to the already present enable auto embed option.
In your post you said random images show up and some screen flicker? This makes it sound like a really bad bug, but thinking over it, is it just the icon images (share icon, WordPress logo, possibly a comment icon), and the post embed loading?
EDIT: Actually disabling auto-embed in your forums will also stop the WordPress post oEMBED feature.
Yes for now threaded replies do not have pagination. There is a ticket introduce pagination, but it might have issues with other areas in bbPress, like private forum functionality.
I have found a rather nasty bug:
Details:
If you right click on the (reply #number) in the top right of a topic reply, you can then click to copy link address.
If you then paste this address into a new reply form and submit, the result is a screwed up blockquote of the Topic name and some random graphics.
It appears to be conflict between bbpress and the WordPress 4.4 content embed feature.
On my local host installation it also causes screen flicker in a loop.
I discovered this when trying to look for a quote replies solution.
Any chance we can do something to block/stop/patch it.
Kind Regards
Max
BUMP
Robin I have installed your OK FINAL ANSWER code listed above and all works as it should with one small BUG.
If I am logged in as admin and then click on your MY profile link I am not taken to my BBpress front end profile page but rather to an error page:
———-
Oops! That page can’t be found.
It looks like nothing was found at this location. Maybe try searching?
———-
Can anyone assist me to edit the code so when someone logged in as admin click on the my profile link they are taken to his or her BBpress front end profile.
Thanks in advance for any assistance you can provide.
Kind Regards
Max
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
go to
Dashboard>user>all users
under
Users Add new
you’ll see the worpdress and bbpress roles listed in a single line
eg
All (1,201) | Administrator (2) | Editor (4) | Subscriber (1,050) | Keymaster (2) | Blocked (1) | Moderator (4) | Participant (1,181) | visitor (13)
Click on the ‘blocked’ link and you’ll get a filter which just shows these
BUMP
I can confirm that if you install the above code in your functionality plugin and then use the
WP NICE SEARCH plugin set to all you can display your bbpress content in a nice ajax drop down in your sidebar.
Nice Search also has the option to limit the search parameters by configuring its shortcode:
[wpns_search_form only_search=”my_custom_post_type”]
I want to use this shortcode in the sidebars for my forum conent and limit the search to just Forums, Topics and Replies (no WP stuff included). However, I can not figure out what I should put in the NICE SEARCH shortcode as the BBpress custom post types.
I have tried both of the following as a trial but they didn’t work:
[wpns_search_form only_search=”bbp_register_topic_post_type”]
and
[wpns_search_form only_search=”ntwb_bbp_topic_cpt_search”]
Can anyone assist me with what the correct format of the BBpress custom post type(s) that I should be entering into the NICE SEARCH short code.
Thanks in advance for any assistance that is offered.
Kind Regards
Max
Hi everybody,
I’ve just finalised the migration from PhpBB to BBpress.
I’have noticed that when I open a read a topic for the first time, there’s some processing happening in the background the takes time depending on the number of replies in that topic.
– hundred of replies can take more than 10 seconds. Once I am in the topic, if I open it again with another user, it’s fast.
– thousand of replies can end up in a ” PHP Fatal error: Maximum execution time of 30 seconds exceeded”
– also, a test I did on a topic with about 40K replies ended up in an “Allowed memory size of XXXX bytes exhausted (tried to allocate 4096 bytes) in Unknown on line 0” error.
I am on a dedicated server and I can change all the memory and execution time limits parameters, but I have the feeling this should not be the solution.
I don’t understand why there0s so much processing happening.
After a second look, I’ve noticed that the replies are not paginated. So the system tries to return all the replies in one shot.
I’ve tried to change the pagination settings and also to deactivate/reactivate the plugin but it didn’t fix the issue.
Even when I move a topic in the thrash, there’s some php logic that eliminates the replies one by one and can take a minute when the topic has 40 replies.
Is this normal?
Anyone who can help?
Thanks,
Gio
several ways to achieve this, you can do it by creating different roles
eg
Custom Capabilities
Dears,
I am installing bbPress on my website – I’d like to establish user levels for participants based on the number of messages they’ve sent in the forum.
For example:
1-10 messages – level 1
10-50 – level 2
50-100 – level 3
and so on..
Any idea how to do that?
I’ve been seraching for a solution here on the forum with no success.
Thanks a lot
Simone
Sorry for mass bumping the thread, but i found this:
https://bbpress.trac.wordpress.org/ticket/2414
But the “trac” says that it has been fixed?
Hello for I install this plugin today for my site and I have a small issue , I have Clef Login and The issue is that the clef login are in the bbPress Widget and it looks massive , is there away to have clef login still but not in the bbPress Login Widget or make it smaller
here is the site if you want to know what I mean store.gearpowered.com
Thank you In advanced
Most wordpress themes work fine with bbpress. There are plugins such as https://en-gb.wordpress.org/plugins/bbp-toolkit/ and https://wordpress.org/plugins/bbp-style-pack/ that will help integration and add features
Latest WordPress and bbPress version. Any idea guys?
Hi Back9hours,
I use this: https://wordpress.org/support/plugin/bbpress-new-topics
with a little modifications found at the support forum, which seems to work fine.
I can give you my modificated file?
When users try to reply on a thread on their mobile it very often happens that they just bumps to first post in thread without submit the post. I have experienced this myself. I then go back, and send again. Sometimes it takes 2,3 or 4 times before posting is successful.
I use wordpress 4.5.3
bbpress 2.5.9
Is there any tip on how to find the error?
I use this theme on mobile:
GM Neo (Graphene)
This app to mobile switch:
Any Mobile Theme Switcher
I also have the following plugins for my bbpress:
GD bbPress Tools
bbPress Go To First Unread Post
bbPress Unread Posts v2
I encountered the same Problem as Loc: The count returned by bbp_get_user_reply_count does not update with the user’s activities in the forums. The bbp_get_user_reply_count_raw computes the count directly from the database, which is computationally more expensive, but delivers a correct count.
Furthermore Robkk is right: I just had a look at the source code of bbPress 2.6-alpha, and has added and hooked some functions to correctly increase and decrease the post count on user’s actions such as creating and deleting posts.
This is probably because in the bbPress default theme package, there is a template called content-search.php. In some newer themes there is also a template of the same name. And since the bbPress templates don’t necessarily need to be in a bbPress folder, the bbPress plugin is choosing the template from your theme before the template that is actually in bbPress.
Copy content-search.php from the bbPress plugin templates and place it in a child theme in a folder called bbpress.
https://bbpress.org/forums/topic/bbpress-search-only-showing-last-item/#post-175880
Functions files and child themes – explained !
So create a directory on your child theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpress
where %your-theme-name% is the name of your theme
find
wp-content/plugins/bbpress/templates/default/bbpress/content-search.php
Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/content-search.php
bbPress will now use this template instead of the original
Hello everyone, I recently installed bbpress to my wordpress website and noticed that the forum search bar was not working at all. For example, if I search for a topic, only my blog posts show up and not any topics. I’m pretty sure that this is due to a problem with my theme because if I switch back to twenty sixteen, then the search bar works again. However, I don’t want to switch back to twenty sixteen for certain reasons. Does anyone know how to fix this issue then with the theme?
I’m using wordpress version 4.5.3, bbpress version 2.5.9, and my website is http://www.purposeshare.com/forums
Thanks,
David
This is now fixed and will ship as part of bbPress 2.6
Hello,
I have a problem for a while. The freshness of the answers are not correct. I do not understand why !
Do you have an idea ?
Site: http://forum-ableton.fr
This is not a plugin conflict problem because even BBPress one that does not change.
Thanks in advance.
Cordially.
ok, I’d either
change the theme to parent briefly and try it again – see if this fixes
or try replicating to a test site, where you can play with it
https://codex.bbpress.org/getting-started/testing-your-bbpress-installation/creating-a-test-site/
My client has a bbpress forum and would like any images uploaded to the forum to open in a new window when viewed. I know how to make that happen on regular pages/posts but not sure if there is a way or plugin to force that feature in a forum with other users posting/uploading images.
WP 4.3.5 and BBpress 2.5.8.
Any suggestions? Thanks for any input.
the last set of code in this thread should give you what you want
https://bbpress.org/forums/topic/adding-user-profile-button/