The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Formatting Buttons ?
Hi All,
I am trying to change the "Go" button on a search box. What I would like to do is change the word "GO" to an actual Gif image. I tried creating a new phrase and putting the <img src=""> in there. Didn't work, so I tried editing the button value directly getting rid of $vbphrase[go] and changing it to <img src=""> and still no luck. Any advice would be appreciated. Regards, .Joel |
#2
|
|||
|
|||
can you .... post your forum url...
regards |
#3
|
||||
|
||||
Just edit the gobuton template if you want to replace it throughout your site.
Code:
<input type="submit" class="button" value="$vbphrase[go]" /> 'Change to something like ... <img src="http://whatever.com/images/go.gif" /> |
#4
|
|||
|
|||
Hi Mate,
Sorry our new 3.7 RC1 is on a devbox, not a public box. I'll be sure to post a link up once we're finished to a public running version. Quote:
I tried this, doesn't work as it still has to be a button that is part of the form, the image simply doesn't display. Regards, .Joel |
#5
|
||||
|
||||
<font color="darkgreen">Well you still need to write the rest of the code to submit your form as it was just an example. You were trying to change some image's text with altering a phrase which wont work.</font>
|
#6
|
||||
|
||||
this should help
http://www.cs.tut.fi/~jkorpela/forms...utton.html#how |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|