Skip to:
Content
Pages
Categories
Search
Top
Bottom

Activity follow up pages not showing

  • I’m stuck :(

    Here’s my configuration:
    WP 3.2.1.
    BP 1.5.2
    BBP 2.0-rc-2
    Theme custom from blank
    http://www.nadelspiel.com/clubneu/
    (Don’t laugh, besides other things, I am running a flock of lambs ;)

    Before installing BP 1.5.2 everything worked almost hasslefree. After a clean new install of the latest beta version of BP I get 404 errors whenever I try to post activity other than from my main activity page. In other words, when I post from mydomain/activity, it works, when I post e.g. from the activity stream of homepage I get a page not found error with the following page adresses:
    mydomain/activity/reply
    mydomain/activity/post

    Any idea what’s wrong?

    Grateful for any hints,

    greetings from Austria,
    eliZZZa

Viewing 5 replies - 1 through 5 (of 5 total)
  • Configuration – correction:
    BBP plugin 2.0-rc-2

    Still lots of questions around the combination of WP, BP, BBP plugin after I changed to BuddyPress Widget Theme 1.2.7

    I don’t get the interaction between the 3 parts, especially the role of bbpress
    a) /wp-content/plugins contains
    /bbpress
    /buddypress
    b) /wp-content/plugins/buddypress/bp-forums contains a complete folder
    /bbpress

    b) Is obviously part of the BuddyPress plugin folder. So is it obsolete to install the BBP plugin?

    Ran a bbpress installation through BuddyPress settings in the WP admin panel. Everything referred to as “Forums” shows Group Forums only in the frontend.

    Don’t find a way to show a forums directory with the (BBP) forums I setup in WP-Admin.
    When previewing forums from admin panel/forums list, I get single forum pages with header but without topics.

    I am confused >;o// hope, I didn’t confuse YOU too much…

    I’m having the same problem. Posting updates from the activity stream of homepage it comes up with a page not found error on alphashows.com.au/socialnetwork/activity/post

    and does not post the update. it works from a specific group etc.

    The activity/post issue is known and has been fixed for BuddyPress 1.5.1 (not out yet). In the meantime, either do this https://buddypress.trac.wordpress.org/changeset/5187/ or include the default theme’s javascript into your theme.

    Hi all,

    I have had this trouble with the activity/reply function on BuddyPress 1.5.1 too (and this is how I found this forum).
    I’m using the Arras Theme, but I guess it should work on any theme, since no theme files are being edited.

    Today, I have found out how to fix the 404-error on the reply-function, while commenting on an activity.
    In the file /wp-content/plugins/buddypress/bp-activity/bp-activity-actions.php, there is an “!” missing on line 258.

    This is the original code:
    if ( !is_user_logged_in() || ( bp_is_activity_component() ) || !bp_is_current_action( ‘reply’ ) )

    Change it to:
    if ( !is_user_logged_in() || ( !bp_is_activity_component() ) || !bp_is_current_action( ‘reply’ ) )

    Et voila, it works. It did the trick for me :-)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Activity follow up pages not showing’ is closed to new replies.
Skip to toolbar