Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Quick Edit Loading Text Details »»
Quick Edit Loading Text
Mod Version: 1.0a, by Brad (Coder/Designer) Brad is offline
Developer Last Online: Oct 2009 I like it Show Printable Version Email this Page

vB Version: 3.5.4 Rating: (1 vote - 5.00 average) Installs: 17
Released: 21 Mar 2006 Last Update: Never Downloads: 19
Not Supported Uses Plugins Template Edits Code Changes Re-usable Code Translations  

I'm sure you've noticed that posting a quick reply displays a 'Posting reply, please wait' message while the post is begin sent to the server. Ever wonder why Quick Edit doesn't do the same? I know I have...

With this modification installed a short message is displayed in the postbit template when a user edits or deletes a post via the quick edit box. I felt this was something that should have been in the code by default (and I think it will be in an up-coming version) so I made it myself and decided to release it to the community.

Requirements

1 file to edit (to file /vbulletin/clientscript/vbulletin_quick_edit.js)
2 template edits (to templates postbit, and postbit_legacy)
1 Product file import (for the phrases)

Important note

Because this modification requires that you edit the javascript files, you will have to clear your web browser's local cache before it will start working. You can do this by clearing the entire cache, or pressing ctrl+f5 while viewing any thread on your forum. Please make sure you do this before you seek support! I have a feeling this is going to account for 99% of the support requests I get for this modification!

Installation instructions are in the .zip file, please click the install button and enjoy!

Download Now

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

Screenshots

Click image for larger version

Name:	qe_advanced.PNG
Views:	438
Size:	39.8 KB
ID:	44641Click image for larger version

Name:	qe_posting.PNG
Views:	384
Size:	39.0 KB
ID:	44642Click image for larger version

Name:	qe_remove.PNG
Views:	339
Size:	52.8 KB
ID:	44643

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
Quick Edit! -Edit posts directly from within the thread itself EvilLS1 vBulletin 3.0 Full Releases 319 02 Sep 2005 05:02
Quick Edit! -Edit posts directly from within the thread itself EvilLS1 vBulletin 2.x Full Releases 126 30 Jan 2004 06:01

Comments
  #2  
Old 21 Mar 2006, 22:43
Daniel's Avatar
Daniel Daniel is offline
 
Join Date: Jul 2005
Real name: Daniel
Nice work, and nice idea.
Reply With Quote
  #3  
Old 21 Mar 2006, 23:12
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
nice work Brad lol im sure some one will now try to change the text to images....

also like the lil tip at the bottom


Remember to clear your browsers cache, otherwise the messages will not show up. You can clear the cache by pressing ctrl + f5 in any thread on your forum.
Reply With Quote
  #4  
Old 21 Mar 2006, 23:36
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Originally Posted by DementedMindz
nice work Brad lol im sure some one will now try to change the text to images....

Exactly! Like this: http://www.vbulletin.org/forum/showthread.php?t=110758

I know I'll be attempting that...

Thanks, Brad!
Reply With Quote
  #5  
Old 21 Mar 2006, 23:40
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Exactly! Like that lol....
Reply With Quote
  #6  
Old 22 Mar 2006, 00:06
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Just to followup, the "loading" graphic works great here too.

(All credit for this idea goes to Allan, who shared it in this thread BTW.)

First upload an appropriate image to misc/images... one like this:

