ABXZone Computer  Forums



Welcome to the ABXZone Computer Forums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Reply
 
LinkBack Thread Tools Display Modes
Old 06-14-2004, 03:26 PM   #16
CJ
Site Ruler
 
CJ's Avatar
 
Join Date: Jan 2001
Location: Maryland
Posts: 2,535
Just to jump in here. I do realize there is an issue with the New Posts. I'm still trying to understand what vBulletin is doing to determine new posts. It seems to use what it calls your last visit. This is the session before your current one (that's you create when you log on). It then compares post times to that date/time. Anything newer is considered new.

Now, once you've been away for 15 minutes, it resets your last visit to the session that just expired, thereby resetting new posts.

So, the ideas are these:

1) Increase the logout time. Problem is that this also affects who's online.
2) Hack Active Topics to show unread/subscribed threads. Might work, but unread would still lose posts after 15 minutes.
3) Figure out another way to handle the last visit date. I'll have to look at the old vb2 code and see what it did for this...Can any of you explain how it used to work with vb2?

Thanks,
CJ

Followup: A decent explanation from the vBulletin folks:
Quote:
The read marking system has two levels to it. One uses your forum session, the other uses your current browser session.

All new posts since your last forum session remain unread until your forum session expires, you logout, or you click the "Mark Forums Read" link. The session timeout setting is 15 minutes by default.

During your forum session, unread posts get marked as read within your browser window as you view them. This is all client-side... the posts are still unread on the vBulletin-side. If you open a new browser window before your session times out then the unread posts since your last forum session will be unread again.
I'm going to change the cookie timeout to 20 minutes and see if that helps any.

CJ

Last edited by CJ : 06-14-2004 at 03:32 PM.
(Offline)   Reply With Quote

Advertisement [Remove Advertisement]

Old 06-14-2004, 03:34 PM   #17
Registered User
 
Join Date: Nov 2003
Posts: 13,497
Well, the old v2 handled it quite differently, as you know. If you were on the new posts "page" simply refreshing the page in your browser would refresh all the threads, show new threads and indicated which threads you had read the most recent posts on. That way, if you use FireFox for example, you could set it to automatically refresh every minute, say, and you would stay on line, all the threads would update, and you could be off doing something else for as long as you wanted to. Thus, once you were logged in, you would stay logged in, and everything was kept current, nothing would be lost due to a time out. In effect, you only needed to hit new threads once - when you logged in, thereafter refresh would take care of keeping everything up to date.

Edit: I guess the key to this is that v2 may have used your user ID to handle management of new threads rather than a particular search/session ID.
(Offline)   Reply With Quote
Old 06-14-2004, 03:37 PM   #18
CJ
Site Ruler
 
CJ's Avatar
 
Join Date: Jan 2001
Location: Maryland
Posts: 2,535
PCBruiser - Got it - thank you - it's been a while since I looked at this - other things on my mind

I have an idea how we can fix this. I'm going to try to hack the new posts search to not cache the search. That way, it would refresh whenever you hit refresh, just like vb2.

CJ
(Offline)   Reply With Quote
Old 06-14-2004, 03:59 PM   #19
I'm gettin' dizzy!
 
Bofinn's Avatar
 
Join Date: Jan 2004
Location: Chicagoland
Posts: 11,035
I'm keeping my fingers crossed! Thx CJ...
__________________
---------- JimBo -----------



When in doubt, smack it!
(Offline)   Reply With Quote
Old 06-16-2004, 11:49 AM   #20
Level 15, lawful good
 
Cogar's Avatar
 
Join Date: Dec 2002
Location: It varies, but usually within 100 yards of a keyboard.
Posts: 7,236
Quote:
Originally Posted by PCBruiser
Well, the old v2 handled it quite differently, as you know. If you were on the new posts "page" simply refreshing the page in your browser would refresh all the threads, show new threads and indicated which threads you had read the most recent posts on. That way, if you use FireFox for example, you could set it to automatically refresh every minute, say, and you would stay on line, all the threads would update, and you could be off doing something else for as long as you wanted to. Thus, once you were logged in, you would stay logged in, and everything was kept current, nothing would be lost due to a time out. In effect, you only needed to hit new threads once - when you logged in, thereafter refresh would take care of keeping everything up to date.

Edit: I guess the key to this is that v2 may have used your user ID to handle management of new threads rather than a particular search/session ID.
The "new posts" feature used to be even more forgiving than that (no refresh necessary). You could bookmark a new posts search and even if you were interrupted for days, it would remain a valid search. I liked that because I would not miss any posts. It was just a matter of going back to the bookmark--even in a different session on a different day--and going through the ever-growing list.

PS: Thank you for looking into this, CJ. I know that you must be very busy with a new baby added to your already hectic life.
(Offline)   Reply With Quote
Old 06-16-2004, 11:59 AM   #21
I'm gettin' dizzy!
 
Bofinn's Avatar
 
Join Date: Jan 2004
Location: Chicagoland
Posts: 11,035
I would bookmark as well. Came in handy for when I'd lose my connect to the zone, or the site went down...
__________________
---------- JimBo -----------



When in doubt, smack it!
(Offline)   Reply With Quote
Old 06-19-2004, 12:37 PM   #22
CJ
Site Ruler
 
CJ's Avatar
 
Join Date: Jan 2001
Location: Maryland
Posts: 2,535
OK, I've done the best I can. When you do new posts, the url will stay:

http://www.abxzone.com/forums/search.php?do=getnew

Therefore, you can hit refresh and get the latest posts and stay logged in. However, if you go to the next page, it will not refresh. The good news is that when you go to the next page, it will use the latest list, and you can stay with that search id.

See if that takes care of things.

CJ

Last edited by CJ : 06-19-2004 at 01:08 PM. Reason: typos
(Offline)   Reply With Quote
Old 06-19-2004, 12:44 PM   #23
Registered User
 
Join Date: Nov 2003
Posts: 13,497
Thanks, CJ, your continuing efforts are much appreciated.
(Offline)   Reply With Quote
Old 06-19-2004, 12:59 PM   #24
Registered User
 
Join Date: Nov 2003
Posts: 13,497
CJ, that works perfectly! Just like the old v2 actually. Thanks so much for solving this problem so well.
(Offline)   Reply With Quote
Old 06-20-2004, 11:10 AM   #25
I'm gettin' dizzy!
 
Bofinn's Avatar
 
Join Date: Jan 2004
Location: Chicagoland
Posts: 11,035
Thank You CJ!
__________________
---------- JimBo -----------



When in doubt, smack it!
(Offline)   Reply With Quote
Old 06-20-2004, 11:18 AM   #26
FB
Re-Retiring
 
FB's Avatar
 
Join Date: Sep 2002
Location: MN, USA
Posts: 24,834
HOw about this, type out your really long posts in Word, then copy them to here. that is what i always do, then you don't have to worry about loosing the info.
__________________
Bye Bye ABXZone.....Rest In Peace.
(Offline)   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.1
vBulletin Skin developed by: vBStyles.com