Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 67,701 through 67,725 (of 69,060 total)
  • Author
    Search Results
  • #37913
    Burt Adsit
    Participant

    Try this one. I just changed the fn names on the bbpress side to be unique and wrapped a couple of fns in if(function_exists()) that I know are mu fns.

    http://ourcommoninterest.org/downloads/bp_group_forums_0.21.zip

    #37912
    Burt Adsit
    Participant

    ok. Thanks John. Gimme a few and I’ll change the fn names to be unique on both sides.

    #37911

    Okay, got everything installed, no errors, however when I try to import, I get…

    Last import Saturday 14th of February 2009 03:41:32 PM, 1 seconds

    0 groups with forums enabled
    0 forums updated
    0 users updated

    However I do have 1 group, with 4 users in it, that does have a forum already active. There aren’t any topics in that forum however.

    #37909

    When activating the oci_bb_groups_forums.php plugin, I receive this error…

    Fatal error: Cannot redeclare oci_server_methods() (previously declared in [...]/wp-content/mu-plugins/oci_bp_group_forums.php:417) in [...]/discussions/my-plugins/oci_bb_group_forums.php on line 249

    This comes from my using “deep integration” on the bbPress side, including wp-load.php to allow access to the WP/BP functions (despite being told not to do this, ha!)

    Adding some if function does not exist checks might be a good measure…

    Did this for:

    oci_service_methods
    oci_escape
    oci_authenticate
    oci_xmlrpc_query
    trailingslashit
    untrailingslashit

    Also, I added this around the ixr inclusion:

    if (defined(BACKPRESS_PATH)) {
    require_once( BACKPRESS_PATH . '/class.ixr.php' );
    }

    Might not be correct, but it did get rid of the double inclusion for me.

    After those changes I was able to get that file to include without problem. Gonna keep testing. :)

    #37908

    lol! Yay! I’m gonna give it a whirl right now! Ha ha!

    #37906
    Burt Adsit
    Participant

    You probably will be John. You posted 16 minutes ago:

    http://ourcommoninterest.org/downloads/bp_group_forums_0.2.zip

    I haven’t even done an announcement message yet.

    #37904

    Yay! Very happy to hear about this, and I will try to be one of the first to try it out!

    #37901
    nggablog
    Participant

    Congratulations!

    Happy Valentine too!

    #37899

    In reply to: RC-1: no widgets?

    Arturo
    Participant

    u’re welcome mark, i’ve announced this in the buddypress-it.it site (italian) if the german team have a solution, please share it! ;)

    #37898

    In reply to: RC-1: no widgets?

    m@rk
    Participant

    arturo84, thanks for your quick reply. Feedback becalms in first…

    So: Andy Andy Andy (we believe in you) ;-)

    P.S.: i announced this issue in the german BuddyPress forum.

    #37895

    In reply to: RC-1: no widgets?

    m@rk
    Participant

    Sadly, i must confirm this issue with a german BP RC1, too … :-(

    Exactly the same problem as sgrunt declared.

    The only workaround to handle/ display widgets again seems to be deleting the wp-content/mu-plugins/bp-languages/buddypress-de_DE.mo (or what language ever).

    Praying for this issue being solved soon, since I had planed to launch my BP-Site “officially” this weekend …

    #37892

    In reply to: RC-1: no widgets?

    Sgrunt
    Participant

    Arturo i’m visiting buddypress ita, but i’ve not found any updated file, could you write something when it will be available for download? tnx!

    #37891
    nggablog
    Participant

    I’m still exploring with many aspect in my site.

    Just check it out and honestly need your folk review, http://www.wpblogspot.com

    #37890
    Burt Adsit
    Participant

    Update: working on final packaging and documentation for BuddyPress Group Forums for bbPress. Still some features that need to be added but testing in other environments is more important. Should have it done by the end of the day.

    #37886

    In reply to: RC-1: no widgets?

    Arturo
    Participant

    ok ok my fault! ;)

    there are an error with localization in Italian, i’m working now on it to resolve, sorry for this.

    @sgrunt in the next hour go on BuddyPress Italy site and download the new version.

    #37879
    universal
    Member

    I think more logical is to use WPLANG:

    if ( file_exists( MUPLUGINDIR . ‘/bp-languages/buddypress-‘ . WPLANG . ‘.mo’ ) )

    load_textdomain( ‘buddypress’, MUPLUGINDIR . ‘/bp-languages/buddypress-‘ . WPLANG . ‘.mo’ );

    As my system locale is different.

    #37874
    Andy Peatling
    Keymaster

    Read this thread, second post, you need to fix the part related to ‘nonce_field’

    https://buddypress.org/forums/topic.php?id=1223

    #37871

    For what it’s worth…

    http://delsolownersclub.com/

    @hardcoded, the bbPress forum server for the Automattic sites sometimes gets a little caught up on itself, but your posts do eventually show up. I’ve also noticed sometimes that it’s just a browser cache issue, and refreshing the page will usually show your post.

    #37868

    I would eventually like to see more ability incorporated into the BuddyPress navigation bar, but until then I agree. While “News” does tend to set an expectation that the main site blog is only about site related news and updates, it isn’t necessarily a “blog” as the word means to most people either.

    And I’ve found that the instructions to change the link text really haven’t worked for me either. I’ll see about that in RC1 tho.

    #37865
    Huda Toriq
    Member

    Andy, we’ve had a discussion on IRC long time ago about this ticket https://trac.buddypress.org/ticket/257

    And it’s stuck with this WordPress bug https://core.trac.wordpress.org/ticket/8662

    Could you push the core devs up there to take a look and commit the patch? It’s a tiny bug, and it doesn’t affect standard WP installations, but it does to BP, and it’s bugging us who live ahead GMT and use our local time as the blog’s time.

    #37858

    In reply to: BuddyPress Beta 2

    MartinNr5
    Participant

    Ah. I called it any old name. :)

    #37856

    In reply to: BuddyPress Beta 2

    Andy Peatling
    Keymaster

    Create a file called “bp-custom.php” and put the code snippet in there. Save that file in “mu-plugins” and it will work.

    #37854

    In reply to: bbpress theme

    MartinNr5
    Participant

    I’ve been googling for this without any luck.

    If I would take a stab at creating a BuddyPress theme for bbPress, would that be interesting or just a waste of time?

    #37852

    In reply to: BuddyPress Beta 2

    MartinNr5
    Participant

    I’m using the RC-1 release and the above code snippet doesn’t do the trick for me neither.

    #37851

    In reply to: Translating BuddyPress

    Arturo
    Participant

    i’ve translated the latest RC1 language file, but in the site wide activity not all the string are translated, like in Recent Blog Posts… it’s ok or not?

    thanks.

Viewing 25 results - 67,701 through 67,725 (of 69,060 total)
Skip to toolbar