(... there are others I posted in Allan's thread linked above, or you can find many appropriate ones via Google. Search for things like "loading.gif" or "progress.gif" or "progressbar.gif.")


Then for the template edit, add in this instead:


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


Last edited by Tralala : 22 Mar 2006 at 00:09.
Reply With Quote
  #7  
Old 22 Mar 2006, 00:32
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Originally Posted by Tralala
Just to followup, the "loading" graphic works great here too.

(All credit for this idea goes to Allan, who shared it in this thread BTW.)

First upload an appropriate image to misc/images... one like this:

(... there are others I posted in Allan's thread linked above, or you can find many appropriate ones via Google. Search for things like "loading.gif" or "progress.gif" or "progressbar.gif.")


Then for the template edit, add in this instead:


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

this is more in coding in files than what allan has produced in phrases which on my board some how couldn't get it to work...i'll try this one....
__________________
Android Custom Creations
Reply With Quote
  #8  
Old 22 Mar 2006, 00:40
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Originally Posted by puertoblack2003
this is more in coding in files than what allan has produced in phrases which on my board some how couldn't get it to work...i'll try this one....
No, my suggestion is meant to be done in ADDITION to Brad's code modification, I wasn't suggesting it as an alternate means of accomplishing the same thing.

Allan's code mod worked great for me, added the loading graphic to Quick Reply.

Brad's code mod works great, added the loading text to Quick Edit, Quick Delete, and Go Advanced.

I just used what I learned from Allan, to add loading graphic to the text that Brad added to Quick Edit, Quick Delete, and Go Advanced.

Make sense?
Reply With Quote
  #9  
Old 22 Mar 2006, 00:45
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
you could basiclly do the same with $vbphrase[delete_wait_loo] or any of the others and just use the phrase as a gif instead with a alt=""
Reply With Quote
  #10  
Old 22 Mar 2006, 00:50
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Originally Posted by Tralala
No, my suggestion is meant to be done in ADDITION to Brad's code modification, I wasn't suggesting it as an alternate means of accomplishing the same thing.

Allan's code mod worked great for me, added the loading graphic to Quick Reply.

Brad's code mod works great, added the loading text to Quick Edit, Quick Delete, and Go Advanced.

I just used what I learned from Allan, to add loading graphic to the text that Brad added to Quick Edit, Quick Delete, and Go Advanced.

Make sense?
yes sir...gotcha now. somehow i haveto go back and track what i did on allan's mod because for some reason it don't work even after testing. and it's a simple mod.
__________________
Android Custom Creations
Reply With Quote
  #11  
Old 22 Mar 2006, 03:46
Brad's Avatar
Brad Brad is offline
 
Join Date: Nov 2001
Real name: B-rad
Originally Posted by Tralala
Just to followup, the "loading" graphic works great here too.

(All credit for this idea goes to Allan, who shared it in this thread BTW.)

First upload an appropriate image to misc/images... one like this:

(... there are others I posted in Allan's thread linked above, or you can find many appropriate ones via Google. Search for things like "loading.gif" or "progress.gif" or "progressbar.gif.")


Then for the template edit, add in this instead:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.
Nice addition, mind if I add it to the zip file?
__________________
Hi, I am Brad and I'm lost in my own head!

"C++ : Where friends have access to your private members." — Gavin Russell Baker.
Reply With Quote
  #12  
Old 22 Mar 2006, 04:02
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Originally Posted by Brad
Nice addition, mind if I add it to the zip file?
Not at all...

As mentioned above though I merely merged your good idea with Allan's good idea ... happy to help and share the good ideas!
Reply With Quote
  #13  
Old 22 Mar 2006, 04:37
Brad's Avatar
Brad Brad is offline
 
Join Date: Nov 2001
Real name: B-rad
Originally Posted by puertoblack2003
this is more in coding in files than what allan has produced in phrases which on my board some how couldn't get it to work...i'll try this one....
All these additions and other ways of doing them are good, but a little messy. Here is how I would do it.

After installing the modification open vbulletin_quick_edit.js

Find:


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

Replace with:


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

Find:


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

Replace with:


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

Find:


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

Replace with:


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

Find:


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

Replace with:


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

Open the postbit, and postbit_legacy templates.

Find:


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

Replace with:


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

Last but not least upload an image named 'loading.gif' to your misc image directory located at: /vbulletin/images/misc. Some styles may have other paths, so you'll need to upload the image for each style!

Also ctrl+f5 again to clear the cache.
__________________
Hi, I am Brad and I'm lost in my own head!

"C++ : Where friends have access to your private members." — Gavin Russell Baker.
Reply With Quote
  #14  
Old 22 Mar 2006, 05:20
Floris Floris is offline
 
Join Date: Jan 2002
This should be default in 3.6
__________________
My community; http://wetalknation.net
Reply With Quote
  #15  
Old 22 Mar 2006, 05:50
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Originally Posted by Brad
Some styles may have other paths, so you'll need to upload the image for each style!
Actually this is the best part of your addition... I have three wildly contrasting styles, and now I can give each one a different "loading" graphic, to match their distinct styles.

I've changed over to your modification, it all looks great. Thanks.



(Now I'd love different "loading" graphics for Quick Reply as well. Allan did his with phrases though... so it doesn't seem possible.)

Last edited by Tralala : 22 Mar 2006 at 05:54.
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
Forum Jump


New To Site? Need Help?

All times are GMT. The time now is 01:03.

Layout Options | Width: Wide Color: