Search Results for 'translation'
-
Search Results
-
Hi,
I saw somwhere a topic about Forums, Topics and Replies somwhere in the forum and want to confirm that it exists even in just releases 2.2.3. In admin and on frontend bbpess post types labels don’t get translated (tested on 2 different sites, translated in 2 different tools, my language uses extended latin chars).
Another issue is with the User profile rules (permalinks, line 873 in bbpress.php). It’s possible to filter rewrite rules for user favorites and subscriptions but topics and replies (and it’s pagination) are hardcoded, even if there are functions available to use instead (and filter if needed)
Topic: Translation in Glot
Hi I was wondering what version of bbPress is in the GlotPress (here) I’m pretty sure it’s behind.
I’m trying to complete the Dutch one but in the reference files I see its referencing wrong (thus old?) folders like `bb-admin` instead of `admin`.
Also when using the `.pot` file that comes with bbPress it shows 952 strings while an exported version from the glot only shows 927 strings.
Is there any indication when the Glot gets updated? If it does get updated soon I will complete the Dutch Translation.
I would love to keep all my website content in my native language.
I use a plugin “Simple Local Avatars” to allow my forum users to upload their avatars. I have translated the plugin myself and the translation works perfectly in ‘my profile’ section in WordPress’ dashboard.
However, on bbpress’ profile page the avatar upload section is still in English. Why doesn’t BBPress see the translation and how to make the BBPress see it?
Topic: Translation problem
Hello,
http://bbpress.trac.wordpress.org/ticket/2047
As requested, I move the discussion here.Topic: Problem with translation
Hi, I am having a problem with bbPress since 2.1 with the translation.
Some parts of the plugin dont get the correct translation like:
– Admin area
Forum => All Forums
=> New Forum
Topics => All topics
=> New Topic
Replies => All Replies
=> New Replies“Replies Created” in user profile
Widget in admin area:
Discussions Users & Moderation
1 Fórum 3 Usuários
1 Topic 0 Hidden Topic
0 Replies 0 Hidden Reply
1 Topic Tag 0 Empty Topic TagThe other parts are fine, but these dont load the translation. Any help?
Thanks
Topic: Version 2.2 Translation file
After upgrading my bbp-languages folder is gone.
I placed the file under /wp-content/plugins/bbpress/bbp-languages/bbpress-ja .mo but it doesn’t work anymore.Where should I put the mo file?
Hello
I’d like to translate bbPress into Arabic for both the front and back end.
Where can I started?
Please someone to guide me to the place of the language file so I can get stated and any other recommendations.
I do not mean that someone do the translation for me but I will do the whole thing myself then share it here for all.Hi everyone.
I’m developing a web site with multilingual support, using WordPress 3.4.2 and the Polylang plugin 0.9.4 . I’d love to add a forum to the site, so I downloaded, installed and activated bbPress 2.1.2 .
The first problem was that bbPress didn’t switch from one language to another, always keeping the default WordPress language. I solved this calling again bbpress()->load_textdomain() before loading the header template:
function cbp_bbPressTranslate(){ bpress()->load_textdomain(); } add_action('get_header','cbp_bbPressTranslate');This worked great, but soon other problem appeared. If topics and replies doesn’t have translations, they doesn’t show up. I can add translation posts for they from the admin panel, but of course my users can’t. I’ve isolated the problem to the Polylang plugin: switching back to Twenty Eleven theme and deactivating all plugins but Polylang didn’t do anything. Deactivating Polylang showed the topics again.
I’ve tried other multilingual plugins like xili-language, which works great with bbPress, but lacks of customizing menus panel, wich I need on my site.
Anyone can help me? Encouraging words will be welcomed too! 😀
Hi,
I am unable to view the topic or reply content. With debug on I receive the following error
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘FORCE INDEX (PRIMARY, post\_parent) WHERE 1=1 AND (wp\_posts.ID = 647 OR wp\_posts.’ at line 2] SELECT SQL\_CALC\_FOUND\_ROWS wp\_posts.* FROM wp\_posts 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 FORCE INDEX (PRIMARY, post\_parent) 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
I have had this error since I installed this plugin over a month ago and have not been able to fix it. At that time I found this ticket1 which lead me to this 2 line change2. I decided to add these two lines but that did not help either.
I have switched themes to Twenty Ten bbPress, Twenty Eleven, and the standard Twenty Eleven. I have also disabled almost all plugins (not WPML because I’ve had bad experiences with disabling and re-enabling it). None of this troubleshooting actions have helped. I then sat around waiting for an update, but unfortunately one has not come yet.
Since we are reaching the launch date I would like any help from anyone who has encountered this issue and successfully fixed it.
Thank you so much! Tamara
Topic: Ask for a plugin
I there, Zaerl here. I’ve made a couple of plugins on the bbPress 1.1 standalone era and now it’s time for me to join the 2.1.2 bandwagon. I’ve seen that a lot of 1.1 plugins haven’t been implemented/ported to the new infrastructure and it’s a pity.
Are there some plugins that are needed? I have a couple of weeks to spare and I will be happy to help the community (for free obviously.)
Have a nice day.
P.S. I have also a 100% complete italian translation if you need it. I have translated it from scratch cause the GlotPress one is poor.