View Full Version : Quick Edit Loading Text
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! :rolleyes:
Installation instructions are in the .zip file, please click the install button and enjoy! :)
Nice work, and nice idea. :)
DementedMindz
22 Mar 2006, 00:12
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.
Tralala
22 Mar 2006, 00:36
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... :D
Thanks, Brad!
DementedMindz
22 Mar 2006, 00:40
Exactly! Like that lol....
Tralala
22 Mar 2006, 01:06
Just to followup, the "loading" graphic works great here too.
(All credit for this idea goes to Allan, who shared it in this thread (http://www.vbulletin.org/forum/showthread.php?t=110758) BTW.)
First upload an appropriate image to misc/images... one like this: http://www.nazgol.co.il/site1/misc/images/progressbar.gif
(... 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:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
puertoblack2003
22 Mar 2006, 01:32
Just to followup, the "loading" graphic works great here too.
(All credit for this idea goes to Allan, who shared it in this thread (http://www.vbulletin.org/forum/showthread.php?t=110758) BTW.)
First upload an appropriate image to misc/images... one like this: http://www.nazgol.co.il/site1/misc/images/progressbar.gif
(... 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:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
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....
Tralala
22 Mar 2006, 01:40
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?
DementedMindz
22 Mar 2006, 01:45
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=""
puertoblack2003
22 Mar 2006, 01:50
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.
Just to followup, the "loading" graphic works great here too.
(All credit for this idea goes to Allan, who shared it in this thread (http://www.vbulletin.org/forum/showthread.php?t=110758) BTW.)
First upload an appropriate image to misc/images... one like this: http://www.nazgol.co.il/site1/misc/images/progressbar.gif
(... 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:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Nice addition, mind if I add it to the zip file? :)
Tralala
22 Mar 2006, 05:02
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 (http://www.vbulletin.org/forum/showthread.php?t=110758) ... happy to help and share the good ideas! :cool:
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:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Open the postbit, and postbit_legacy templates.
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
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.
This should be default in 3.6 :)
Tralala
22 Mar 2006, 06:50
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. :D
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.)
Nice Brad ;)
@Tralala:
Modify phrases to template of Brad:
- $vbphrase[post_wait_loo]
- $vbphrase[delete_wait_loo]
- $vbphrase[bigreply_wait_loo]
Change it with my modifications and work ;)
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. :D
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.)
I've posted the instructions for doing that here (http://www.vbulletin.org/forum/showpost.php?p=931727&postcount=37). :)
:) Nice....why not use advancely when surely gonna have it in 3.5.6 ;)
puertoblack2003
22 Mar 2006, 16:58
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:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Open the postbit, and postbit_legacy templates.
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
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.
thank you sir, will try it when i get home and let you know the outcome
http://www.vbulletin.com/forum/showthread.php?t=176614 <-- that was the request.
Thanks for this Brad!
Thanks,
Mat
puertoblack2003
22 Mar 2006, 20:48
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:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Open the postbit, and postbit_legacy templates.
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
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.
ok brad did everything as instructed with mod installed and this info...somehow still don't work as shown in the pics is there something i have to do in admin cp to activate or modify to get to work?
thank you.
Edited: ok the edit post part (Go Advance) seem to work but the post and rempve seem to be not working
Nice one. Works like a charm! :)
This should be default in 3.6 :)Excellent idea.
lucky64
27 Apr 2006, 02:12
Very cool :)
Desihunk
27 Apr 2006, 03:08
Works great!
Clicked Install! :D
Chicago_VLNU_4s
04 Feb 2007, 13:21
Nice... clicked install!
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.