Jump to content

Alex-Grim

Members
  • Posts

    58
  • Joined

  • Last visited

    Never

Everything posted by Alex-Grim

  1. You might want to add 1 more rule: Must reply to at least 2 other requests for review. This will help to eliminate spam, etc. Also it would be best to require they start with the topics that are OLDER and have the least amount of replies, to help ensure that each user gets a fair turn, and lazy people don't just pick from the top so they can hurry up and post their own. For example, in order of priority: Threads with 0 replies, oldest first, not to exceed second page; Has priority over all else; Threads with 1 replies, oldest first, not to exceed front page; Has priority over all following; Threads with 2 replies, oldest first, not to exceed front page; Has priority over all following; Threads with more than 2 replies, who cares. as code, if might look like this: if (Threads with 0 replies, oldest first, not to exceed second page){ reply to it; }else{ if (Threads with 1 replies, oldest first, not to exceed front page){ reply to it; }else{ if (Threads with 2 replies, oldest first, not to exceed front page){ reply to it; }else{ reply to front page threads with least replies; } } } Eh, just a thought.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.