Skip to:
Content
Pages
Categories
Search
Top
Bottom

Filter not working on activity. Changes display to blank & admin drop down ?'s


  • Tosh
    Participant

    @xberserker

    When I’m on the activity page (http://mysite.net/activity) or any page that has “activity”.

    The filters like the following just change all the activity to be blank, instead of “filtering” it.

    * All Members (391)

    * My Friends (1)

    * My Groups (2)

    * @testuser Mentions

    The dropdown filter box does not work either. Just changes all the activity to blank. Everything else in the buddypress works fine.

    Just a question, on the black drop down menu at the very top. How would I change it so when they user click on Activity it goes to the global activity page instead of there own activity page. Groups to, when they click groups it goes to there own groups page instead of the global groups page.

    For example:

    http://test.mysite.net/groups/ – this

    http://test.mysite.net/members/username/groups/ – not this

    http://test.mysite.net/activity/ – this

    http://test.mysite.net/members/username/activity/ – not this

    Sorry make any sense? lol

    1. Which version of WP/MU are you running? 2.9.1 Single WP

    2. Did you install WP/MU as a directory or subdomain install? http://www.mysite.com

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgraded from a previous version of WP/MU? If so, from which version? No

    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes

    6. Which version of BP are you running? Version 1.2.1

    7. Did you upgraded from a previous version of BP? If so, from which version? No

    8. Do you have any plugins other than BuddyPress installed and activated? Yes

    9. Are you using the standard BuddyPress themes or customized themes? Using BuddyPress Template Pack

    10. Have you modified the core files in any way? Yes, to fix the avatar upload issue:

    bp-core-avatars.php line 389

    Replace:

    if ( !$path = get_option( ‘upload_path’ ) )

    $path = WP_CONTENT_DIR . ‘/uploads’;

    With:

    if ( !$path = get_option( ‘upload_path’ ) )

    $path = WP_CONTENT_DIR . ‘/uploads’;

    else

    $path = ABSPATH . $path;

    …and report back?

    http://trac.buddypress.org/ticket/1970

    11. Do you have any custom functions in bp-custom.php? No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Not using bbPress.

    13. Please provide a list of any errors in your server’s log files. – Nope, shared server.

    14. Which company provides your hosting? Hostgator

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

  • BionicClick
    Member

    @bionicclick

    I too have this same exact issue, and I have tried every template known to buddy press and word press, and even tried the wordpress 2010 with the buddy press template pack, without success.

    I am very frustrated by this error :(


    BionicClick
    Member

    @bionicclick

    Your having a conflict with a plugin… i deactivated all and re initialized them one by one.. and it worked again.

    The weird thing is that I re-activated them all again and it still works… perhaps it was a seting in fast-secure-word press plugin as that was the only other thing i changed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Filter not working on activity. Changes display to blank & admin drop down ?'s’ is closed to new replies.
Skip to toolbar