• Just noticed this the other day, im using the latest version of WordPress with Simple Facebook Connect plugin and BBPress. When SFC or the majority of Facebook ‘Like’ plugins are running along side BBPress, BBPress stops working properly.

    Check out my forum i’ve been testing the past two days

    https://www.streetphire.co.uk/?forum=general

    thats meant to have 5 sub sections to it and DOES when the Facebook plugins are disabled. Its either BBPress or loads of Facebook plugins have the a conflict somewhere..

    Maybes someone could look into this

    Cheers
    Steve

    https://www.ads-software.com/extend/plugins/bbpress/

Viewing 6 replies - 16 through 21 (of 21 total)
  • Hmm… I wonder what is going on on my end.

    Twentyten theme, killed all plugins

    0.25 and 0.999 version of SFC tested against newest (beta 3 I think) version of bbPress.

    SFC works perfectly, no problems there.
    The forum works fine on its own (and when SFC is active, except the like button)

    I can view forums index / single forums / topics / replies just fine on bbPress until I turn on the Like button

    Once I do that, I can view the forums index, but when I click onto a single forum all I get is the title and description of the forum. Nothing else shows.

    Here’s my forum index which works fine:
    https://voodoopress.com/forums/

    And a single forum which does not:
    https://voodoopress.com/forums/section/general-wordpress-talk/

    I’m not sure what else to check…… but I’m glad to know everything is working for you Otto, at least that gives me some hope….

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    “0.25 and 0.999 version of SFC”… Not sure what that means.

    Delete 0.25 completely. It’s dead, Jim. I’m not changing it, I’m not developing it any further.

    Only test with 0.999. It no longer has all the sub-plugins, for example.

    And I still can’t reproduce this.

    Here’s my test site. You can see the Like buttons on it.
    https://ottodestruct.com/wptest/

    Here’s my forum on that site:
    https://ottodestruct.com/wptest/forum/test-forum/

    The like buttons even appear on the sub forums there (something I need to eliminate, actually).

    “0.25 and 0.999 version of SFC”… Not sure what that means.

    Just meant that I had .25 installed, and had the problem. Deleted it and installed .999, had the same problem.

    I see everything good on your end. So it’s definitely something on my end. Have no idea what, but I’ll have some tinkering to do.

    I do appreciate you taking the time to test things out.

    Well, I never did find out what the issue was. But on upgrading to WP 3.2, the issue has resolved (didn’t change anything else yet…. same child theme, same plugins).

    So that’s cool!!

    OK, It’s broken on me again. After upgrading to WP 3.2 the 2 plugins worked, however I discovered that the auto publish wasn’t working. I was using the .999 version of SFC

    Plugin Name: Simple Facebook Connect
    Plugin URI: https://ottopress.com/wordpress-plugins/simple-facebook-connect/
    Description: Makes it easy for your site to use Facebook Connect, in a wholly modular way.
    Author: Otto
    Version: 0.999
    Author URI: https://ottodestruct.com
    License: GPL2
    
        Copyright 2009-2011  Samuel Wood  (email : [email protected])
    
    function sfc_version() {
    	return '1.0';
    }

    So with that version, both SFC and bbPress coexisted nicely. But, no autopublish, even though everything was authorized properly.

    SO, I grabbed the trunk version on svn

    <?php
    /*
    Plugin Name: Simple Facebook Connect - Base
    Plugin URI: https://ottopress.com/wordpress-plugins/simple-facebook-connect/
    Description: Makes it easy for your site to use Facebook Connect, in a wholly modular way.
    Author: Otto
    Version: 0.26
    Author URI: https://ottodestruct.com
    License: GPL2
    
        Copyright 2009-2010  Samuel Wood  (email : [email protected])
    function sfc_version() {
    	return '0.26';
    }

    And now, my auto publish works again, but I’m back to my bbPress forum not displaying with the like button active.

    I would love to have a forum, and a like button, and auto publishing too.

    I’m a greedy guy!!

    Any ideas what could be the issue?

    (I edited teh above headers obviously…. just wanted to post the essential bits for differentiation)

    OK, all is well. Otto pushed through an update on the new sfc branch in svn. BBPress and the Like button play together perfectly, and the auto publishing works.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘[Plugin: bbPress] BBPress fails when Facebook 'like' plugin is working’ is closed to new replies.