Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #219606

    I have installed Enfold with BuddyPress Multilingual.
    For latter to work, in the WPML settings (Language URL format) I need to set the option “Different languages in directories”, (according to BuddyPress Multilingual instructions).

    This seems to work, but when I go to the Enfold Theme options, (/wp-admin/admin.php?page=avia), I get the following error code on top of the page:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘bpml_icl_ls_languages_filter’ not found or invalid function name in /public_html/wp-includes/plugin.php on line 199

    Warning: uasort() expects parameter 1 to be array, null given in /public_html/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 5573

    Please let me know what to do.

    Regards,
    Paul

    #219806

    Hey coer!

    Enfold does not support BuddyPress. BuddyPress requires special templates, etc. to integrate perfectly into the theme and that’s why Envato/Themeforest also sells BuddyPress themes in a special category: http://themeforest.net/category/wordpress/buddypress. You need to use bbPress for the Enfold theme or hire a freelance developer to make BuddyPress plugin compatible.

    Regards,
    Ismael

    #219897

    Hi Ismael,
    Thanks for your quick reply.

    Ouch… I have misread when I purchased, thought it supported both BBPress and BuddyPress. The issue is, I need all the functionality that Enfold has, PLUS compatibility with BuddyPress/BBPress.

    How on earth do I find a developer at such short notice who is familiar with Enfold.
    And, how big a job is this? Would Kriesi be able to do this for me? Perhaps its good to have Enfold BBPress compatible anyway, I suspect a lot of people would like that.

    I guess WP Symposium may be an alternative for BuddyPress.
    Is that compatible with the Enfold theme?

    #220389

    Hi!

    I recommend to contact werkpress: http://werkpress.com/ or to search for a freelancer here: http://www.microlancer.com/ because we do not have any plans to support buddypress at the moment. You can also try WP Symposium but we didn’t test this plugin and it will probably require a theme code customization too. If you’re in a hurry and/or if your budget is low I suggest to search for a buddypress theme here: http://themeforest.net/category/wordpress/buddypress

    Best regards,
    Peter

    #220434

    Dear Peter,
    Thanks for your suggestions.

    Is it possible to combine themes? I want to continue all possibilities that Enfold offers, but would not mind to buy an additional Buddypress theme which specifically addresses Buddypress compatability.
    Is this possible? Or would I need to abandon Enfold completely and only use the new Buddypress theme.

    #220849

    Hi!

    Tbh if you want to use a buddypress theme you would need to abandon Enfold completely because it’s probably more work to implement the Enfold features into another theme than adding buddypress support to Enfold. If you want to stick with Enfold I recommend to hire someone who can help you to implement buddypress. If you decide to use buddypress with Enfold please keep me posted (i.e. here or send me a mail to (Email address hidden if logged out) ) because I would be interested to work on a “BuddyPress compatibility plugin” (which is based on your customized code) or to merge your changes with the core theme files (depends on the customized code). Maybe some other users may profit from the buddypress integration too and you can be sure that we take care of the buddypress compatibility in the future when we update Enfold…

    Cheers!
    Peter

    #222157

    Hi!

    I just noticed that the “errors” are just warnings which are triggered by the WPML BuddyPress Multilingual plugin. You should be able to get rid of them by deactivating the debug mode (see: http://codex.wordpress.org/Editing_wp-config.php#Debug – the “WP_DEBUG” constant in wp-config.php must be set to false) and if this doesn’t help try to insert

    
    error_reporting(0);
    

    at the very bottom of functions.php.

    The code will suppress all warnings and won’t affect the buddypress or any other third party plugin.

    Regards,
    Peter

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfol and BuddyPress Multilingual’ is closed to new replies.