[ABD] Highlight Unread Posts

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
Wolfsblvt
Registered User
Posts: 634
Joined: Sun Oct 26, 2014 9:12 pm
Location: Solingen, Germany

Re: [BETA] Highlight Unread Posts

Post by Wolfsblvt »

Holger wrote:Bumpedi-bump :D
If this is another extensions request, why do you bump it here instead of creating an extension request? :P
Not that I mind bumping my extension topics... :geek:

It isn't that easily done, there is no class attribute for edited posts, so it would be a bit more work.
If you have a specific extension request and you are willing to pay for, you can write me a PM.
My extensions (Trending: @Mention SystemAdvanced PollsUser Online Time)

»Du kamst zu uns. Deine Stimme kam. Du zeigtest uns die Sterne. Sie funkelten. Wir konnten sehen.«
User avatar
uruguayito
Registered User
Posts: 266
Joined: Mon Dec 13, 2010 2:46 pm
Location: Montevideo - Uruguay

Re: [BETA] Highlight Unread Posts

Post by uruguayito »

Good work Wolfsblvt...
I like it

Tk
I speak spanish
Sorry for my bad english
User avatar
GodfatherUK
Registered User
Posts: 312
Joined: Mon Mar 03, 2003 6:46 pm
Location: England, UK

Re: [BETA] Highlight Unread Posts

Post by GodfatherUK »

Hi. I like the look of this. I was wondering, what has stopped this being released and validated?
Ive noticed a lot of advice around not to put a BETA extension onto a live board.
User avatar
2600
I've Been Banned!
Posts: 2567
Joined: Fri Nov 14, 2014 5:14 pm
Location: Area-51

Re: [BETA] Highlight Unread Posts

Post by 2600 »

I have this on my board and seem not to have any trouble.
Morpheus: Unfortunately, no one can be told what The Matrix is. You'll have to see it for yourself.
Hack me.
Consider a canary token.
The nature of my chosen username
:ugeek:
User avatar
GodfatherUK
Registered User
Posts: 312
Joined: Mon Mar 03, 2003 6:46 pm
Location: England, UK

Re: [BETA] Highlight Unread Posts

Post by GodfatherUK »

I have just added it, and I am impressed.
Works as intended. Thanks Author!
User avatar
Frogmen
Registered User
Posts: 133
Joined: Fri Dec 28, 2007 11:48 pm
Location: Palma De Mallorca. Spain

Re: [BETA] Highlight Unread Posts

Post by Frogmen »

In my forum works perfectly as well. And is a very usefull EXT. I'll love to expand this EXT to Highlight Unread Topics in the Topic list and Highlight Unread Thread in the Thread list.

Thks Wolfsblvt

saludos
Frogmen
User avatar
Wolfsblvt
Registered User
Posts: 634
Joined: Sun Oct 26, 2014 9:12 pm
Location: Solingen, Germany

Re: [BETA] Highlight Unread Posts

Post by Wolfsblvt »

GodfatherUK wrote:Hi. I like the look of this. I was wondering, what has stopped this being released and validated?
Ive noticed a lot of advice around not to put a BETA extension onto a live board.
Nothing has stopped it other than me. I haven't submitted any of my extensions until now. I was, and I even am new to extension. I learn something everyday, improve my coding style, find better ways, etc. So I don't want to put non-optimized and confusing code to the CDB.
In time, I'll rework some of my extensions and submit them all.

Until then, using them on a live board is at your own risk. Of course there are advices around not using them, cause no one officially checked them for propblems or even security issues for example.
I don't think though that there is any problem with it here, and I would try to do my best if there are problems, but ye... no one can prove that.
Frogmen wrote:In my forum works perfectly as well. And is a very usefull EXT. I'll love to expand this EXT to Highlight Unread Topics in the Topic list and Highlight Unread Thread in the Thread list.

Thks Wolfsblvt

saludos
Frogmen
Ye, I thought about that already. Maybe it would be good to expand this extension to match all unread things.
Even though all of that should or could be done with styles.
If you have a specific extension request and you are willing to pay for, you can write me a PM.
My extensions (Trending: @Mention SystemAdvanced PollsUser Online Time)

»Du kamst zu uns. Deine Stimme kam. Du zeigtest uns die Sterne. Sie funkelten. Wir konnten sehen.«
User avatar
GodfatherUK
Registered User
Posts: 312
Joined: Mon Mar 03, 2003 6:46 pm
Location: England, UK

Re: [BETA] Highlight Unread Posts

Post by GodfatherUK »

Wolfsblvt wrote:
GodfatherUK wrote:Hi. I like the look of this. I was wondering, what has stopped this being released and validated?
Ive noticed a lot of advice around not to put a BETA extension onto a live board.
Nothing has stopped it other than me. I haven't submitted any of my extensions until now. I was, and I even am new to extension. I learn something everyday, improve my coding style, find better ways, etc. So I don't want to put non-optimized and confusing code to the CDB.
In time, I'll rework some of my extensions and submit them all.

Until then, using them on a live board is at your own risk. Of course there are advices around not using them, cause no one officially checked them for propblems or even security issues for example.
I don't think though that there is any problem with it here, and I would try to do my best if there are problems, but ye... no one can prove that.
Thank you for your reply. I wasn't sure whether there were any issues there had halted it.
Since seeing others are using it I placed it onto my board and it works like a charm.
I will definitely keep an eye out for any updates.

Thank you!
User avatar
sysz
Registered User
Posts: 278
Joined: Mon Jan 30, 2012 11:36 pm
Location: Sweden, Helsingborg
Name: Kimmy Lindell Ekström

Re: [BETA] Highlight Unread Posts

Post by sysz »

PayBas wrote:Nice idea. But should be noted that the same thing can be accomplished with a single CSS rule.

So this extension is mostly for those people that don't want to edit their style at all.
May i ask how that would look like. Is it something as simple as for an example adding :unread after an class or an id?
Currently working on the community
User avatar
Wolfsblvt
Registered User
Posts: 634
Joined: Sun Oct 26, 2014 9:12 pm
Location: Solingen, Germany

Re: [BETA] Highlight Unread Posts

Post by Wolfsblvt »

sysz wrote:May i ask how that would look like. Is it something as simple as for an example adding :unread after an class or an id?
You can look at the code of my extension here.
The part for adding the simple green color to unread posts in prosilver is here:
highlightunreadposts.css (prosilver)

See, just two simple css statements. That's all you need.
If you have a specific extension request and you are willing to pay for, you can write me a PM.
My extensions (Trending: @Mention SystemAdvanced PollsUser Online Time)

»Du kamst zu uns. Deine Stimme kam. Du zeigtest uns die Sterne. Sie funkelten. Wir konnten sehen.«
User avatar
sysz
Registered User
Posts: 278
Joined: Mon Jan 30, 2012 11:36 pm
Location: Sweden, Helsingborg
Name: Kimmy Lindell Ekström

Re: [BETA] Highlight Unread Posts

Post by sysz »

Ah i see, thank you very much Wolfsblvt :)
Currently working on the community
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28934
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier

Re: [BETA] Highlight Unread Posts

Post by Paul »

This topic has been marked as [ABD] - Abandoned as the extension author has not been active recently. If the extension author wishes to continue development, please PM anyone on the Extensions Team to request this topic be unlocked.

Notice!
We do not recommend that a user of the phpBB software install this extension, or any other extension that is marked as “abandoned” or “in development”, on a live forum. Doing so may cause your forum to not perform in the manner it should.


Thank you,
The phpBB Extensions Team

Return to “Abandoned Extensions”