Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

[resolved] A way to turn off a users ”active 1 hour ago” notation (5 posts)

Started 4 months, 3 weeks ago by: theron

  • Profile picture of theron theron said 4 months, 3 weeks ago:

    Not all my users are fans of having their activity tracked by everyone else. I’m looking for a slick way to disable the “active … ago” notations next to users and groups. I’ve looked for a plug in (thought someone would have had the same idea as me) and came across something that made it sound as though turning that function off would actually cause issues with bp. really, I’d like to just remove the note next to every user and group… no need to turn the function itself off.

    Anyone have any ideas? Is this a theme specific thing?

  • Profile picture of @mercime @mercime said 4 months, 3 weeks ago:

    Easiest way you can add the following at the bottom of your stylesheet:

    div#item-header-content span.activity,
    div.item-meta span.activity {
    	display: none;
    }
  • Profile picture of theron theron said 4 months, 3 weeks ago:

    Worked perfect! Thanks merci

  • Profile picture of @mercime @mercime said 4 months, 3 weeks ago:

    :-) Marking as resolved then.

  • Profile picture of abyss abysshorror said 4 months, 3 weeks ago:

    Beware it will still appear on your HTML source. You’d have to remove it from member-header.php if you want it completely gone.