• It appears to me (could be my installation) that when using both of these very similar plugins together one can only have the groups component active in one of the plugins. Otherwise all ok!

    Has anyone else experienced this ?

    The error is:

    Cannot redeclare show_field_in_headercj() (previously declared in /Users/valuser/Documents/Websites/mysite.dev/wp-content/plugins/buddypress-facebook/includes/facebook-groups-extension.php:63) in /Users/valuser/Documents/Websites/mysite.dev/wp-content/plugins/buddypress-twitter/includes/twitter-groups-extension.php on line 60

    http://wordpress.org/extend/plugins/buddypress-twitter/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Solution that work for me is just renaming that function name. I just append single alphabet at the end of the function name. Don’t know if this trick is legit. But it is good to have our wp-admin back. 😛

    Regards,
    Prerak Trivedi.

    Prerak Trivedi, can you elaborate on that a little clearer. Thanks for stepping up and helping others where you can, is the author no longer maintaining these plugins?

    I tried adding the letter “a” behind show_field_in_headercj(line 63):

    function show_field_in_headercj( $fbplus_field_meta )

    to:

    function show_field_in_headercja( $fbplus_field_meta )

    But that was a no go. Honestly i’m not really sure what i’m doing but i figured renaming a function isn’t too hard, Im just doing it wrong.

    Any help would be greatly appreciated. Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: BuddyPress Twitter] Can't have BOTH BuddyPress Facebook/Twitter GROUPS Component.’ is closed to new replies.