The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Message auto-save/drafts Details »» | |||||||||||||||||||||||||||
An auto-save feature was recently added to vB4, so I figured it would be nice if we vB3 users could also get something similar
While this this isn't a server-side solution, I think that it's still pretty solid, as it relies on the localStorage system in your browser, which is supported by Safari, FF 3.5+, Opera, Chrome, and IE8+. I have tested this on FF6, the latest Safari and Chrome, and IE9. I wrote it with IE8 in mind, but haven't tested IE8 as my forum skin doesn't support it (yup, it's a terrible browser). For now, I am marking this as a beta release until we're sure it works in all browsers that support localStorage and there aren't any outstanding bugs. Where does this work?
How does this work? You can start typing a post, close your browser, open the same page, and the post will still be there. Note that this mod keys data by URL in order to avoid collisions. The mod automatically and silently restores posts when possible. However, if the editor already contains something when you load the page (i.e. PM quick reply), then you will receive a prompt asking you whether or not you want to work with the recovered text. This mod works even if you disable the WYSIWYG editor and it will quite likely work with older versions of vB all the way down to 3.5. Installation Installation is simple.
HTML Code:
<script type="text/javascript" src="$vboptions[bburl]/clientscript/vbulletin_autosave.js"></script> *the script tags must be placed after the editor text area element; this doesn't necessarily have to be the very end of the template, although it's good practice to do so License: You are free to use, modify, re-post and re-distribute the code as long as you credit me in the script comments. Improvements and derivatives are welcome! Note: This is a CLIENT-SIDE mod. Please be sure that any issues you may report aren't related to the fact that a. your browser is misconfigured or b. you are using an old/unsupported browser. Download Now
Show Your Support
|
Comments |
#22
|
|||
|
|||
Thanks!
|
#23
|
||||
|
||||
but for me, sometime links work, mostly does not work..
in Firefox 6.0.2 |
#24
|
|||
|
|||
Make sure you're including the JS file on all the pages you want it to work on.
If it's still not working, you can uncomment the console.log statements in the code and trace the execution in firebug. If you find any issues then, let me know how to reproduce them and I'll look in to fixing them! |
#25
|
||||
|
||||
Yes.. i fix it.. that was due to conflicting some ads code .. i have remove the ads now it is working fine.. sorry :S
|
#26
|
||||
|
||||
Thank you for this very useful addon!
The need for it was proved, when I worked on this reply for the first time. Meanwhile I was kicked out by vbulletin.org with my idle-time and after hitting submit the text was gone. The mod works like a charm with my live-forum. Thus far I could test Firefox and Chrome on MacOSX. Perhaps I didn?t catch the description above accurately, but I don?t get any prompt to consent to the saved text or not. |
#27
|
|||
|
|||
Glad to hear you like it and that it works! The prompt only shows up in the PM quick reply interface, as there, a quote of the PM is inserted into the editor by default, and you might not notice that the saved text had been inserted otherwise
|
#28
|
|||
|
|||
Is there a way to show text when it happens like vB4?
|
#29
|
||||
|
||||
Works good.
|
#30
|
|||
|
|||
Since this fires as soon as you start typing and for every character you enter, it would have to work differently. For a future release I'm planning to have it work differently
|
#31
|
|||
|
|||
Anyone have this running successfully on 3.7?
This is a better mousetrap than the one I know runs ok on 3.7. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|