Thread: solution to old post bumping

  1. #1
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790

    solution to old post bumping

    I think I have a solution to the problem this board has been having of some people bumping 3 month old threads. set VB up to auto close threads whose activity has been zero for a period of time, say a month. If it isn't in the default VB, code your own module for it, or look for some(Somethingawful.com has put more work into their VB board coding wise than VB's developers have.)

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    You should email isnoop and get him to code it for us.

  3. #3
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Instead just editing the PHP file not to allow posting on threads older tahn 3 months would be easier...

  4. #4
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    How about allow posting, but the thread is not bumped.

  5. #5
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    sometimes posting in an old thread is better than creating a new one... another way to do it is just write some vB code to move posts that haven't had any activitiy in a while to the 'a brief history' thread and close it... that way the board is cleaner...

    IMO, it's fine the way it is now...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  6. #6
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790
    however, you have some of the newer people to the board "forgetting" to read the faq and ending up revitalizing threads for no reason other than do an "ok lolzers..." type of post. I dont know how vB is setup, but one would assume it would be pretty easy to add to the
    Code:
    if($userloggedin && $threaddate < 90)
    {
    post($message);
    }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Post your Best Text Adventure
    By Joe100 in forum Game Programming
    Replies: 3
    Last Post: 08-15-2003, 05:47 PM
  2. Auto POST
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 06-07-2003, 10:42 AM
  3. Mr. Hill's Programming Class Post Here
    By Klapton in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 03-20-2003, 03:29 PM
  4. For those of you who helped - thanks! SOLUTION
    By BigDaddyDrew in forum C++ Programming
    Replies: 0
    Last Post: 03-11-2003, 10:42 PM