[Usability] Instant action redirection / Flash messages

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Post Reply
User avatar
ameeck
Registered User
Posts: 86
Joined: Sun Nov 13, 2005 6:43 pm
Location: Prague, Czech Republic
Contact:

[Usability] Instant action redirection / Flash messages

Post by ameeck »

Current situation

After logging in phpBB3 displays a confirmation message that you have really submitted your post, logged in etc. Often unnecessarily lengthening common procedures on the board.

There is no way to limit the time for which these pages were displayed.

On of the reasons for this was to prevent double submission of forms.

Proposed implementation

Instead of inserting an unnecessary page load summarizing the action, the user should be redirected to the previous page and a dismissable "flash message" should be shown at the top stating the action has been processed and executed. In this message, a Undo link could be presented as described here: [Usability] Reducement of confirmation pages / Allow undo.

To solve double form submission problems, the request should be redirected from a processing script to the presentation script afterwards, preventing sending double commands while using the Back button.
Please think before you post.

jwxie
Registered User
Posts: 57
Joined: Mon Jan 23, 2006 3:38 am

Re: [Usability] Instant action redirection / Flash messages

Post by jwxie »

I would rather to do it instant flashing - use ajax as much as possible - to redirect and to reload every page we confirm is unnecessary and sometime when Internet access is slow, it's better to save the time.

I also propose the style on the other post you mentioned. What do you think?

sajaki
Registered User
Posts: 86
Joined: Mon Jun 21, 2010 8:28 pm

Re: [Usability] Instant action redirection / Flash messages

Post by sajaki »

a nice feature but it should be in 3.2 really.

Oleg
Posts: 1150
Joined: Tue Feb 23, 2010 2:38 am
Contact:

Re: [Usability] Instant action redirection / Flash messages

Post by Oleg »

I'm going to move this to 3.2 since I have HTTP redirects on my board.

I believe some of the redirect pages actually display information other than "your action has been performed", therefore going to HTTP redirects does lose that bit of information vs redirect pages.

If we implement flash messages we should be able to do away with redirect pages entirely.

Post Reply