Forum features

Posts   
 
    
PhilD
User
Posts: 19
Joined: 23-Jun-2005
# Posted on: 17-Jul-2005 23:29:44   

Is there a way to

a) change the default view period to 48 hours?

b) ensure that reading the site from 2 separate computers works correctly? It looks like the site is using a cookie to store my last visited time rather than a record persisted in the central database cry

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39801
Joined: 17-Aug-2003
# Posted on: 18-Jul-2005 11:42:04   

PhilD wrote:

Is there a way to

a) change the default view period to 48 hours?

Not yet, profile specific options aren't available yet. It's not that of a problem per se, as the feed is not that high that you need a filter for 48 hours because the # of threads is too high.

b) ensure that reading the site from 2 separate computers works correctly? It looks like the site is using a cookie to store my last visited time rather than a record persisted in the central database cry

Correct, it uses client-side tracking, not server side. One reason we've done this is to assure that we don't track user's activity in a central database. Though it can be an option indeed. I'll add it to the profile settings feature list.

Frans Bouma | Lead developer LLBLGen Pro
PhilD
User
Posts: 19
Joined: 23-Jun-2005
# Posted on: 18-Jul-2005 13:46:15   

Otis wrote:

Correct, it uses client-side tracking, not server side. One reason we've done this is to assure that we don't track user's activity in a central database. Though it can be an option indeed. I'll add it to the profile settings feature list.

Thanks. That would also get rid of the need for the 48 hours thing simple_smile