custom bp-language configuration not working
-
My purpose with this file it to change the phrases like “%s posted on the forum topic %s in the group %s:” to my own chosen phrases like “%s posted RE:%s in %s:” in the Activity Stream. I’ve followed these steps: http://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/ to get to my final .mo file and it still does not alter the text in the activity stream.
i have WordPress MU 2.9.2 and BuddyPress 1.2.4.1
I’m currently testing on MAMP on OSX. Buddypress is working solid both here and on the live box.my .mo file is located in wp-content/plugins/buddypress/bp-languages/buddypress-pgs.mo
it was created using Poedit
my bp-custom.php is located in wp-content/plugins/ and contains:define( ‘BPLANG’, ‘pgs’ );
if ( file_exists( BP_PLUGIN_DIR . ‘/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ ) ) {
load_textdomain( ‘buddypress’, BP_PLUGIN_DIR . ‘/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ );
}Did i miss another step or a switch somewhere? Things aren’t overriding.
Also if anyone knows of a plugin or better method than this please advise. Thank You.
- The topic ‘custom bp-language configuration not working’ is closed to new replies.