Tosh
Forum Replies Created
-
Thank you for reporting back with how you fixed it.
I’ll be pushing a update this week with a fix for this. In the meantime you can do this.
Sorry was on a trip in Japan for most of July. Think I have this sorted out now. I’ll be pushing a update tonight if I have time.
But replace your bp-cubepoint-core.php file with this – https://pastebin.com/EZxZFB9R
You should be good to go. I’ve tested it with the files you sent me and it translated it into german just fine.
I’ll add your german translation to the updated plugin when I push a update.
I downloaded those files and put them in the language folder within the CubePoints BuddyPress plugin. Then added this to my wp-config.php file
define ('WPLANG', 'de_DE');
No errors. I do see some parts of my site translated to German. But nothing related to Cubepoints. My test site is running WordPress 3.3.1, what are you running?
Try replacing your bp-cubepoint-core.php file with this – https://pastebin.com/aKzKMzjN
Can you upload your .mo/.po files somewhere so I can try as well? Which language is this?
If you could go to the bp-cubepoint-core.php file and look for this at the top of the file:
load_textdomain( ‘bp-cubepoint’, dirname( __FILE__ ) . ‘/languages/bp-cubepoint-’ . get_locale() . ‘.mo’ );
and replace it with this:
load_plugin_textdomain(‘cp_buddypress’, false, basename( dirname( __FILE__ ) ) . ‘/languages’ );
Then report back if that worked or not.
You’ll want to post in the CubePoints support forum about that – https://cubepoints.com/forums/
I finally upgraded to 3.3.1 and it’s working fine. Try updating to the latest version (1.9.8.4). During the last update (1.9.8.3) I had some SVN issues, maybe some of the files didn’t make it.
Can you provide some exact errors messages. Do you try to activate them both at the same time?
Forum: Fixing WordPress
In reply to: Admin jQuery error on install "Uncaught TypeError: Object #…"@ chucklin72 Thanks for the tip. I edited the bp-template-pack.php file per you instructions and I can edit my widgets again. Yay! Thank you!
Forum: Fixing WordPress
In reply to: Lost functionality of admin menus in 3.3.1Having the same issue with wordpress 3.3.1. I’m not able to move or edit widgets at all.
+1 same error message here. Disabling the plugin for now. Hope it’s a temp thing.
Have you tried to increase the memory for wordpress. I’ll see if there is anything I can do to optimize it more.
What’s not working in WordPress 3.3? Is it the BuddyPress side of CubePoints or the parent plugin?
How did you edit the loader.php file? Why did you feel the need to edit that file?