This is a little update on Browse Member (main menu Members), instead showing the date of last status posting date, this change will show the user last login date (time):
Screenshot:
1. Go to /application/modules/User/views/scripts/_browseUsers.tpl
2. Find this codes:
<?php if( $user->status != "" ): ?> <div> <?php echo $this->timestamp($user->status_date) ?> </div> <?php endif; ?>
3. Replace with this codes:
<div> <?php echo "Last login:" ?> <?php echo $this->timestamp($user->lastlogin_date) ?> </div>
4. This has worked and tested on SE 4.6.0
Looking for quality Social Engine Web Hosting? Look no further than Arvixe Web Hosting!
Hello! I’ve been following your weblog for some time now and finally got the bravery to go ahead and give you a shout out from Humble Tx! Just wanted to tell you keep up the excellent job!