The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#12
|
|||
|
|||
Quote:
|
#13
|
||||
|
||||
Quote:
As mentioned above though I merely merged your good idea with Allan's good idea ... happy to help and share the good ideas! |
#14
|
|||
|
|||
Quote:
After installing the modification open vbulletin_quick_edit.js Find: Code:
// Show going advanced message fetch_object('qe_advanced_' + vB_QuickEditor.postid).style.display = ''; document.body.style.cursor = 'wait'; Code:
// Show going advanced message fetch_object('qe_advanced_' + vB_QuickEditor.postid).style.display = ''; fetch_object('qe_image_' + vB_QuickEditor.postid).style.display = ''; document.body.style.cursor = 'wait'; Code:
// Show saving post message fetch_object('qe_posting_' + vB_QuickEditor.postid).style.display = ''; document.body.style.cursor = 'wait'; Code:
// Show saving post message fetch_object('qe_posting_' + vB_QuickEditor.postid).style.display = ''; fetch_object('qe_image_' + vB_QuickEditor.postid).style.display = ''; document.body.style.cursor = 'wait'; Code:
// Show removing post message fetch_object('qe_delete_' + vB_QuickEditor.postid).style.display = ''; document.body.style.cursor = 'wait'; Code:
// Show removing post message fetch_object('qe_delete_' + vB_QuickEditor.postid).style.display = ''; fetch_object('qe_image_' + vB_QuickEditor.postid).style.display = ''; document.body.style.cursor = 'wait'; Code:
// Hide sending post message and reset cursor document.body.style.cursor = 'auto'; fetch_object('qe_posting_' + vB_QuickEditor.postid).style.display = 'none'; Code:
// Hide sending post message and reset cursor document.body.style.cursor = 'auto'; fetch_object('qe_posting_' + vB_QuickEditor.postid).style.display = 'none'; fetch_object('qe_image_' + vB_QuickEditor.postid).style.display = 'none'; Find: HTML Code:
<!-- Quick Edit messages --> <br /> <div id="qe_posting_$post[postid]" style="display:none; margin-top:6px" align="center"><strong>$vbphrase[post_wait_loo]</strong></div> <div id="qe_delete_$post[postid]" style="display:none; margin-top:6px" align="center"><strong>$vbphrase[delete_wait_loo]</strong></div> <div id="qe_advanced_$post[postid]" style="display:none; margin-top:6px" align="center"><strong>$vbphrase[bigreply_wait_loo]</strong></div> <!-- Quick Edit messages --> HTML Code:
<!-- Quick Edit messages --> <br /> <div id="qe_posting_$post[postid]" style="display:none; margin-top:6px" align="center"><strong>$vbphrase[post_wait_loo]</strong></div> <div id="qe_delete_$post[postid]" style="display:none; margin-top:6px" align="center"><strong>$vbphrase[delete_wait_loo]</strong></div> <div id="qe_advanced_$post[postid]" style="display:none; margin-top:6px" align="center"><strong>$vbphrase[bigreply_wait_loo]</strong></div> <br /> <div id="qe_image_$post[postid]" style="display:none; margin-top:6px" align="center"><img src="$stylevar[imgdir_misc]/loading.gif" alt="Loading...." border="0" /></div> <!-- Quick Edit messages --> Also ctrl+f5 again to clear the cache. |
#15
|
|||
|
|||
This should be default in 3.6
|
#16
|
||||
|
||||
Quote:
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.) |
#17
|
||||
|
||||
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 |
#18
|
|||
|
|||
Quote:
|
#19
|
||||
|
||||
Nice....why not use advancely when surely gonna have it in 3.5.6
|
#20
|
||||
|
||||
Quote:
thank you sir, will try it when i get home and let you know the outcome |
#21
|
||||
|
||||
<a href="http://www.vbulletin.com/forum/showthread.php?t=176614" target="_blank">http://www.vbulletin.com/forum/showthread.php?t=176614</a> <-- that was the request.
Thanks for this Brad! Thanks, Mat |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|