Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 18 replies - 1 through 18 (of 18 total)
  • @shamus

    Participant

    @r-a-y – That seems to be working for me. Thank You!

    @shamus

    Participant

    @ttuananh – bp-groups-classes.php

    @shamus

    Participant

    Michael Sumner said 11 hours, 41 minutes ago:
    Open the file mentioned, and replace this:

    $group_ids = $this->get_group_ids( $user_id );

    with this:

    $group_ids = BP_Groups_Member::get_group_ids( $user_id );

    And right below that, replace this:

    foreach ( $group_ids->groups as $group_id ) {

    with this:

    foreach ( $group_ids as $group_id ) {

    That fixed the issue for me.

    @shamus

    Participant

    I am getting all of these errors. Any idea what’s wrong?

    PHP Warning: Cannot modify header information – headers already sent in wp-content/plugins/forum-attachments-for-buddypress/image.php on line 69

    WordPress database error Table ‘xxxxx.bb-attachments’ doesn’t exist for query SELECT * FROM `bb-attachments` made by require_once, require, do_action, call_user_func_array, bp_forum_attachments_check_installed

    @shamus

    Participant

    This is a major flaw with the current code. Does anyone else see this?

    @shamus

    Participant

    no help on this?

    @shamus

    Participant

    I was wondering what you would think of modifying ”bp-activity-templatetags.php” so that the loop would reverse direction every number of rows and then back again in a thread. Make sense? Possible?

    -Shamus

    @shamus

    Participant

    Having the same problem as Gibby. Any help?

    @shamus

    Participant

    @r-a-y I really need to get rid of the narrowness. Replys get so narrow that it is useless.

    @shamus

    Participant

    grrrrr…… Not working

    @shamus

    Participant

    @r-a-y here you go

    /* Inherit the default theme styles */

    @import
    url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

    /* Inherit the admin bar styles */

    @import
    url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

    /* Dark Colour Styles */

    @import
    url( _inc/css/colours.css );

    div.activity-comments ul li {padding:10px 0;}

    @shamus

    Participant

    @r-a-y OK, I did that but still no change.

    @shamus

    Participant

    This is what it looks like after 12 replies to a group thread: http://haliohost.com/buddypress-nested.gif

    @shamus

    Participant

    @r-a-y: I am using a custom theme but have the same problem with the default theme.

    @shamus

    Participant

    Any help on this?

    @shamus

    Participant

    Still happens with the default theme. Any ideas?

    @shamus

    Participant

    @DJPaul: yes, It appears to be a problem with the nested replies.

    @shamus

    Participant

    testing now. needs work.

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