Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • tajulsharby
    Participant

    @tajulsharby

    I wish I could but unfortunately it will take some times for me and my guys to get other customized plugin to work with the new release as we all have been playing with the current version which we had going in to for quite some time.

    Yeah, I know the latest version has the solution but I really hope for a technical solution (hacking the core files i guess?) which will solve the problem logically.

    Anyway, the variable $topic which I debugged through in the bp-groups.php file was not holding any value which I might suspected to be the source of the problem:

    function groups_new_group_forum_topic( $topic_title, $topic_text, $topic_tags, $forum_id ) {
    global $group_obj, $bp;

    if ( $topic = bp_forums_new_topic( $topic_title, $topic_text, $topic_tags, $forum_id ) ) {
    bp_core_add_message( __( 'Topic posted successfully!', 'buddypress') );

    /* Record in activity streams */
    groups_record_activity( array( 'item_id' => $group_obj->id, 'component_name' => $bp->groups->slug, 'component_action' => 'new_forum_topic', 'is_private' => 0, 'secondary_item_id' => $topic['topic_id'] ) );

    do_action( 'groups_new_forum_topic', $group_obj->id, $topic );

    return $topic;
    }
    bp_core_add_message( __( 'There was an error posting that topic.', 'buddypress'), 'error' );
    return false;
    }

    Anyone have ideas what the $topic variable does?


    tajulsharby
    Participant

    @tajulsharby

    Yeah, mine has the same problem too…Ive tested the xmlrpc and the additional “$bb->bb_xmlrpc_allow_user_switching = true” code in bb-config.php file, added the bp-group plugin but still no luck in getting rid off the “There was an error posting that topic” message. It seem to be happening with all the sudden..or it may be a side effect of me activating certain plugins which I may not realize the effect of it.

    Anyway i think my xmlrpc communicates well with the class.ixr file by using a plugin named xmlrpc – Say hello from bbPress. The expected output produces successfully which I think the source of the problem may not be from the xmlrpc thing.

    I’m using bbpress 1.01, WordPress MU 2.8.1 and Buddypress 1.0.3.

    Really appreciate if someone could provide me suggestions.

    You guys rock!!!

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar