Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
After posting automatically copy to clipboard Details »
After posting automatically copy to clipboard
Mod Version: 1.00, by Kentaurus (Member) Kentaurus is offline
Developer Last Online: Jul 2014 I like it Show Printable Version Email this Page

This modification is in the archives.
vB Version: 3.0.3 Rating: (0 vote - 0 average) Installs: 14
Released: 06 Jul 2004 Last Update: Never Downloads: 9
Not Supported  

Oh no! I just finished writting that long long post and the page didn't load.
I wish I would have made a copy in notepad. Too late for that.
I won't write it again.

After hearing that a couple hundred times I wrote this hack. When using Internet Explorer once you submit your post it is copied to the clipboard, meaning that if the page doesn't load then you just press back in your browser, paste, and submit it again. Since most of us users forget to do a backup copy just in case this comes in handy.

(screenshots?) I don't know how I would take screenshots for that.

for IE, only for WYSIWYG

Info for hackers:
You may modify, improve, upgrade, redistribute this hack, include it
in another hack or yours or translate it provided you do it free of
charge and you distribute it in www.vbulletin.org at least, there is no
need to pm me asking for permission
Some portions of the code are (c) Jelsoft Enterprises Ltd.

Download Now

Only licensed members can download files, Click Here for more information.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
Show Thread Enhancements copy to clipboard posts/threads after posting (Basic/Standard) editors Omranic Modification Graveyard 18 20 Mar 2006 06:33

Comments
  #2  
Old 06 Jul 2004, 15:15
nexialys
 
hum.. is it only IE that can't keep textarea content in cache ?!

usually, anywhere i go, i can post and press back, the content is again in the field... even if i visited 3 or 4 pages after that, i just go back and the content is there...
Reply With Quote
  #3  
Old 06 Jul 2004, 15:18
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Real name: Andreas
Nice
Could you make it so it does also work for the standard editor?
Reply With Quote
  #4  
Old 06 Jul 2004, 16:45
Logikos Logikos is offline
 
Join Date: Jan 2003
Originally Posted by KirbyDE
Nice
Could you make it so it does also work for the standard editor?
He is using the java script code for the WYSIWYG so i don't think this can be done with the standerd one, unless you make it so you have to click something before you send it.

I could be wrong.
__________________
Full Time PHP Developer
Please feel free to contact me if you have any paid work to be done.
Reply With Quote
  #5  
Old 06 Jul 2004, 17:16
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Real name: Andreas
I think I got it working for the standard editor:

In vbulletin_stdedit.js FIND

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

REPLACE that with

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

This might bemoce a very useful feature for poor IE users
Reply With Quote
  #6  
Old 06 Jul 2004, 17:31
weaver weaver is offline
 
Join Date: Mar 2004
Thanks... I have this happen all the time and it's so frustrating.
Reply With Quote
  #7  
Old 06 Jul 2004, 17:37
Kentaurus's Avatar
Kentaurus Kentaurus is offline
 
Join Date: Dec 2001
Originally Posted by nexialys
hum.. is it only IE that can't keep textarea content in cache ?!

usually, anywhere i go, i can post and press back, the content is again in the field... even if i visited 3 or 4 pages after that, i just go back and the content is there...
It depends a lot on your computer settings, and on the forum not sending the no-cache headers. As for my forums, if you press back then the textarea content is not there anymore. It has become frustrating for some users, even if out of 40 replies only 1 doesn't load.
__________________
Try MySmilies Mod - User-based, custom smilies for each user

CemZoo.com - Anime Community
CemZoo Forums - Anime Forums
Reply With Quote
  #8  
Old 06 Jul 2004, 17:39
Logikos Logikos is offline
 
Join Date: Jan 2003
Glad to see someone got this for the standard editor.
/me clicks install
__________________
Full Time PHP Developer
Please feel free to contact me if you have any paid work to be done.
Reply With Quote
  #9  
Old 06 Jul 2004, 17:40
Kentaurus's Avatar
Kentaurus Kentaurus is offline
 
Join Date: Dec 2001
Originally Posted by KirbyDE
I think I got it working for the standard editor:

In vbulletin_stdedit.js FIND

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

REPLACE that with

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

This might bemoce a very useful feature for poor IE users
Thanks for your code KirbyDE, it seems really useful. Do you mind if I add it to the hack?

I didn't modify the standard editor because the copy function is dhtml only used in wysiwyg. And sometimes users prefer the standard editor because the dhtml breaks their explorer (rare cases).
__________________
Try MySmilies Mod - User-based, custom smilies for each user

CemZoo.com - Anime Community
CemZoo Forums - Anime Forums
Reply With Quote
  #10  
Old 06 Jul 2004, 17:54
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Real name: Andreas
Feel free to add it

I also prefer the standard-editor, as the WYSIWYG-editor sometimes just does what he wants and not what I want ^.^
Reply With Quote
  #11  
Old 06 Jul 2004, 18:39
Merjawy's Avatar
Merjawy Merjawy is offline
 
Join Date: Sep 2002
Location: USA
Very nice.. I will use it after upgrade..

Thanks for the hack mate
Reply With Quote
  #12  
Old 06 Jul 2004, 21:39
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Real name: Rob
Originally Posted by KirbyDE
I think I got it working for the standard editor:

In vbulletin_stdedit.js FIND

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

REPLACE that with

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

This might bemoce a very useful feature for poor IE users
Do we need to edit any templates along with this?
Reply With Quote
  #13  
Old 06 Jul 2004, 21:45
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Real name: Andreas
There are no template edits necessary for the standard editor.
Reply With Quote
  #14  
Old 06 Jul 2004, 22:10
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Real name: Rob
Originally Posted by KirbyDE
There are no template edits necessary for the standard editor.
Thank you, sir.
Reply With Quote
  #15  
Old 07 Jul 2004, 01:39
mtha's Avatar
mtha mtha is offline
 
Join Date: Jul 2002
Real name: Ha Mai
Originally Posted by KirbyDE
There are no template edits necessary for the standard editor.
would be nice having no template editing for WYSIWYG one too, can we do it?

/me installed
__________________
Selected Hacks:
[APM] Advanced Product Management [for vb4][for vb3.6] [for 3.7.x/3.8.x] -- [YAAS] Yet Another Awards System [for vB 3.5] [for vB 3.0] -- [YAPMS] Yet Another Private Message System 1.0.1
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


New To Site? Need Help?

All times are GMT. The time now is 22:16.

Layout Options | Width: Wide Color: