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.
[Usability] Instant action redirection / Flash messages
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.
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.
- ameeck
- Registered User
- Posts: 86
- Joined: Sun Nov 13, 2005 6:43 pm
- Location: Prague, Czech Republic
- Contact:
[Usability] Instant action redirection / Flash messages
Please think before you post.
Re: [Usability] Instant action redirection / Flash messages
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?
I also propose the style on the other post you mentioned. What do you think?
Re: [Usability] Instant action redirection / Flash messages
a nice feature but it should be in 3.2 really.
Re: [Usability] Instant action redirection / Flash messages
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.
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.