having to re-type the message if you get logged off while typing [message #28301] |
Sun, 16 October 2005 18:06 |
JanRei
Messages: 361 Registered: October 2005 Location: Germany
Karma: 0
|
Senior Member Contributing Core Developer Translator |
|
|
I've noticed that you have to re-type the message if you get logged out while typing.
This seems to be fixed in this forum version here.
But if you get logged out, while you edit a message, you get the following error message when you click "Apply Message Changes": "You have followed an invalid link. Please notify the webmaster how you got here."
I would like to suggest to give the users the possibilty to re-login.
[Updated on: Mon, 17 October 2005 04:50] Report message to a moderator
|
|
|
|
|
|
|
Re: having to re-type the message if you get logged off while typing [message #28337 is a reply to message #28301] |
Tue, 18 October 2005 18:37 |
JanRei
Messages: 361 Registered: October 2005 Location: Germany
Karma: 0
|
Senior Member Contributing Core Developer Translator |
|
|
My testing results with 2.7.3RC3:
If I get logged out and click on "Submit Reply" I get the right error message and the possibilty to login. That's ok so far.
But after logging in I get to the forum's mainpage and the message doesn't appear.
If I get logged out before clicking on "Apply Message Changes" I get the error message "You have followed an invalid link. Please notify the webmaster how you got here."
By the way, I get the same error message, if I click on the "edit" button at the end of my message (and if I have been logged out in the meantime).
[Updated on: Tue, 18 October 2005 18:48] Report message to a moderator
|
|
|
|
Re: having to re-type the message if you get logged off while typing [message #28341 is a reply to message #28301] |
Wed, 19 October 2005 04:58 |
JanRei
Messages: 361 Registered: October 2005 Location: Germany
Karma: 0
|
Senior Member Contributing Core Developer Translator |
|
|
Ilia | If you logged out while editing a message the message you were writing will be lost, no way around that, sorry.
|
That's a pity.
JanRei | If I get logged out and click on "Submit Reply" I get the right error message and the possibilty to login. That's ok so far.
But after logging in I get to the forum's mainpage and the message doesn't appear.
|
But why do you ask the user for logging in, if the message will be lost anyway?
[Updated on: Wed, 19 October 2005 11:40] Report message to a moderator
|
|
|
|
|
|
Re: having to re-type the message if you get logged off while typing [message #28359 is a reply to message #28301] |
Wed, 19 October 2005 17:42 |
JanRei
Messages: 361 Registered: October 2005 Location: Germany
Karma: 0
|
Senior Member Contributing Core Developer Translator |
|
|
OK, that's right, if the form submsission fails, no recover is possible.
But I have thought up a solution:
Let's see that the form submission doesn't fail.
You know the user at the moment, when he clicks on "Post Reply" or "New Topic". (or he will login by the upcoming error message)
And then you can link the User Name or ID with the message form.
If the user clicks on "Submit Reply" you submit the message AND the User Name or ID.
In my opinion this should work, but I don't have no idea about PHP.
[Updated on: Wed, 19 October 2005 19:03] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
Re: having to re-type the message if you get logged off while typing [message #33578 is a reply to message #33575] |
Fri, 08 September 2006 15:00 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
FUDforum does this when sequence key expires, however, it is a far more trickier to do reliably when a person actually logs off. To be honest I am not sure just how frequent this problem is. Personally I have not seen it happen more then 1-2 times in my entire use of FUDforum on this and other sites. I'd prefer to avoid adding architectural complexity in places where the issue the fix is trying to solve is highly unlikely.
FUDforum Core Developer
|
|
|
|