myfreeforum.org Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  Who is OnlineWho is Online   Join! (free) Join! (free)  
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
For an excellent guide to using your myfreeforum forum, you can visit
howtodoit
The howtodoit "readonly" forum provides answers and walkthroughs for all common questions.
  • Welcome
  • Country: US
    US
    Address: 38.107.191.118
  • Server Appeal

phpbb2: View posts since last visit behavior

 
Post new topic   Reply to topic    myfreeforum.org Forum Index -> What's new? Announcements!
View previous topic :: View next topic  
Author Message
admin (no pm's please)
Site Admin
Site Admin


Virtual Cash: 22860

Joined: 22 May 2005
Posts: 25384



Add Karma

rated by 213 members
Add Comment
Show Comments

online/offline
PostPosted: Sat Sep 05, 2009 4:15 pm    Post subject: phpbb2: View posts since last visit behavior Reply with quote

No changes have been made here. But I wonder if there should be:

It always strikes me as a stupid button. You stray between no posts showing at all if you have had a session issue, to pages and pages of posts being referenced each time you click the button, and a lot of forumers like me will be clicking the button every darn minute to see the latest.

On my downsizer forum I am experimenting with it always returning 72 hours of posts, and I'm consider implementing something similar across all forums. But there are plenty of options in this area, so I want peoples thoughts.



_________________

Family Friendly Shareware | | Web Design/Services | Free Forums

Back to top
View user's profile Private message Visit poster's website
Bravo
Moderator
Moderator


Virtual Cash: 14050

Joined: 12 Mar 2006
Posts: 2485



Add Karma

rated by 28 members
Add Comment
Show Comments

online/offline
PostPosted: Sat Sep 05, 2009 4:30 pm    Post subject: Reply with quote

I use the VPSLV on every forum I go on, I find it invaluable.  It works just fine as it is imo.  So long as the browser is open I can still view the latest posts, even if I have closed the tab with the forum in, which is ideal for me.  If I want it reset, then I can simply restart the browser.  I assume that is the same for all.

A 'view posts in last 24 hours' button I guess could be useful for people that don't have much time to go through posts but want to check on their forum...so they can return later for a more thorough read.  That's all I can think of.
_________________
CG Arts for free Banners, headers, logo's, signatures and avatars.

Back to top
View user's profile Private message
Nick(NR)
Moderator
Moderator


Virtual Cash: 15630

Joined: 06 May 2006
Posts: 4732


Location: Medway, Kent
Add Karma

rated by 37 members
Add Comment
Show Comments

online/offline
PostPosted: Sat Sep 05, 2009 6:38 pm    Post subject: Reply with quote

I like the idea of keeping it as it runs, maybe with the exception you choose how recent from one day to a week via the admin panel or user control panel/edit profile
_________________
CALM TIME: When calm time is called, all posters in a topic must take time out to calm down.


I'm better than Jose!
Back to top
View user's profile Private message Visit poster's website
MarkB
Student
Student


Virtual Cash: 940

Joined: 14 Apr 2008
Posts: 91


Location: UK
Add Karma

rated by 1 members
Add Comment
Show Comments

online/offline
PostPosted: Mon Sep 07, 2009 7:40 am    Post subject: Reply with quote

I like it the way it is.

Though the cookie that tracks it does seem to have some quirks on my forum.

I've set up the drop down view posts in last x days button to search further back
_________________
Mark

http://audisrs.myfastforum.org

Back to top
View user's profile Private message Visit poster's website
admin (no pm's please)
Site Admin
Site Admin


Virtual Cash: 22860

Joined: 22 May 2005
Posts: 25384



Add Karma

rated by 213 members
Add Comment
Show Comments

online/offline
PostPosted: Mon Sep 07, 2009 7:55 am    Post subject: Reply with quote

The cookies can only track 150 topics per user, and cookies are a bit iffy anyway.

phpbb3 has the option of server side tracking, and whilst I add extra database bits with the greatest of reluctance, this area is one that I really do thinks about doing.

Even on the server side though I guess there have to be limits. You can't actually track which of 100,000 topics, 10,000 people have read without some considerable grief.
_________________

Family Friendly Shareware | | Web Design/Services | Free Forums

Back to top
View user's profile Private message Visit poster's website
while()
Apprentice
Apprentice


Virtual Cash: 1540

Joined: 26 Aug 2009
Posts: 108



Add Karma

rated by 2 members
Add Comment
Show Comments

online/offline
PostPosted: Mon Sep 07, 2009 8:23 am    Post subject: Reply with quote

admin (no pm's please) wrote:

Even on the server side though I guess there have to be limits. You can't actually track which of 100,000 topics, 10,000 people have read without some considerable grief.


I'm looking into the most effective way of building a suitable new posts feature for my forum, my current understanding of the most effective way would be this. I'd love to hear about how you eventually approach this, especially when you have a lot of experience with reducing load as much as possible

Back to top
View user's profile Private message
admin (no pm's please)
Site Admin
Site Admin


Virtual Cash: 22860

Joined: 22 May 2005
Posts: 25384



Add Karma

rated by 213 members
Add Comment
Show Comments

online/offline
PostPosted: Mon Sep 07, 2009 8:47 am    Post subject: Reply with quote

It might have to be:

http://www.codeguru.com/cpp/cpp/cpp_mfc/bits/article.php/c7429

I wrote that a long time back, it would be funny if it came back in php.
_________________

Family Friendly Shareware | | Web Design/Services | Free Forums

Back to top
View user's profile Private message Visit poster's website
admin (no pm's please)
Site Admin
Site Admin


Virtual Cash: 22860

Joined: 22 May 2005
Posts: 25384



Add Karma

rated by 213 members
Add Comment
Show Comments

online/offline
PostPosted: Mon Sep 07, 2009 12:54 pm    Post subject: Reply with quote

As a point of interest I just wrote code to review my topic tracking on downsizer.net, the code there is the same as here and indeed the same as phpbb2.023 as I would not tamper with code I did not understand.

My downsizer results are virtually complete nonsense
_________________

Family Friendly Shareware | | Web Design/Services | Free Forums

Back to top
View user's profile Private message Visit poster's website
admin (no pm's please)
Site Admin
Site Admin


Virtual Cash: 22860

Joined: 22 May 2005
Posts: 25384



Add Karma

rated by 213 members
Add Comment
Show Comments

online/offline
PostPosted: Fri Sep 11, 2009 10:19 am    Post subject: Reply with quote

I think I will introduce an option to admin/configure for how newposts will behave, plus I will add:

search_id=recent
search_id=lastvisit

That will allow both behaviors as explicit options. That should keep us all happy.
_________________

Family Friendly Shareware | | Web Design/Services | Free Forums

Back to top
View user's profile Private message Visit poster's website
MarkB
Student
Student


Virtual Cash: 940

Joined: 14 Apr 2008
Posts: 91


Location: UK
Add Karma

rated by 1 members
Add Comment
Show Comments

online/offline
PostPosted: Fri Sep 11, 2009 5:49 pm    Post subject: Reply with quote

admin (no pm's please) wrote:

That will allow both behaviors as explicit options. That should keep us all happy.


I like options
_________________
Mark

http://audisrs.myfastforum.org

Back to top
View user's profile Private message Visit poster's website
Ask Mr. Religion
Apprentice
Apprentice


Virtual Cash: 1810

Joined: 01 Aug 2008
Posts: 160



Add Karma

rated by 1 members
Add Comment
Show Comments

online/offline
PostPosted: Thu Sep 17, 2009 5:55 am    Post subject: Reply with quote

Bravo wrote:
I use the VPSLV on every forum I go on, I find it invaluable.  It works just fine as it is imo.  So long as the browser is open I can still view the latest posts, even if I have closed the tab with the forum in, which is ideal for me.  If I want it reset, then I can simply restart the browser.  I assume that is the same for all.
Yes, I like the VPSLV feature immensely and have no issues on the way it works.

AMR



_________________
Ask Mr. Religion
Reformed Theology Institute

Back to top
View user's profile Private message
Display posts from previous:   
Post new topic   Reply to topic    myfreeforum.org Forum Index -> What's new? Announcements! All times are GMT
Page 1 of 1
 
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Card File  Gallery  Forum Archive
Powered by phpBB © 2001, 2005 phpBB Group
Create your own free forum | Buy a domain to use with your forum