Notices
Feedback & Suggestions for Our Forum This is NOT a place to ask car/modification questions!
For posting feedback, suggestions or comments regarding our My350Z.com forum.

Keep Threads Unread

Thread Tools
 
Search this Thread
 
Old Mar 16, 2008 | 01:05 AM
  #1  
Black Z Eddie's Avatar
Black Z Eddie
Thread Starter
New Member
 
Joined: Jun 2007
Posts: 947
Likes: 9
From: San Pedro
Default Keep Threads Unread

Is there a way to keep the threads unread when I exit? Whenever I come back, threads are marked as read so I have a hard time figuring out if I looked at that particular thread already.
Reply
Old Mar 16, 2008 | 04:38 AM
  #2  
Wired 24/7's Avatar
Wired 24/7
Dr. Wired
Premier Member
iTrader: (2)
 
Joined: May 2005
Posts: 17,582
Likes: 9
From: San Mateo, CA
Default

I've noticed that too, it is annoying at times.
Reply
Old Mar 16, 2008 | 07:37 AM
  #3  
doug's Avatar
doug
New Member
iTrader: (5)
 
Joined: Sep 2002
Posts: 16,838
Likes: 35
From: Apex, NC
Default

threads appear as read after a certain time frame.. its not like your email.. after threads havn't had any activity after a certain time they are unbolded.. most forum software are written on this coding.. so no there is nothing you can do about it
Reply
Old Mar 16, 2008 | 09:16 AM
  #4  
Black Z Eddie's Avatar
Black Z Eddie
Thread Starter
New Member
 
Joined: Jun 2007
Posts: 947
Likes: 9
From: San Pedro
Default

Me doing some programming, though, not webpages, I'm sure there's a switch somewhere (it's only logical). Especially since there are forums that don't do this behavior.
Reply
Old Mar 16, 2008 | 01:17 PM
  #5  
doug's Avatar
doug
New Member
iTrader: (5)
 
Joined: Sep 2002
Posts: 16,838
Likes: 35
From: Apex, NC
Default

Originally Posted by Black Z Eddie
Me doing some programming, though, not webpages, I'm sure there's a switch somewhere (it's only logical). Especially since there are forums that don't do this behavior.
sure its possible... you need to download the vBulletin package.. install it.. then edit the forum templates..
Reply
Old Mar 17, 2008 | 05:36 AM
  #6  
buzzardmountain's Avatar
buzzardmountain
New Member
iTrader: (17)
 
Joined: Feb 2003
Posts: 9,898
Likes: 7
From: Flying Low....
Default

Originally Posted by Black Z Eddie
Is there a way to keep the threads unread when I exit? Whenever I come back, threads are marked as read so I have a hard time figuring out if I looked at that particular thread already.
+1
Reply
Old Mar 17, 2008 | 05:46 AM
  #7  
taurran's Avatar
taurran
Registered User
iTrader: (18)
 
Joined: Oct 2004
Posts: 9,482
Likes: 0
From: .
Default

Surreee..... we all know you're a h4xx0r. Trying to cover your tracks after sneaking into people's accounts!
Reply
Old Mar 17, 2008 | 05:54 AM
  #8  
ny garbage_juice's Avatar
ny garbage_juice
Registered User
iTrader: (1)
 
Joined: Mar 2007
Posts: 10,251
Likes: 1
From: Long Island, NY
Default

Originally Posted by Black Z Eddie
Is there a way to keep the threads unread when I exit? Whenever I come back, threads are marked as read so I have a hard time figuring out if I looked at that particular thread already.

this isnt microsoft outlook man
Reply
Old Mar 17, 2008 | 08:57 PM
  #9  
3hree5ive0ero's Avatar
3hree5ive0ero
Retired Admin
iTrader: (95)
 
Joined: Dec 2000
Posts: 1,337,017,813
Likes: 78
From: Dallas / Chicago
Default

I don't think there's a way to do that. However, there is a way to view all the threads you missed when it was bolded. I'm sure you know this, but if you click on "View all Subscribed Threads" in the User CP (it's in the bottom right corner of the box labeled "New Subscribed Threads"), you can see all your subscribed threads. Just look at the time they were last updated and find the ones that you missed.
Reply
Old Mar 17, 2008 | 11:59 PM
  #10  
Black Z Eddie's Avatar
Black Z Eddie
Thread Starter
New Member
 
Joined: Jun 2007
Posts: 947
Likes: 9
From: San Pedro
Default

Originally Posted by taurran
Surreee..... we all know you're a h4xx0r. Trying to cover your tracks after sneaking into people's accounts!
The only time a hacker is when I drink too much.
Reply
Old Mar 18, 2008 | 05:02 AM
  #11  
buzzardmountain's Avatar
buzzardmountain
New Member
iTrader: (17)
 
Joined: Feb 2003
Posts: 9,898
Likes: 7
From: Flying Low....
Default

Originally Posted by 3hree5ive0ero
I don't think there's a way to do that. However, there is a way to view all the threads you missed when it was bolded. I'm sure you know this, but if you click on "View all Subscribed Threads" in the User CP (it's in the bottom right corner of the box labeled "New Subscribed Threads"), you can see all your subscribed threads. Just look at the time they were last updated and find the ones that you missed.
Other sites have this option.....
Reply
Old Mar 18, 2008 | 07:27 AM
  #12  
