T Twan Active Member Feb 14, 2011 198 44 May 29, 2012 #1 Hey i want to set the RevCMS ''Last online'' function to dutch. How do i do this?
G Gajeel Well-Known Member Oct 4, 2011 2,411 413 May 29, 2012 #2 Post the "last online" code you got. Upvote 0 Downvote
T Twan Active Member Feb 14, 2011 198 44 May 31, 2012 Thread starter #3 $this->setParams('lastSignedIn', date('M j, Y H:i:s A', $users->getInfo($_SESSION['user']['id'], 'last_online'))); Upvote 0 Downvote
$this->setParams('lastSignedIn', date('M j, Y H:i:s A', $users->getInfo($_SESSION['user']['id'], 'last_online')));
G Gajeel Well-Known Member Oct 4, 2011 2,411 413 May 31, 2012 #4 I mean the one on me.php, that's the class code. Upvote 0 Downvote
T Twan Active Member Feb 14, 2011 198 44 May 31, 2012 Thread starter #5 <div id="last-logged-in-box" class="info-box"> <div class="label">Laatste bezoek:</div> <div class="content">{lastSignedIn}</div> Upvote 0 Downvote
<div id="last-logged-in-box" class="info-box"> <div class="label">Laatste bezoek:</div> <div class="content">{lastSignedIn}</div>
S Spartak Member Sep 24, 2011 225 33 May 31, 2012 #6 You must be registered for see links Upvote 0 Downvote
T Twan Active Member Feb 14, 2011 198 44 May 31, 2012 Thread starter #7 Where do i have to place? Upvote 0 Downvote