This is just a minor useability improvement. When a user submits a new post into the forum (successfully) it is shown to that user with the 'new' flag next to it. The expected behaviour is that the new flag should not be shown to the author of the post, to them it is not new: they wrote it.

Comments

jody lynn’s picture

Version: 7.x-dev » 8.x-dev
timhilliard’s picture

Status: Active » Needs review
StatusFileSize
new734 bytes

I have rolled a patch for this however there is maybe a slight topic for discussion with this. The way this is calculated is via the {history} table which is checked against the last update time. However when a node is created the {history} table is not updated. I believe this should be done for all node types however this could also only be done for only forum nodes. I have rolled the patch to cover all node types.

Cheers,
Tim

timhilliard’s picture

I've thought about this one a little bit more. Since this new behaviour it might be better to add a config option that allows you to set whether or not to count the ticket creation as viewed or not. I hope this makes sense :)

Tim

manhalt’s picture

Version: 8.x-dev » 7.x-dev
Status: Needs review » Active

This is not an issue in D8 - moving this issue to D7.

Status: Active » Closed (outdated)

Automatically closed because Drupal 7 security and bugfix support has ended as of 5 January 2025. If the issue verifiably applies to later versions, please reopen with details and update the version.