doug's Avatar
doug
New Member
iTrader: (5)
 
Joined: Sep 2002
Posts: 16,838
Likes: 35
From: Apex, NC
Default

Originally Posted by buzzardmountain
Other sites have this option.....
if the other site runs vB there might be a hack/plugin or enhancement that the admins could install.. if you can confirm that then i could find the plugin and post it here
Reply
Old Mar 20, 2008 | 07:03 AM
  #13  
helldorado's Avatar
helldorado
Registered User
iTrader: (4)
 
Joined: Jul 2005
Posts: 814
Likes: 1
From: NJ
Default

Its a setting under vBulletin's general settings under its main options page for admins. This site definitely appears to be using Inactivity/Cookie Based marking.

This option controls how threads and forums are marked as read.
  1. Inactivity/Cookie Based - once a user has been inactive for a certain amount of time (the value of the session timeout option) all threads and forums are considered read. Individual threads are marked as read within a session via cookies.
    This option is how all versions of vBulletin before 3.5 functioned.
    .
  2. Database (no automatic forum marking) - this option uses the database to store thread and forum read times. This allows accurate read markers to be kept indefinitely. However, in order for a forum to be marked read when all threads are read, the user must view the list of threads for that forum.
    This option is more space and processor intensive than inactivity-based marking.
    .
  3. Database (automatic forum marking) - this option is the same as a previous option, but forums are automatically marked as read when the last new thread is read.
    This is the most usable option for end users, but most processor intensive.
Reply
Old Mar 20, 2008 | 11:14 AM
  #14  
Black Z Eddie's Avatar
Black Z Eddie
Thread Starter
New Member
 
Joined: Jun 2007
Posts: 947
Likes: 9
From: San Pedro
Default

^^^ For Mods/Admins, if possible, in order of preference:

Option 2. Database (no automatic forum marking)
Option 1. Inactivity/Cookie Based - However, set it for like 14 or 30 days. Currently, it seems like it's marking all the threads read from "yesterday".
Reply
Old Mar 20, 2008 | 06:34 PM
  #15  
str8dum1's Avatar
str8dum1
New Member
15 Year Member
iTrader: (11)
 
Joined: Oct 2007
Posts: 8,807
Likes: 7
From: raleigh-wood NC
Default

+10000

heaven forbid i have to go into the lab for 20 minutes, only to come back "no new posts"

argh, so that mean I cant even work til i read thru all the new posts.

Reply
Old Mar 27, 2008 | 06:40 PM
  #16  
buzzardmountain's Avatar
buzzardmountain
New Member
iTrader: (17)
 
Joined: Feb 2003
Posts: 9,898
Likes: 7
From: Flying Low....
Default

bumpity bump......
Reply
Old Mar 31, 2008 | 05:04 PM
  #17  
buzzardmountain's Avatar
buzzardmountain
New Member
iTrader: (17)
 
Joined: Feb 2003
Posts: 9,898
Likes: 7
From: Flying Low....
Default

ttt
Reply
Old Apr 15, 2008 | 05:00 AM
  #18  
buzzardmountain's Avatar
buzzardmountain
New Member
iTrader: (17)
 
Joined: Feb 2003
Posts: 9,898
Likes: 7
From: Flying Low....
Default

Reply
Old Apr 16, 2008 | 04:35 AM
  #19  
buzzardmountain's Avatar
buzzardmountain
New Member
iTrader: (17)
 
Joined: Feb 2003
Posts: 9,898
Likes: 7
From: Flying Low....
Default

Reply
Old Apr 16, 2008 | 07:45 AM
  #20  
GodZilla's Avatar
GodZilla
Bad Mojo
 
Joined: Jul 2002
Posts: 2,620
Likes: 1
From: Tokyo, Japan
Default

I Dont think there is a feature for this.
Reply



All times are GMT -8. The time now is 04:22 AM.