This topic has 6 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #117024
     cali82
    Participant

    Hello =)

    Is there any way to remove the last login from being displayed?

    Thanks in advance!

    #117051
     cali82
    Participant

    Hello =)

    I found this online and it worked. I still do see the little clock icon though. Please let me know if there is a better code or I can add anything to remove the icon.

    Thanks a bunch!

    CODE:

    /* remove “not recently active” */
    function bpfr_core_get_last_activity( $last_activity_date, $string ) {
    if ( empty( $last_activity_date ) )
    // we do nothing
    $last_active = ”;
    else
    $last_active = sprintf( $string, bp_core_time_since( $last_activity_date ) );
    }
    add_filter( ‘bp_core_get_last_activity’, ‘bpfr_core_get_last_activity’ );

    /* remove whole recently active filter */
    function bpfr_remove_last_activity_filter() {
    remove_filter( ‘bp_core_get_last_activity’, $last_active, $last_activity_date, $string );
    }
    add_filter( ‘bp_core_get_last_activity’, ‘bpfr_remove_last_activity_filter’ );

    #117584
     Laura
    Moderator

    Hello, add this to style.css of child theme 🙂

    COPY CODE
    
    span.activity {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #118312
     cali82
    Participant

    Thanks=)

    I can’t seem to submit a new ticket, did the support system change? I wanted to ask a different question.

    Thanks again!!

    #118741
     Laura
    Moderator

    Hello, you will find it under Get Support menu item 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #121179
     cali82
    Participant

    Hello=)

    I can’t seem to create a new ticket. I believe he user interface changed a bit. Could you please guide me as to where I can create a new ticket?

    Thanks!

    #121328
     Laura
    Moderator

    Hello, you will find it at Get Support menu 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?