Search Results for 'bbpress'
-
Search Results
-
Hello,
i use WP 4.6.1 and BBpress 2.5.11. I would like to move the Date / Time in Topics (over the Avatar) down under Mentions, like its here in the bbpress forum done?
Thanks
Regards
SallyI have just updated to WordPress version 4.7 and bbPress version 2.5.12. I am a web developer creating a site for a client, so the work is only locally on my machine; however, I’ve added the appropriate function to the filter ‘bbp_verify_nonce_request_url’ so that it should be working appropriately (I had to do this to fix the problem that led to this new one). Now, every time I try to post a new topic through the front end (rather than via the WordPress dashboard), the above error appears (“ERROR: Your topic needs a title.”) despite the fact that I have submitted a title. Any help would be appreciated!

Hi,
If I copy/paste html content to topic content, all html tag appears in text, all quotes are converted to french quotes and content can overflow
(link to full image)I try this below but It doens’t change anything !
remove_filter( 'bbp_get_reply_content', 'wptexturize' , 3); remove_filter( 'bbp_get_topic_content', 'wptexturize', 3);I remove ALL plugins and I erase functions.php !
I also try this :
function bbp_tinymce_paste_plain_text( $plugins = array() ) { $plugins[] = 'paste'; return $plugins; } add_filter( 'bbp_get_tiny_mce_plugins', 'bbp_tinymce_paste_plain_text' );even if I want to permit copy/paste of (filtered) html, just to try, but it doesn’t make any change.
Do you have an idea of what happens?
Thanks.I have the latest 4.7 version of WordPress and installed the latest bbPress plugin (updated 4 days ago).
When I click on Forums->All forums, in the WP Dashboard, it shows me a full white blank page. Upon typing website.com/forums, it shows a blank page. The newly created forum link website.com/forums/forum/forum is also completely blank. I’ve tried this on two themes – Twenty Sixteen and Twenty Seventeen. Both showed blank page.
I tried creating a new page and pasting [bbp-forum-index] but that gave me the following code as the result:
{{ partial “head.html” . }}
{{ partial “header.html” . }} {{ partial “sidebar.html” . }} {{ partial “post/header-cover.html” . }}
{{ $paginator := .Paginate (where .Data.Pages “Type” “post”) }} {{ range $paginator.Pages }} {{ .Render “summary” }} {{ end }} {{ partial “pagination.html” . }}
{{ partial “footer.html” . }}
{{ partial “foot.html” . }}Hi team and everybody,
This is my question : How to disable notifications of each new topic ?
When a user create a new topic in bbpress forum each users receive a notification about this new topic.
How to disable that ?If a user follow a topic he will receive a notification by e-mail but if he doesn’t follow it he doesn’t receive an email.
Thanks for your help and your job.
Regards.bbpress Version 2.5.12
wordpress Version 4.6.1
TwentyThirteen-Child themeYou’ll see I don’t know what I’m doing here. What follows is what I tried.
I put the following into my 2013 child theme:
1. a folder titled “bbpress” which contained the following all copied from the bbpress plugin folder:
2. a folder titled “bbpress”
3. a folder titled “css”
4. a folder titled “extras”
5. a folder titled “js”
6. a file titled “bbpress-functions.phpI replaced the top of the bbpress.css file which was in the “css” folder with this:
/* Theme Name: bbpress bbpress-child Theme URI: http://neighborsconnect/neighborsnation/wp-content/themes/twentythirteen-child/bbpress-child/ Description: bbpress-child theme for bbpress Version: 1.0 Author: Bruce Wilson Author URI: http://neighborsnation.org/ Template: bbpress-default Tags: bbpress, bbpress-child */Then I increased the font-size for the bbpress forums from 12 px to 20px and other such changes to see if it worked.
Surprise! Surprise! It didn’t work.
What do I need to do to make it work?
~ Bruce
I recently updated WordPress and BBPress. Everything appeared to be in good shape last Friday but today the categories for the forum show on the main menu but the forum and all the related content are missing. I can see that the plugin is active but I do not see it in the WP admin. Any help is greatly appreciated. Thanks
Wordpress 4.7
BBPress 2.5.12
website – massfacilities.com custom theme usign BootstrapTopic: No profiles
I have a live site that I added forums to.
using WP 4.7
bbpress 2.5.12When I try to look at a users profile from the
forum I get a 404 error.Is there a fix for this or even a plugin?
Any ideas?
ThanksI’ve added a dynamic role to my forums that no longer appears in any display user role capacity.
I used thebbp_get_dynamic_roleshook as before.However, the capabilities from this role do transfer over–just not the name.
I’m using custom functions that require this role’s name be defined. So basically this update breaks my site.
Any attempt to role back to an earlier version of bbPress seems to crash the site.
Help!?

