Good morning!
Seems like WPML 2.8.2 + bbPress 2.3.2 in not compatible
I even have (someone shared a Dropbox link) bbPress Multilingual 0.9 – it does not help:
bbPress disappears when WPML is activated.
Please help!
I have exactly the same problem on a virgin install of WP and WPML using the latest builds.
Can someone please help as it seems WPML is a flawed plugin otherwise.
Just noticed it also seems to install the bbPress widget on my admin frontpage, and if I try to click on one of the categories I get “Hey, Are you trying to cheat?”
I was just able to install bbPress on another fairly new WP install of mine, so it seems like it’s this WP install that is bugging me.
I am using the latest WP 3.5.1 and all themes/plugins are up2date.
I am using latest Arras theme 1.5.1.2.
Here is a list of the active plugins I have running:
Akismet
All In One SEO Pack
Associated Posts Lite
bbPress
Fast Secure Contact Form
GD Star Rating
Google Analytics for WordPress
Google XML Sitemaps
Quick Page/Post Redirect Plugin
Redirection
Simple Local Avatars
Smart Youtube PRO
WordPress Backup to Dropbox
WordPress Related Posts
WP eMember
WP No Category Base – WPML compatible
WPtouch
Hoping someone has an idea as I would LOVE to try our bbPress for my main site.
Thanks!
Dears,
I have configured many forums using bbpress (v 2.2.4 and wordpress 3.5.1) and WPML (v 2.7.1)
and I can reach topic pages http://fr.no-obsolescence.com/forums/forum/images-et-videos/
but replies not. I thing my website users would really appreciate to see their replies 😉
I am using the theme available here: http://organicthemes.com/demo/shop/
I guess perhaps one person with more experience than me could support me in such a fix?
I have tried to force the usage of loop-replies.php but it seems that while ( bbp_replies() ) always returns false :'( even if the blue rectangle just before is showing This topic contains 1 reply, has 1 voice, and was last updated by Thibaut de Sany 15 minutes ago. ??
With kindest regards,
Thibaut de Sany.
http://thibaut.desany.eu
@JJJ
Yep, it’s brute force, but at the moment is the only way, for non admin accounts, to see the forums if the wordpress installation is using also WPML plugin.
If i deactivate WPML, also non admin users can see the forums, if i activate, admins can see the forums, but non admins get a 404 error page.
Hey all
I’m running bbpress with wordpress, WPML, buddypress and the buddybosstheme. I have three fora with three subfora each, two fora and their subfora are translations of the default EN fora and subfora respectively.
When I want to create a new topic in NL or FR, these are posted under the default langguage and do not show up in the list of topics of the subforum.
Changing the language in the backend to the correct one does make them show up. If you view a topic you can’t see the actual content.
Same thing for replies. Replies don’t show up, even if you change the language.
Could anyone point me in the right direction?
Thanks in advance
Pieter
Hi there,
Can you please open a thread in WPML technical support forum? And, include a short description of the problem, WPML and bbPress versions.
Thanks!
I’m having a bit of an issue with bbPress and WPML. For some reason it loads every single wordpress post ever created under the actual forum.
See: http://www.touhou.si/forums/forum/testingissoawesome/
Has anyone seen anything like that before?
Thank you! Worked to fix also my WPML (2.6.1, 2.6.3) issue related to this.
Hey thanks that was a good tip. No i don’t have WPML but the problem is qTranslate, obviously it seems not to know how to translate the 3 new buttons.
I found out there is some kind of incompatibility with the WPML plugin and when I deactivate it, the Forums, Topics and Replies in the admin area are visible again.
I’ve raised a ticket in the WPML forum to see if they can help. I am aware that older versions of both plugins (bbpress and WPML) worked fine together. The WPML forum itself is supossely implemented with both plugins.
Let’s see if it can be solved soon.
@Hangout: are u using WPML?
Regards,
Julio
the link to my ticket is here. http://wpml.org/forums/topic/plugin-conflicts/#post-87180
seems to have stalled tho
Same exact thing happened to me. I have just raised a ticket in the WPML support forum too.
(http://wpml.org/forums/topic/wpml-widesite-forums-buddypress/)
No idea what it can be.
Can you share the link to your WPML ticket here?
Thank you!
Julio
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
In Tools > Forums are some uninstall tools, but if you don’t have forum content, there’s nothing to uninstall. Reinstalling bbPress is just uploading the files and activating the plugin.
Unclear how bbPress works with WPML, haven’t tried the two together.
I will try and find out from my web host, but in the mean time is there a way to completely uninstall bbPress and then reinstall it. I don’t currently have have any discussion forum content, so there is nothing for me to lose.
One other potential symptom…I have WPML installed and all of my user facing content is set to be displayed in Portuguese. When I have created new forums, they don’t show up in the dashboard as being associated with either English or Portuguese. They should show up as being associated with Portuguese, since that is the language I had set when I created the forum.
…I do have lots of pages and posts, so I wouldn’t want to lose any of this content.
Thanks much
Ok, so how do I set Hungarian language for bbPress when my WordPress is a multilingual installation with WPML?
Is bbPress language defined by WPLANG in wp-config?
I would like my bbPress language to different from my WP language.
I use WPML and have a multilingual site. For several reasons, I have set my WP Default language as English.
I wish to deploy bbPress as a Hungarian language forum. I will not have forums in other languages.
What do I do?
> If I use English slugs
What “english slugs”? Are you using a multi-language plugin such as WPML?
[SOLVED]
First I’d like to thank villagora and zaerl for their help!
I have realized that the issue was that I had set the CPTs Forums, Topics and Replies to “Translate” in WPML settings. It was probably something I did when I installed bbPress and overlooked the fact after during my debugging.
For anyone else who is trying to run WPML and bbPress together please note that Forums cannot be translated with WPML. Instead, you must create a separate forum for each language.
Cheers!
I’ve checked the documentation of FORCE INDEX, forget the “solution” I’ve posted above. Actually speaking this snippet (maybe) work:
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts FORCE INDEX (PRIMARY, post_parent) JOIN wp_icl_translations t ON wp_posts.ID = t.element_id AND t.element_type IN ('post_topic') JOIN wp_icl_languages l ON t.language_code=l.code AND l.active=1 WHERE 1=1 AND (wp_posts.ID = 647 OR wp_posts.post_parent = 647) AND wp_posts.post_type IN ('topic', 'reply') AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'closed') AND t.language_code='en' ORDER BY wp_posts.post_date ASC LIMIT 0, 15
Notice the positioning of the FORCE INDEX. Unfortunately we can’t change that part of the query from ‘_bbp_has_replies_where’. We must use the ‘posts_join’ filter, check if WPML have injected its stuff and add the FORCE INDEX.
WPML gives free licences to developers looking to make their themes or plugins compatible. Given this, it might be acceptable that I give you access to my CMS licence if it fixes the bbPress compatibility issue. What do you think?