Author Topic: Topic Solved and Reply  (Read 458 times)

0 Members and 1 Guest are viewing this topic.

Offline aleX_hillTopic starter

  • Enthusiast
  • Posts: 139
    • View Profile
Topic Solved and Reply
« on: March 16, 2010, 09:51:19 PM »
Is it possible to add a checkbox to the bottom of the reply box to mark the topic as solved upon reply. If I find a solution to my problem I post it at the end to help the odd user who may actually use the search feature of the forum and find the post. It gets a little tedious to then open the thread again to click the "Marked Solved" button. If we could do it in one action it would be great.

Offline PFMaBiSmAd

  • Guru
  • 'Insane!'
  • *
  • Posts: 14,588
  • In Coding, Automatic means you write code to do it
    • View Profile
Re: Topic Solved and Reply
« Reply #1 on: March 17, 2010, 06:51:01 AM »
There's a setting under your Profile settings in the Look and Layout section, that returns you to the post you just made, which would be what you would normally want to do after making a post -
Quote
Return to topics after posting by default.
Signature: (not a comment about anything you posted unless specifically indicated)
Debugging step #1: To get past the garbage-out equals garbage-in stage in your code, you must check that the inputs to your code are what you expect.

Programming is just problem solving, but it is done in another language. You must learn enough of the programming language you are using to be able to read and write code.