Ticket #226 (closed Enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Option to disable signature on editing posts

Reported by: Ageless Assigned to: Rytis
Priority: Trivial Milestone: Undetermined
Component: Web - Forums Version:
Keywords: forum edit signature Cc:

Description

I'd like to request the option to disable signatures on editing posts. Now there are threads where it's asked not to post with the signature on and people still post with it on, as they forget to uncheck the 'show signature' option.

On editing the post one cannot change this.

Change History

06/01/07 11:50:07 changed by Nicolas

  • keywords set to forum edit signature.

Since you can only edit the post within 60 minutes after posting, I suggest the project admin uses this SQL command to remove signatures from existing posts on that thread, if they really should be removed:

UPDATE post SET signature=0 WHERE thread=[insert thread ID here];

(This doesn't invalidate the feature request)

07/08/07 05:31:15 changed by Rytis

  • status changed from new to closed.
  • resolution set to fixed.

(In [13124]) Allow users to change signature option when editing posts (close #226).


If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.