The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Replace Quick Reply and Go Advanced Buttons with Custom Images
Hi...I want to replace the default Quick Reply and Go Advanced buttons with images that I've made. Could someone instruct me how to do that?
|
#2
|
|||
|
|||
Quote:
in order to change this you can find the form where they are coded in the templates in style manager -> show thread templates -> SHOWTHREAD Find for quick reply: 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" /> in order to change their appearance you would need to edit that "button" class to your liking or change the class of them in the code to something else you choose and modify that class to your styling likes... To modify the class "Buttons" by default there should be a selection in style manager -> all style options called "Buttons" with the CSS Selector: .button with this you can either directly modify it from that control selection changing the colors, fonts, background image, etc. to your liking or go into the CSS and change it there by using Code:
.button{ } |
#3
|
|||
|
|||
Thank you so much for the very detailed reply!!
I have one question...would modifiying the button style...would that do it for all the buttons? I would like a specific image I created that says Post Quick Reply and a different image for the Go Advanced button. Is that possible with the method you posted? Thanks again for your help!! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|