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.