Forum Replies Created
- 
		
			
In reply to: Minimum User Privilege Needed to Use ForumsI have a similar problem. I cannot view the forums with any user role other than “Administrator”. I even tested with the Memebers plugin and gave the role “forum participant” rights to eveything in WP, more than the Administrator, and stil I cannot see the forum. http://rebeccapersson.com/klub-sunde-born-forum/ All forums and topics are public and open. What could be blocking this? Cheers Vayu In reply to: bbPress Language FilesHi Bardo, thanks for helping. This worked for me finally.  So I have these 2 files here like this: /wp-content/languages/bbpress/bbpress-da_DK.mo /wp-content/languages/bbpress/bbpress-da_DK.po Nothing else. Vayu In reply to: bbPress Language FilesHi Moddey. To download your language file from glotpress https://translate.wordpress.org/projects/bbpress/plugin You have to be logged in. Click into your language section. At the bottom of the page you can export the language file. In reply to: bbPress Language FilesThanks John, but I am still not getting any translation on the bbPress forum plugin. I have my WordPress translation files here: /wp-content/languages/ and my WP installation is translated perfectly. I have placed my bbPress plugin language files here: /wp-content/languages/bbpress/da_DK.mo /wp-content/languages/bbpress/da_DK.po I have this in my wp-config.php: define(‘WPLANG’, ‘da_DK’); I have downloaded the language file from Glotpress. https://translate.wordpress.org/projects/bbpress/plugin/da/default Wonder what can be going wrong?? Thanks Vayu In reply to: bbPress Language FilesHi Moddey. I am not sure if what I did is correct. I can’t seem to do this in all my themes. And I can’t seem to find out why. I am also interested in finding a solution that actually works.  In reply to: bbPress Language FilesIn reply to: bbPress Language Files In reply to: bbPress Language FilesIn reply to: bbPress Language FilesHi I am not sure your right about this. In the index.php file in bbpress/bbp-languages/index.php it says the following. “Do not put custom translations here. They will be deleted on bbPress updates. Keep custom bbPress translations in /wp-content/languages/” I first tried to place my language files in bbp-languages folder and it did’t work. When you do as I explained both the theme and bbpress will be translated. That’s what you want isn’t it? I did notice the date of the post, but people might find my answer helpful even if migueltavares is not looking for help on this anymore. Vayu In reply to: bbPress Language FilesHi. Add this to your functions.php file in you theme. add_action(‘after_setup_theme’, ‘my_theme_setup’); function my_theme_setup(){ load_theme_textdomain(‘bbpress’, get_template_directory() . ‘/languages’); } Then place your language files ind the at folder in your theme folder. Vayu