Activity not showing up.. My error or buddyboss?

  • Profile picture of George George said 2 months, 3 weeks ago ago:

    I was looking before for a way to hide some of the activity on members walls.. I thought I used this code as shown on the forums by TJ:

    ul.activity-list li.mini {
    display: none;
    }

    But now looking through the css files, I don’t see what anywhere..

    Now when a member posts on another member’s wall, the member’s wall does not show that post.

    Example:

    Member 1 says “Hi” to Member 2 on their wall.
    Member 1′s wall shows “Hi” to Member 2.
    Member 2′s wall doesn’t show anything.

    Any ideas?

  • Profile picture of Fritz Fritz said 2 months, 3 weeks ago ago:

    @george123 Are you using any sort of Caching Plugin???

  • Profile picture of George George said 2 months, 3 weeks ago ago:

    Nope.

  • Profile picture of Fritz Fritz said 2 months, 3 weeks ago ago:

    Can you possibly provide a Link? I had issues with something similar but it was before Buddyboss 2.x……

  • Profile picture of George George said 2 months, 3 weeks ago ago:

    bluffaway.com

  • Profile picture of Fritz Fritz said 2 months, 3 weeks ago ago:

    @george123 I think I see the problem. When you Navigate to a members page like http://bluffaway.com/admin/ it is showing recent activity of that Member.

    Try Clicking on the “Wall” Link in the SideBar and notice you are Redirected to http://bluffaway.com/admin/activity

    I bet that is part of the problem, also are you using a bp-custom.php file inside /wp-content/plugins/ ??? I notice your page slugs are slightly modified.

    I was able to recreate the same issue on a test server. The problem is your page slugs. Buddypress does is not recognizing the activities on your members “wall”.

  • Profile picture of George George said 2 months, 3 weeks ago ago:

    It’s not a plugin, that’s done by adding: define ( ‘BP_ENABLE_ROOT_PROFILES’, true ); to the wp-config.php file.. I don’t think that is going to cause that error.

    I remember putting this: ul.activity-list li.mini {
    display: none;
    }

    Into a file, but cant seem to find it to remove it. That’s when this started happening.

  • Profile picture of TJ Chester (Admin) TJ Chester (Admin) said 2 months, 3 weeks ago ago:

    @george123 what version of BuddyBoss are you running? Are you using a child theme? If so, Can you just reinstall the BuddyBoss theme without loosing your website changes?

  • Profile picture of George George said 2 months, 3 weeks ago ago:

    I’m using 2.0. Child theme is your them with rounded edges on the header menu.

    Any idea where I could have put this:

    ul.activity-list li.mini {
    display: none;
    }

    As that is what is holding it back..

  • Profile picture of George George said 2 months, 3 weeks ago ago:

    Tried everything and looked through every css file, still can’t seem to find where I put this.. Ahhhh!

    Any ideas TJ? Thanks for all your hard work with BuddyBoss!

  • Profile picture of George George said 2 months, 3 weeks ago ago:

    Another example:

    See my profile: http://bluffaway.com/admin/

    I posted on another member, Paulie’s wall here: http://bluffaway.com/paulie/

    The post i wrote shows up on MY profile, but not on PAULIE’s.

    Literally been searching files for the last 2 days and cant find the error or the code controlling it.

  • Profile picture of TJ Chester (Admin) TJ Chester (Admin) said 2 months, 3 weeks ago ago:

    @george123 why don’t you try disabling root profiles…I have a funny feeling that might be the issue looking back on things

  • Profile picture of George George said 2 months, 3 weeks ago ago:

    I disabled anything I could possibly disable, and went through and deleted root profiles. For some reason, whatever I did is working now. It may have been the root profiles.. i’ll play around and see if that’s what it was for future people who may have similar problems.

    Now I have a new problem..

    Example:

    http://bluffaway.com/our-members/admin/

    There is a bunch of links in my activity page, which lead to members of the site. We used to have bluffaway.com/membername and now it’s bluffaway.com/our-members/admin and some of the links on my activity page are incorrect and leading to the bluffaway.com/membername option.

    Is it a cache issue with buddypress since I made that last change?

    Thanks again for all your help guys!!

  • Profile picture of George George said 2 months, 3 weeks ago ago:

    Wait no, I take part of that back..

    I tried to post on another members wall, and i’m still having the same issue as before. I thought it was resolved but trying again, it’s not.

    If I post on a members wall, my wall shows that I posted something, but the member’s wall where i posted doesn’t show it..

    This is really driving me crazy.

    Let me know if you guys can think of anything else. The only other thing I remember doing is the activity mini edit from the other forum post thread, but for the life of me, i can’t find that damn code anywhere!

  • Profile picture of George George said 2 months, 3 weeks ago ago:

    Is there any way to search all the template files for:

    ul.activity-list li.mini {
    display: none;
    }

    ?

    It has to be what’s holding me up here.. I also need to know how to clear up the dead older activity links after removing the root profiles.

    Thanks again TJ for looking at this.

You need to log in or to participate in this forum topic.