I have install this plugin, i put the .mo file but if I try to change the language nothing...the language remains the same language.
can you help me?
ps. I modify bb_config
bbPress ShowcasebbPress Showcase
bbPress Showcase » bbPress Chat
-
Posted 1 year ago #
-
Hmm. Well make sure you allow cookies, but if you are admin you probably already allow cookies.
Also when you add languages, you need to either deactive/reactivate the plugin or go to
yourwebsite.com/forums/?bb_language_switcher_updatePosted 1 year ago # -
cookies are already allaw, I try to deactivate/activate a few times, i use http://www.endurodoc.net/forum/?bb_language_switcher_update
but nothing, this is the site http://www.endurodoc.net/forum/
kikko088
Posted 1 year ago # -
I find the problem, but i don't know how resolved, the problem is the integration with wp, if I put:
require_once('/home/xxx/public_html/wp-load.php');
on bb-setting.php
the plugin don't work, i I remove this line the plugin WORK
Posted 1 year ago # -
Oh you are trying to deep integrate with WordPress.
Even without this plugin that is known to cause problems when trying to use language files.
You'd have to research on bbpress.org as I am not familiar with the specific problems, I tell people to avoid deep integration at all costs.
Posted 1 year ago # -
Ah ok,
i want to do the deep intagration for have a menu with the page list.
Now I try to explain the question on bbpress.org.Thank you for all!
kikko088
Posted 1 year ago # -
If all you want is the menu page list then have WP write a static file and just include the html directly into bbpress.
Deep integration for just that is bad, it makes then entire forum slow.
Posted 1 year ago # -
Hey ck, forgive me if there's a really easy way to do this, but I haven't been able to figure out it. Is there a way to get the current language as a variable? I basically want to include a different file for French, but can't seem to find a variable I can use.
Zack
Posted 1 year ago # -
The easiest way might be to read the cookie directly with PHP.
$language=bb_language_switcher_filter();and check if $language is set to what you want (it might be empty too).
Posted 1 year ago # -
RSS feed for this topic
Post a reply to “bbpress language switcher”
You must log in to post.