vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Quick Reply - to modify the appearance of the waiting text (https://vborg.vbsupport.ru/showthread.php?t=110758)

Tralala 03-21-2006 11:09 PM

Hey, and here's a way to add the same "progress graphic" to the Quick Edit, Advanced, and Delete Buttons...

https://vborg.vbsupport.ru/showthread.php?p=931415

I incorporated Allan's tip (giving credit where credit is due of course) here.

Works great!

Tralala 03-22-2006 04:55 AM

Allan, in that other thread, Brad came up with a way to have different "loading" graphics for each style:
https://vborg.vbsupport.ru/showpost....9&postcount=13

That would help as my skins are all so different.

Any way to enhance your hack to allow for the same?

Tralala 03-22-2006 06:11 AM

Oh, and for April Fool's I'm thinking of changing my "loading" graphic to this:

http://members.dslextreme.com/users/...-recursion.gif

:D

Allan 03-22-2006 07:07 AM

Quote:

Originally Posted by Tralala
Allan, in that other thread, Brad came up with a way to have different "loading" graphics for each style:
https://vborg.vbsupport.ru/showpost....9&postcount=13

That would help as my skins are all so different.

Any way to enhance your hack to allow for the same?

Yes, no problem, just 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 ;)

Tralala 03-22-2006 07:56 AM

Quote:

Originally Posted by Allan
Yes, no problem, just 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 ;)

Huh? I'm confused by this response. Modify Brad's phrases? His are working fine and use different graphics for each skin.


Now I'd like to be able to use different graphics for the Quick Reply on each skin.

Wouldn't I modify the "posting_quick_reply_please_wait" phrase?

Allan 03-22-2006 08:18 AM

No, you have to modify the phrases to Brad hack (in her hack)

this phrases:

- post_wait_loo
- delete_wait_loo
- bigreply_wait_loo

Brad 03-22-2006 08:20 AM

Quote:

Originally Posted by Tralala
Huh? I'm confused by this response. Modify Brad's phrases? His are working fine and use different graphics for each skin.


Now I'd like to be able to use different graphics for the Quick Reply on each skin.

Wouldn't I modify the "posting_quick_reply_please_wait" phrase?


Open the SHOWTHREAD template, find:

HTML Code:

                <div align="center" id="qr_posting_msg" style="display:none; margin-top:6px">
                        <strong>$vbphrase[posting_quick_reply_please_wait]</strong>
                </div>

Replace with:

HTML Code:

                <div align="center" id="qr_posting_msg" style="display:none; margin-top:6px">
                <img src="$stylevar[imgdir_misc]/loading.gif" alt="$vbphrase[posting_quick_reply_please_wait]" border="0" />
                </div>

Now edit the phrase 'posting_quick_reply_please_wait' so it reads:

Quote:

Posting Quick Reply - Please Wait
Quote:

Originally Posted by Allan
No, you have to modify the phrases to Brad hack (in her hack)

I'm a guy ;)

Also there is no need to futher modify my modification, as the instructions I posted do not even use the phrases to get the image. Instead mine uses a hidden div that is shown when buttons are clicked in the quick edit. What I posted above is basically the same but it piggy backs off the one already there to unhide the text.

Allan 03-22-2006 08:47 AM

Humm ok, i not understand the comment to Tralala ^^

Tralala 03-22-2006 03:50 PM

Quote:

Originally Posted by Brad
Open the SHOWTHREAD template, find:

HTML Code:

                <div align="center" id="qr_posting_msg" style="display:none; margin-top:6px">
                        <strong>$vbphrase[posting_quick_reply_please_wait]</strong>
                </div>

Replace with:

HTML Code:

                <div align="center" id="qr_posting_msg" style="display:none; margin-top:6px">
                <img src="$stylevar[imgdir_misc]/loading.gif" alt="$vbphrase[posting_quick_reply_please_wait]" border="0" />
                </div>



Thanks Brad, works a treat.

I still wanted the text underneath the graphic, so I actually replaced it with this:

HTML Code:

<div align="center" id="qr_posting_msg" style="display:none; margin-top:6px">
<img src="$stylevar[imgdir_misc]/loading.gif" alt="$vbphrase[posting_quick_reply_please_wait]" border="0" />
<br /><strong>$vbphrase[posting_quick_reply_please_wait]</strong>
</div>


thc 04-07-2006 06:50 PM

merci allan


All times are GMT. The time now is 08:16 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01154 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_html_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete