Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1037452

    goalsarecool
    Participant

    When logged in, the post button is not showing up under the status update box on the BuddyPress Sitewide Activity Stream. Can you please assist?

    https://www.goalsarecool.com/activity/

    #1037488

    goalsarecool
    Participant

    I found this post https://community.theme.co/forums/topic/buddypress-in-integrity-is-not-allowing-me-to-post-to-activity-feed/ and the CSS provided worked for me.

    That said, the sort box is not working correctly now. It’s not changing the results based on what’s selected. Can you please assist?

    #1037783

    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    Would you mind providing your login credentials in the private reply. It redirects me to the login page.

    Thanks!

    #1039653

    goalsarecool
    Participant

    I don’t feel comfortable providing login credentials. I’ve had some bad experiences in the past doing that.

    In the plugins section, I just deactivated and deleted the latest version of BuddyPress. I installed the supported version of BuddyPress 2.5.2

    The sort box on the sitewide activity is still not working correctly. It’s not changing the results based on what’s selected. Can you please assist?

    #1040095

    Jade
    Moderator

    Hi there,

    Is there a test user that you can provide so that we could login since clicking on the link https://www.goalsarecool.com/activity/ redirects us to the login page which prevents us from seeing anything related to the issue. Providing us with the logins would also help us to see what is causing the issue as this might be specific to your setup. You could create a test admin user temporarily while we are looking into this issue and delete it once we get things sorted. Thank you.

    #1040120

    goalsarecool
    Participant
    This reply has been marked as private.
    #1040922

    Lely
    Moderator

    Hi There,

    Thank you for the credentials.
    I did check, unfortunately, I can’t find any errors that might cause this.
    It is working here:http://theme.co/x/demo/integrity/1/activity/ using the same plugin version. So there might be something from your settings that is preventing the filter from working. The best option to check where the issue might come from is by removing added codes. You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Hope this helps.

    #1043783

    goalsarecool
    Participant

    I removed the plugin and it’s still not working. Can you please help me understand why the Sort function and the RSS feed is not working on the activity page here: https://www.goalsarecool.com/activity/

    Thanks in advance!
    Blake

    #1043841

    goalsarecool
    Participant

    When I visit http://theme.co/x/demo/integrity/1/activity/ the dropdown displays the following:

    Show: Everything
    Show: Updates
    Show: New Groups
    Show: Group Memberships
    Show: Friendships
    Show: New Members
    Show: Topics
    Show: Replies

    My activity page displays the following:

    Everything
    Updates
    New Groups
    Group Memberships
    Friendships
    New Members
    Topics
    Replies

    The word show is missing. However, the word show appears on my individual member profile activity feed here: https://www.goalsarecool.com/members/goalsarecool/

    Is this causing the problem? How do I fix it?

    #1044328

    Rad
    Moderator

    Hi there,

    It should have no negative effect, and Show: is actually added, like from this code

    if ( ! function_exists( 'x_buddypress_core_get_js_strings' ) ) :
      function x_buddypress_core_get_js_strings() {
    
        $buddypress_params = apply_filters( 'bp_core_get_js_strings', array(
          'accepted'            => __( 'Accepted', '__x__' ),
          'close'               => __( 'Close', '__x__' ),
          'comments'            => __( 'comments', '__x__' ),
          'leave_group_confirm' => __( 'Are you sure you want to leave this group?', '__x__' ),
          'mark_as_fav'         => __( 'Favorite', '__x__' ),
          'my_favs'             => __( 'My Favorites', '__x__' ),
          'rejected'            => __( 'Rejected', '__x__' ),
          'remove_fav'          => __( 'Remove Favorite', '__x__' ),
          'show_all'            => __( 'Show all', '__x__' ),
          'show_all_comments'   => __( 'Show all comments for this thread', '__x__' ),
          'show_x_comments'     => __( 'Show all %d comments', '__x__' ),
          'unsaved_changes'     => __( 'Your profile has unsaved changes. If you leave the page, the changes will be lost.', '__x__' ),
          'view'                => __( 'View', '__x__' ),
          'x_show'              => __( 'Show: ', '__x__' ),
        ) );
    
        return $buddypress_params;
    
      }
    endif;

    It should display there, unless, you have customization or translation that removes Show: . Would you still like to add Show: ? If yes, then please provide your FTP login credentials as well.

    Thanks!

    #1044330

    goalsarecool
    Participant

    I don’t understand what I need to do with the code above. Also, my individual activity feed sort is controlling the sitewide activity feed sort.

    I don’t feel comfortable providing admin access as I’ve had really bad experiences in the past.

    Thanks in advance for understanding.

    Blake

    #1044625

    Rad
    Moderator

    Hi there,

    I just explained where Show: is being declared through that code, hence, it should also display on your end. But, it can be affected by translation and customization.

    Unfortunately, I can’t provide any recommendation as I’m not really sure what causing this on your end. I can only gather information by directly checking it.

    Thanks!

    #1045068

    goalsarecool
    Participant

    Do you know why my individual activity feed sort is controlling what get’s displayed on the sitewide activity feed?

    #1045264

    goalsarecool
    Participant
    This reply has been marked as private.
    #1045894

    Rad
    Moderator

    Hi there,

    1. I can’t verify it through admin. But I can confirm it’s not working, maybe there is a customization or similar that disable it. I compared it to my installation and mine is perfectly working. I need FTP login credentials to fully trace what causing this on your site.

    2. It’s intentional, sorting is saved through browser cookies, and it’s applied for that session even if the browser is reloaded or the user navigate away. It’s to retain the sorting so users won’t need to re-apply.

    Thanks!