Wordpress version: 4.5.3
bbPress version: 2.5.10
theme: Zippy Courses
site: http://escuela.palabrasalavida.com/forums/forum/el-yoga-de-las-palabras/
Hi,
Pleased I’m stuck with this. I have my WordPress installed in es_ES, I have translated the Zippy Courses theme without problems and now I am trying to translate the bbpress pluging by copying the es_ES.mo file into the languages folder and it doesn’t work. The plugin is not getting translated.
I have tried to do it using the plugin “Codestyling localization” and I get this message:
Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won’t be executed anymore. Please contact the Author about that.
Any hints?
Thanks for your help!
Hello I am setting up a site on tmmgaming.com/temp
I’ve tried BBpress with no other plugins as well as a lot of avatar plugins.
Now I’ve installed Buddypress and I we still don’t see our avatars on the forums, anyone have an idea what this could be?
Thanks in advance.
I found a old report of this bug :
https://bbpress.trac.wordpress.org/ticket/2739
So it’s a known issue. My workaround (manually hacking the str_replace) seems to work so I’ll just manage that until it gets solved.
Is there any plugin that can help me to achieve this:
my website is using wordpress + bbpress. I want to create personalized experience for user. I have pages that dedicate to baby names: if the user has login to the bbpress, he is able to save the baby names and retrieve it later.
This means that I need to check whether the user has login to bbpress or not, if yes, i will need to get his/her user id.
May i know whether there is any plugin or program that can help me to achieve this.
Thanks in advance.
Same issue in developpment server with :
– All plugin disabled (without bbpress of course)
– Default Permalink
– Default template
If i give you access to my developmment website, can you check ? (just need your IP)
Done P3 Plugin.
All it’s good when i don’t post a message but with a manual check and post a message on bbpress :
Theme Load Time: 7.3342seconds avg.
Query Timeline : 3444 querries
Detailed Timeline : 87 s (for theme)
I try tonight with the default template but i think it’s the same.
Hi,
I’ve never try the forum on local (just on developmment server)
– Have you run all the repair tools of bbpress after import to be sure your structure is optimized ?
> Yes but i’ve a other issue, my last message on my forum don’t have the good link … (the link point on a other topic but not all time)
– Have you deactivated any not-needed plugin ? Is your theme ready for bbPress ?
> Already said, i’ve tried on developpment server : disabled all plugin and use native template : same issue
– Did you try to run performance tools like the P3 plugin performance profiler to narrow down the possible slow parts ?
> I try
– Did gtmetrix.com indicate something ? Or what did you see using the Pingdom Tools ?
> All my website is quickly, just bbpress send is slow
– Is it for all people in the world the same ? Check with Sucuri performance.
> It’s a french Website but yes, in France all people have the issue.
So, I have recently found out that my topics content weren’t showing correctly. Spent a lot of time trying to solve this, and finally came with a solution to my case.
I use ElasticPress on every query on my WP installation, including, of course, bbpress queries. Because some bug or something I really don’t know what, ElasticPress query filter was conflicting with bbpress queries.
The solution I found is “ep_skip_query_integration” filter of EP.
This is what I did, I’m running this in functions.php:
function disable_elasticpress_integration( $query_args ) {
add_filter( 'ep_skip_query_integration', '__return_true' );
return $query_args;
}
add_filter( 'bbp_include_all_forums', 'disable_elasticpress_integration' );
Hope it helps.
Renan
@rmens and @rulph12 : There is NO bbPress 2.6.1.1, so you are probably referring to BuddyPress and not bbPress ? If so, please try the BuddyPress support forum.
Pascal.
Goodmorning everyone
I install bbPress on my site romanzi.net, you can see a preview of the forum at this address
http://www.romanzi.net/forums/forum/forum/
I need to have the forum to the entire page without the widget on the right.
how can I do?
Thank you
Good day
Andrew
Hi,
I am using Tessearct 2.0 theme. I hope my problem is clear. Due to the bbpress intend spacing, in the post #942, the words “other” in the first line and “installation” in the second line is truncated. Instead these words should have automatically moved in to the next line. Why is this happenening?
My problem could also be solved if I am able to reduce the indent spacing or even remove it completely. How can I do that?
Oh, I have been looking for themes in https://wordpress.org/themes/
But most themes that barely synergize with BBPress and Buddypress.
Like the theme outside of BBPress and BuddyPress are in one colour, while the plugins are using a white theme. This makes the theme very not “fit” the plugins.
I have also tried themes labelled with Buddypress, but they look very “different” too.
Do you know if there are any free forum themes available?
Thanks!
Hi,
I hope you can help me.
For some reason, I can’t log out when I have bbPress installed. It just redirects and doesn’t log my users out or me when I try it.
I have deactivated other plugins and only deactivating bbPress fixes this.
Regards,
Gary.
$content_dir (from the constant ‘WP_CONTENT_DIR’) resolves as:
/var/lib/openshift/hexkey/app-root/data/current/wp-content
content_url gives mydomain/wp-content
and the file location starts out as :
/var/lib/openshift/hexkey/app-root/data/plugins/bbpress/templates/default/js/editor.js
That last path, I’d expect that to be /var/lib/openshift/hexkey/app-root/data/wp-content/plugins/bbpress/templates/default/js/editor.js
i.e. after data is wp-content which is before plugins
Plugins are “typically” installed unto the wp-content directory, WordPress has some constants available to change these, typically WP_CONTENT_DIR and WP_CONTENT_URL are used, WP_PLUGIN_DIR and WP_PLUGIN_URL are not used anywhere near as much, maybe the Openshift configuration has these defined in the wp-config.php file in the root directory?
https://codex.wordpress.org/Determining_Plugin_and_Content_Directories#Constants
This probably needs further investigation by bbPress, mainly to check the constants WP_PLUGIN_DIR and WP_PLUGIN_URL so these can be used standalone when WP_CONTENT_DIR and WP_CONTENT_URL are not used at all.
@oldshaghat can you check in your wp-config.php if any of the above constants are defined please?
The latest version of bbPress is 2.5.10, 2.6 will be the next major release and 2.6.1.1 does not, nor will probably ever exist…
How can I have a master button/link that says “Start Discussion” that links to a post form page? On that page would be a drop down menu for which forum/topic your post will be made to.
I am hoping someone already made a plugin for this posting page feature but I cant seem to find it.
This seems like a feature that should already be built into BBPress. Maybe it already is and I missed ?
Much appreciated.
Robert
The link didn’t help… 🙁
When I do a search in BBPress with a single word like “Computer” if works fine… but when I add “Computer Test” in the BBPress search it puts a “+” symbol between Computer and test in the URL string. If I remove the “+” and just use a space or a %20 it works fine.
Hi, just given my thoughts: Is your original forum (the first one) also running on a local machine or on shared hosting? I had a bbpress site that locally was running very slow. The moment I moved it to a provider, it was running great…
My checklist:
Please note that WordPress requirements/recommendations are on https://wordpress.org/about/requirements/
Some things to check:
– Have you run all the repair tools of bbpress after import to be sure your structure is optimized ?
– Have you deactivated any not-needed plugin ? Is your theme ready for bbPress ?
– Did you try to run performance tools like the P3 plugin performance profiler to narrow down the possible slow parts ?
– Did gtmetrix.com indicate something ? Or what did you see using the Pingdom Tools ?
– Is it for all people in the world the same ? Check with Sucuri performance.
Plugins:
– Are you using any cache mechanism to improve speed where possible ?
– Plugins like W3 Total Cache, Batcache, WP Super Cache or other ?
– Did you check for CloudFlare or the autoptimize plugin ?
Some further reading: https://codex.bbpress.org/getting-started/improving-performance/
If it would come to database queries, then check these plugins:
https://wordpress.org/plugins/query-monitor/
https://wordpress.org/plugins/query-monitor-bbpress-buddypress-conditionals/
Also note that in the upcoming bbPress v2.6, a lot of focus went on possible performance issues.
Hope it helps,
Pascal.
-2
down vote
favorite
I am working with bbpress. I have installed the bbpress in my website. But now I am facing very weird issue.The forum is sending me to different page instead of the topic I click. I have uninstall and reinstlal the plugin. But that is not working here is the link of that forum
http://www.amanswebsite.com/forum-index/
Try to click on the any forum you will get what the issue I am facing
Thanks
Dear All,
In my new forum, I am finding out that as replies are given, the default indent space is eating in to the post space rather than the post adjusting the text to fit it within the available width (after reducing the indent space). You can see that clearly in the second reply post #942 (posted by Fazil) in the below link
http://solarwindconsultants.com/forums/topic/economic-viability-of-solar-energy-at-any-given-location-latlong/
My versions are: WordPress 4.5.3 & bbPress 2.5.10. Also, my “Reply Threading” tick box is not enabled.
Please let me know what it is that I could be doing wrong?-
I just upgraded bbpress from 2.5.3 to 2.6.1.1 and on the profile page navigation there used to be a submenu with the option to edit your profile and change the avatar. Since upgrading to 2.6.1.1 these options are no longer visible.
After searching around a bit in my theme I couldn’t find anything that seems to be related to this. Does any one else have this problem? Thanks!
Its not available for download. Besides its just a custom made theme made for the bb sites (bbpress.org and buddypress.org and their respective codex subdomains, possibly trac too )
Choose a theme from here.
I dug down into bbpress/includes/core/template-functions.php and inspected a couple of variables there in the enqueue_script call to see what’s going on.
$content_dir (from the constant ‘WP_CONTENT_DIR’) resolves as:
/var/lib/openshift/hexkey/app-root/data/current/wp-content
content_url gives mydomain/wp-content
and the file location starts out as :
/var/lib/openshift/hexkey/app-root/data/plugins/bbpress/templates/default/js/editor.js
So the string replace is going to fail – because that constant content-dir isn’t where you expect it to be – which is maybe something stupid openshift has done. Or goodness knows.
Seems like if I edit this file to trim the “current/wp-content” piece off the content dir location I’ll be in business.
I’m seeing this in WordPress 4.5.3 and bbPress 2.5.10.