[ABD] Mark edited posts unread

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
User avatar
RMcGirr83
Former Team Member
Posts: 21978
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

[ABD] Mark edited posts unread

Post by RMcGirr83 »

Extension Name: Mark Edited Posts Unread
Author: RMcGirr83

Description:
This is a port of the phpBB version 3.0.x Mod Mark Edited Posts Unread that will set either the first (if it is the only post in the topic) or last post in a topic as unread if edited.

Version: 1.0.0

Download: https://github.com/RMcGirr83/phpbb-3.1- ... master.zip

Installation:
  1. Copy the entire contents of the repository to ext/rmcgirr83/editedposts_unread
  2. Navigate in the ACP to Customise -> Extension Management -> Extensions.
  3. Click Enable.
Github Repository: https://github.com/RMcGirr83/phpbb-3.1- ... sts_unread

Image

This extension is not validated and should only be used on a test forum. If you install it on a live forum and issues arise don't blame me.
Last edited by RMcGirr83 on Sat Jun 18, 2016 10:53 am, edited 4 times in total.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beerImage
Holger
Registered User
Posts: 1882
Joined: Tue Mar 12, 2002 3:54 pm
Location: Hannover

Re: [BETA] Mark edited posts unread

Post by Holger »

Thanks a lot! :D
RMcGirr83 wrote:... that will set either the first or last post in a topic as unread if edited.
Could you please explain more in detail?
So not only the edited post will be marked up?
User avatar
RMcGirr83
Former Team Member
Posts: 21978
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [BETA] Mark edited posts unread

Post by RMcGirr83 »

Not sure how much clearer I can make it. If the first post of a topic is edited, it will be marked as unread for others. If the last post of a topic is edited it too will be marked as unread for others.

It does the same thing as the 3.0.x Mod.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beerImage
Holger
Registered User
Posts: 1882
Joined: Tue Mar 12, 2002 3:54 pm
Location: Hannover

Re: [BETA] Mark edited posts unread

Post by Holger »

I installed the ext.
It only works if the full editor is used for editing the post (no quick edit)?

In viewforum the topic is not flagged as "unread".
Holger
Registered User
Posts: 1882
Joined: Tue Mar 12, 2002 3:54 pm
Location: Hannover

Re: [BETA] Mark edited posts unread

Post by Holger »

RMcGirr83 wrote:Not sure how much clearer I can make it. If the first post of a topic is edited, it will be marked as unread for others. If the last post of a topic is edited it too will be marked as unread for others.

It does the same thing as the 3.0.x Mod.
Ah! So if a post in the middle is changed, noting will happen?
User avatar
RMcGirr83
Former Team Member
Posts: 21978
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [BETA] Mark edited posts unread

Post by RMcGirr83 »

Holger wrote:I installed the ext.
It only works if the full editor is used for editing the post (no quick edit)?

In viewforum the topic is not flagged as "unread".
It should work for either though I am not aware of a "quick edit" function in phpBB and if a post in the middle is changed nothing will happen.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beerImage
Holger
Registered User
Posts: 1882
Joined: Tue Mar 12, 2002 3:54 pm
Location: Hannover

Re: [BETA] Mark edited posts unread

Post by Holger »

Sorry, Quick Edit is an Ext.
User avatar
RMcGirr83
Former Team Member
Posts: 21978
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [BETA] Mark edited posts unread

Post by RMcGirr83 »

Assuming the quick edit thingy uses the submit_post function then it will act the same as normal editing.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beerImage
Holger
Registered User
Posts: 1882
Joined: Tue Mar 12, 2002 3:54 pm
Location: Hannover

Re: [BETA] Mark edited posts unread

Post by Holger »

Ok! Will check!

BTW it is this one I am using:
viewtopic.php?f=456&t=2237696
chasseur.de.dahu
Registered User
Posts: 5
Joined: Mon Jan 19, 2015 6:29 pm

Re: [BETA] Mark edited posts unread

Post by chasseur.de.dahu »

RMcGirr83 thank you for the response. :D
This is exactly the model that I was missing!
User avatar
Frogmen
Registered User
Posts: 133
Joined: Fri Dec 28, 2007 11:48 pm
Location: Palma De Mallorca. Spain

Re: [BETA] Mark edited posts unread

Post by Frogmen »

Hello, thks for your EXT. It's posible not to change the date of the msgs and keep the original posting date?

thks
Frogmen
User avatar
RMcGirr83
Former Team Member
Posts: 21978
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [BETA] Mark edited posts unread

Post by RMcGirr83 »

No that isn't possible as that is how phpBB determines which posts are unread...by the date of the post.

Extension updated to RC
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beerImage
perrinoia
Registered User
Posts: 10
Joined: Thu Apr 09, 2015 5:56 pm
Location: RI, USA
Name: Perrin Tysor
Contact:

Re: [RC] Mark edited posts unread

Post by perrinoia »

Is it possible to enable this extension for posts that are between first and last?

If someone edits a post on page 3 of a topic, and the last post is on page 5, I'll never know it unless someone quotes the edit in a reply...
Holger
Registered User
Posts: 1882
Joined: Tue Mar 12, 2002 3:54 pm
Location: Hannover

Re: [RC] Mark edited posts unread

Post by Holger »

+1
Korkel
Registered User
Posts: 391
Joined: Mon Jun 02, 2014 7:09 am
Location: ~/home/Liz/Desktop
Name: Liz Aalderink
Contact:

Re: [RC] Mark edited posts unread

Post by Korkel »

perrinoia wrote:Is it possible to enable this extension for posts that are between first and last?

If someone edits a post on page 3 of a topic, and the last post is on page 5, I'll never know it unless someone quotes the edit in a reply...
Great idea. :)

A Rich Extension, I love it!
"If you lose your left arm, your right arm will be left."
“The most important property of a program is whether it accomplishes the intention of its user.”
Image
Locked

Return to “Abandoned Extensions”