-
Author
-
April 16, 2016 at 16:02 #117024cali82Participant
Hello =)
Is there any way to remove the last login from being displayed?
Thanks in advance!
April 16, 2016 at 21:11 #117051cali82ParticipantHello =)
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’ );April 19, 2016 at 13:55 #117584LauraModeratorHello, add this to style.css of child theme 🙂
COPY CODEspan.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 solutionLaura 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 🙂
April 22, 2016 at 01:12 #118312cali82ParticipantThanks=)
I can’t seem to submit a new ticket, did the support system change? I wanted to ask a different question.
Thanks again!!
April 25, 2016 at 15:44 #118741LauraModeratorHello, 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 solutionLaura 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 🙂
May 10, 2016 at 18:02 #121179cali82ParticipantHello=)
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!
May 11, 2016 at 14:39 #121328LauraModeratorHello, 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 solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.