[RFC] Error, Success & Confirm Class
Re: [RFC] Error, Success & Confirm Class
I fully support this, +1
Re: [RFC] Error, Success & Confirm Class
I've created a ticket: http://tracker.phpbb.com/browse/PHPBB3-11058
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
- Pony99CA
- Registered User
- Posts: 986
- Joined: Sun Feb 08, 2009 2:35 am
- Location: Hollister, CA
- Contact:
Re: [RFC] Error, Success & Confirm Class
Can we come up with a better term than "flash message"? When I first saw that, I wondered if phpBB was going to require Adobe Flash for messages. 
Steve
Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Re: [RFC] Error, Success & Confirm Class
Flash messages is both the correct term and it is widely used in development. I don't seen any problem with using it. All it takes is for a user to ask or google it and they will find out that its not adobe flash.Pony99CA wrote:Can we come up with a better term than "flash message"? When I first saw that, I wondered if phpBB was going to require Adobe Flash for messages.
Steve
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
Re: [RFC] Error, Success & Confirm Class
"Flash message" is absolutelly OK...
- Pony99CA
- Registered User
- Posts: 986
- Joined: Sun Feb 08, 2009 2:35 am
- Location: Hollister, CA
- Contact:
Re: [RFC] Error, Success & Confirm Class
Let me rephrase the request. On a developer board, "flash message" may be OK (although I hadn't heard the term until now and am still not sure what one looks like). However, if this has a chance of being exposed to non-developers (for example, the documentation could say "After pressing Submit, you'll see a flash message telling you whether the operation succeeded or failed."), we should find a better term. End users should not be forced to ask for clarification or Google something to understand it.Unknown Bliss wrote:Flash messages is both the correct term and it is widely used in development. I don't seen any problem with using it. All it takes is for a user to ask or google it and they will find out that its not adobe flash.Pony99CA wrote:Can we come up with a better term than "flash message"? When I first saw that, I wondered if phpBB was going to require Adobe Flash for messages.![]()
If end users will never see the term, then it's all good.
Well, I guess that settles it.Senky wrote:"Flash message" is absolutelly OK...
But the overall proposal sounds like a good one. I always thought it strange that trigger_error was used for non-error messages.
Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
- DavidIQ
- Customisations Team Leader
- Posts: 1905
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: [RFC] Error, Success & Confirm Class
This. Our users aren't developers so a layman's term for it would be best IMO.Pony99CA wrote:If end users will never see the term, then it's all good.
Re: [RFC] Error, Success & Confirm Class
Its more of a developer term. It means a message that comes up on the following screen, then disappears. We'll most likely use http://www.erichynds.com/examples/jquery-notify/ (click default notification).Pony99CA wrote:Let me rephrase the request. On a developer board, "flash message" may be OK (although I hadn't heard the term until now and am still not sure what one looks like). However, if this has a chance of being exposed to non-developers (for example, the documentation could say "After pressing Submit, you'll see a flash message telling you whether the operation succeeded or failed."), we should find a better term. End users should not be forced to ask for clarification or Google something to understand it.Unknown Bliss wrote:Flash messages is both the correct term and it is widely used in development. I don't seen any problem with using it. All it takes is for a user to ask or google it and they will find out that its not adobe flash.Pony99CA wrote:Can we come up with a better term than "flash message"? When I first saw that, I wondered if phpBB was going to require Adobe Flash for messages.![]()
If end users will never see the term, then it's all good.
Well, I guess that settles it.Senky wrote:"Flash message" is absolutelly OK...
But the overall proposal sounds like a good one. I always thought it strange that trigger_error was used for non-error messages.
Steve
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
- Pony99CA
- Registered User
- Posts: 986
- Joined: Sun Feb 08, 2009 2:35 am
- Location: Hollister, CA
- Contact:
Re: [RFC] Error, Success & Confirm Class
Those are pretty cool. Thanks for the link.Unknown Bliss wrote: Its more of a developer term. It means a message that comes up on the following screen, then disappears. We'll most likely use http://www.erichynds.com/examples/jquery-notify/ (click default notification).
Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Re: [RFC] Error, Success & Confirm Class
They're beautiful