Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Dean Spencer Posted December 10, 2019 Posted December 10, 2019 When you visit any profile you see this next to the content count and join date: https://prnt.sc/q926ny I wanted to remove the Last Seen from being displayed. I remember it was just to delete a line in the theme templates but I dont remember where
Pete T Posted December 11, 2019 Posted December 11, 2019 18 hours ago, Dean Spencer said: When you visit any profile you see this next to the content count and join date: https://prnt.sc/q926ny I wanted to remove the Last Seen from being displayed. I remember it was just to delete a line in the theme templates but I dont remember where core - front - profile - profileHeader Find and remove <li> <h4 class='ipsType_minorHeading'>{lang="members_last_visit"}</h4> <span> {{if ( $member->isOnline() AND !$member->isOnlineAnonymously() ) OR ( $member->isOnlineAnonymously() AND \IPS\Member::loggedIn()->isAdmin() )}} <i class="fa fa-circle ipsOnlineStatus_online" data-ipsTooltip title='{{if $member->isOnlineAnonymously()}}{lang="online_now_anon" sprintf="$member->name"}{{elseif $member->isOnline()}}{lang="online_now" sprintf="$member->name"}{{endif}}'></i> {{endif}} {{if $member->last_activity}}{datetime="$member->last_activity"}{{else}}{lang="never"}{{endif}} </span> </li> and click save but remember doing this could make template not update as and when new updates been done to that template.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.