Enabling autosave for all users??
Avatar - June 10, 2009 - 02:53
| Project: | Draft |
| Version: | 6.x-1.6 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | darren.ferguson |
| Status: | active |
Jump to:
Description
Is there a way to enable the autosave feature automatically for all users who add content instead of each user having to enable it in his/her account page?

#1
Right now there is no way to do this and the reason that it was done this way was for high load sites since it is utilizing ajax to do the saving the ajax request still does a full drupal bootstrap and hence these requests if a lot of users were utilizing it at the same time would put a lot of excessive load on the server.
Will look and determine a way to put this functionality into the module.