The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Change to image buttons
How can I change the "Post Quick Reply" and "Go Advanced" buttons on the bottom quick reply to image buttons?
These two codes Code:
<input type="submit" class="button" value="$vbphrase[post_quick_reply]" accesskey="s" title="(Alt + S)" name="sbutton" tabindex="2" id="qr_submit" onclick="clickedelm = this.value" /> Code:
<input type="submit" class="button" value="$vbphrase[go_advanced]" accesskey="x" title="(Alt + X)" name="preview" tabindex="3" id="qr_preview" onclick="clickedelm = this.value" /> |
#2
|
||||
|
||||
Did you try something like:
<input type="image" src="yourbutton.gif" width="xx" height="yy" title="(Alt + S)" name="sbutton" tabindex="2" id="qr_submit" onclick="clickedelm = this.value"> |
#3
|
|||
|
|||
Thanks that does work for the first code but for the second code it does not.
When I try to replace the go advanced code with an image code like this <input type="image" src="myimage.gif" width="132" height="24" title="(Alt + X)" name="preview" tabindex="3" id="qr_preview" onclick="clickedelm = this.value" /> it ends up making both buttons stop working |
#4
|
||||
|
||||
Hmmm, I seem to recall you can't use that method if you have two images used for the same form. If you look on this page, all the images are actually links, not form submit buttons.
|
#5
|
|||
|
|||
ahhhh, thanks so much for your help..:up:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|