This is an old revision of the document!
PunBB core feature requests
You should add your request here if:
- This the feature is not present nor in PunBB 1.2, nor in PunBB 1.3. Also check the lists of PunBB 1.3 official extensions and extension requests.
- You are absolutely sure that this feature should be a part of the forum's core. Otherwise, add the PunBB 1.3 extension request, please.
Feature request list
- Do not waste user text on any kind of errors.
- The case: I click
Post reply
and add some text to theWrite message
field. At that moment I've got an urgent phone call, go away from the computer. I come back in an hour and see the message I've started before. I add more text, consider it finished and clickSubmit
. But my authorization has expired! I getYou do not have permission to access this page
and lose my message! The only hope to get it back is to rely on the browser keeping the form text on clicking theBack
button. - Possible solutions:
- Just print out the message source under the
You do not have permission to access this page
message. - Save the message somewhere, let user to log in and get him back to the
Post reply
form, having the text untouched.