Using Bogo with BBPress and Buddypress
-
Hello, thank you for this awesome translation plugin. I am translating a wordpress installation that contains BBPress and BuddyPress.
First, two Notices are being shown in admin interface in debug mode when Bogo is active:
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /var/www/html/wordpress/wp-includes/functions.php on line 3547 Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /var/www/html/wordpress/wp-includes/functions.php on line 3547
Second, if the BBPress forums are reachable at “https://example.com/forums/”, they can be localized by calling “https://example.com/forums/?lang=en”, however, I would like to maintain the Bogo-convention and be able to see the localized version by calling “https://example.com/en/forums/”. The same for BuddyPress. How would I go about this?
- The topic ‘Using Bogo with BBPress and Buddypress’ is closed to new replies.