Opened 17 years ago

Closed 17 years ago

#226 closed Enhancement (fixed)

Option to disable signature on editing posts

Reported by: Ageless Owned by: 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 (2)

comment:1 Changed 17 years ago by Nicolas

Keywords: forum edit signature added

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)

comment:2 Changed 17 years ago by Rytis

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.