how to fetch last_visit_timestamp?

Author Message

Eivind Marienborg

Tuesday 05 July 2005 12:02:06 am

I'm trying to access the $last_visit_timestamp in another template than content/newpostings.tpl, but it returns blank.

How can I access this from other templates?

Hans Melis

Tuesday 05 July 2005 12:50:48 am

Hi,

If you have a user object in the template, it's simply

{$user.last_visit}

Hans
http://blog.hansmelis.be

Eivind Marienborg

Tuesday 05 July 2005 1:28:15 am

Strange.. I do a {$node|attribute(show,4)} on a user full view, but I still can't find anything relating to the last visit timestamp.

Are you sure about this? :)

Hans Melis

Tuesday 05 July 2005 2:25:38 am

Yes, I'm very sure because I enabled the last_visit functional attribute in the ezuser class :)

However, if you're using 3.6 you'll have to wait for 3.6.1 because it was added after the release of 3.6.0. If you're using the 3.5 line, it is available in 3.5.3

Hans
http://blog.hansmelis.be

Eivind Marienborg

Tuesday 05 July 2005 2:37:59 am

Ah, that explains it. I'm on 3.6.0.

Olivier Pierret

Tuesday 05 July 2005 3:21:43 am

Hello,

May I take this thread as an opportunity to ask you wether this timestamp might be used to implement a "mark as read" feature ?

I mean by "mark as read" an internal support that would tell if a particular node or object has been read by a particular user.

If not are you aware of any plan regarding such functionality ?

Many thanks for your tip

Olivier Pierret

Eivind Marienborg

Friday 18 August 2006 8:15:56 am

Just in case someone searches up this thread and is looking for the last_visit timestamp on nodes that's not the current user, this code can be used:

$node.object.data_map.user_account.content.last_visit

Regarding the "mark as read"-feature, there is an extension that was created to track hits to each page. But this extension also records what pages each user visits. I guess that might be a starter for a project like yours?

The contrib is here:
http://ez.no/community/contribs/template_plugins/ezstats

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 11:20:43
Script start
Timing: Jan 18 2025 11:20:43
Module start 'layout'
Timing: Jan 18 2025 11:20:43
Module start 'content'
Timing: Jan 18 2025 11:20:43
Module end 'content'
Timing: Jan 18 2025 11:20:43
Script end

Main resources:

Total runtime0.0182 sec
Peak memory usage4,096.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0076 589.0469152.6250
Module start 'layout' 0.00760.0041 741.671939.4453
Module start 'content' 0.01170.0046 781.117297.4297
Module end 'content' 0.01630.0019 878.546938.3047
Script end 0.0182  916.8516 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002714.6871140.0002
Check MTime0.00116.2061140.0001
Mysql Total
Database connection0.00115.958810.0011
Mysqli_queries0.003720.209130.0012
Looping result0.00000.192310.0000
Template Total0.00158.310.0015
Template load0.00073.973010.0007
Template processing0.00084.242510.0008
Override
Cache load0.00052.738110.0005
General
dbfile0.00052.551080.0001
String conversion0.00000.070640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs