Close
Page 2 of 3 FirstFirst 1 2 3 LastLast
Showing results 11 to 20 of 25
  1. #11

    Default

    Just like last time this was brought up: http://www.dual-boxing.com/showpost....&postcount=123

    Just to show you... There are 3 ways Vb handles thread / post read marking.

    Thread/Forum Read Marking Type

    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.
    We use the Inactivity/Cookie Based method because it is has the least affect on server performance thus resulting in faster queries, less server load, and faster page loads. Just to make sure I wasn't misunderstanding each option, I tested each one, and each one acted the SAME when it came down to forum new post marking of threads and threads in sub forums.

    So, I hope I've understood what you're explaining correctly, if I haven't, please let me know, and I hope I've explain well enough that this is all working as designed / intended. I can't fix what isn't broken and there is nothing that stands out as "this doesn't act like the normal forum software" when this is one of the 2 forum packages I would say are the industry standard.

  2. #12

    Default

    That sounds about right for how it's done, Nova.

    Problem with the cookie thing is it mainly just keeps track of website visiting activity, and not thread visiting activity. So you can visit the site, and after a bit, it'll mark all forums as read, based upon the time stamp of the cookie. Even if you never visited any of those threads.

    I can understand the rationale behind it from a programming standpoint, as it's a lot easier than keeping individual database track records of when things were visited and such. But in the end, I know I at least feel it's kinda nice knowing that something is going to remain unread until I either click into the thread to read it, or click on some button that says "Mark (sub)forum as read".

    Either way, it's not a huge deal, as I'd much rather have the forums up than down. But I can totally see where the frustration is coming from.

    WoW Teams Retired - Playing FFXIV For Now

  3. #13

    Default

    Quote Originally Posted by Ridere View Post
    That sounds about right for how it's done, Nova.

    Problem with the cookie thing is it mainly just keeps track of website visiting activity, and not thread visiting activity. So you can visit the site, and after a bit, it'll mark all forums as read, based upon the time stamp of the cookie. Even if you never visited any of those threads.

    I can understand the rationale behind it from a programming standpoint, as it's a lot easier than keeping individual database track records of when things were visited and such. But in the end, I know I at least feel it's kinda nice knowing that something is going to remain unread until I either click into the thread to read it, or click on some button that says "Mark (sub)forum as read".

    Either way, it's not a huge deal, as I'd much rather have the forums up than down. But I can totally see where the frustration is coming from.

    Yah, I see where people are coming from. I'm not trying to just flat out say "No I won't change this" but the problem is, if I do change it, it will have very adverse effects on the site's overall performance. And I'd rather be able to have the site run speedy for everyone.

  4. #14

    Default

    Quote Originally Posted by Svpernova09 View Post
    Yah, I see where people are coming from. I'm not trying to just flat out say "No I won't change this" but the problem is, if I do change it, it will have very adverse effects on the site's overall performance. And I'd rather be able to have the site run speedy for everyone.
    I totally understand. And that's why I'm glad you're managing the system and not me. I've done my share of website support and application support and such. It's so much easier to just be a user and not have to worry about actually maintaining anything.

    I used to write legitimate proxies/bots for another game (Well, moreso just a graphical chatroom with minor RP elements, hence why bots would be legitimate), and I'm glad that I don't deal much with that anymore.

    WoW Teams Retired - Playing FFXIV For Now

  5. #15

    Default

    Quote Originally Posted by Svpernova09 View Post
    Yah, I see where people are coming from. I'm not trying to just flat out say "No I won't change this" but the problem is, if I do change it, it will have very adverse effects on the site's overall performance. And I'd rather be able to have the site run speedy for everyone.
    Are you sure it will make a noticeable impact on performance? I agree if the site becomes sluggish then the current functionality would be preferable, but it's possible that we can't notice the slowdown if it's slight.
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  6. #16

    Default

    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.
    This is the part that is annoying to me. If I come here and start reading threads and come across one that requires a little time to read, respond to or research, everything is marked read by the time I'm done. I could come in with 200 new posts and by the time I read through 1 new thread with more than a few pages or respond to something that takes a little while to type out, the whole forum is marked read and I have to search by date/time to find the other 150 posts that I wanted to read.
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  7. #17
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    I looked through the User CP options panels and I can't find a setting that disables auto-marking of threads.
    Now playing: WoW (Garona)

  8. #18

    Default

    I made a few tweaks in a few areas, we'll see how it goes.

    I've enabled this option:

    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.
    So far, looks tolerable. Kind of a waiting game to see how much performance spikes. Some of my changes to the server that I did before we moved to this system have been undone. Not sure what is up with that but I've reverted to values that should let us run pretty lean.

    Don't tell Ellay. :_)

  9. #19

    Default

    Looks good. Hopefully it won't bog the system down.

    Edit: If there's a way to mark a sub-forum as read, that would be cool, too. Maybe there's a button for it that I'm overlooking, however.

    Edit Edit: Found it under the main display of all forums. Worked for the entire board. Good enough for me! I'll start with a fresh slate as of now. Thanks again for the change.
    Last edited by Ridere : 11-03-2009 at 01:59 PM

    WoW Teams Retired - Playing FFXIV For Now

  10. #20

    Default

    I always go to the Portal/new posts first and glad to see threads with unread posts as well. So far, as a user the forums seem to be running at the same speed.
    Next team: 60 Dk/Retsx4

    Rig: Q6600 8g ram Win 7 Pro 64bit, Nvidia 8800/Matrox triplehead2go (3 28" 1080p LCD's at 5040x1000 res),Logitech G13/G9, ISboxer/Jamba

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •