First time here? Check out the FAQ!
2

Is there a way to make the question content field optional?
 

A lot of question does not really need the extra content, only the actual question. Is there a simple way of turning off this prerequisite for posting?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Erik Larsson's avatar
41
Erik Larsson
asked 13 years ago
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago

Comments

see more comments

1 Answer

0

We have a pending pull request for this feature: https://github.com/ASKBOT/askbot-devel/pull/44 by @piskvorky.

It's a really good idea.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 13 years ago
link

Comments

Actually, what Erik wants could already be in askbot, from pull request 42. In livesettings->Data entry and display rules, the minimum length can be set to 0 characters (=allow empty). Pull 44 is about hiding the editor area, which is maybe not even necessary.

piskvorky's avatar piskvorky (13 years ago)

Ahh, right, the field can be left blank when that setting is enabled. We'll follow up on hiding the editor, ideally we should update design for that feature, imo bodyless questions do not look very pretty now.

Evgeny's avatar Evgeny (13 years ago)
see more comments