MyBB Community Forums

Full Version: Can i change the button GO!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hallo, another question, cand i change the buttons GO! Heart
The text on it?
ACP -> Configuration -> Languages -> YOUR LANGUAGE -> Edit Language Variables -> global.lang.php -> go
Just change the text in the box.
I want to change all, i do a button GO in photoshop..and now i want to replace with the old button. How ?
That might be interesting, since those are form buttons not images. I'm not even sure if this is possible
The gobutton template is in the Ungrouped Templates.
So, i find it, and now for example mai button name is go.gif and he is in images/
How can i add the image,
<input type="submit" class="button" value="{$lang->go}" />
http://www.w3schools.com/tags/att_input_type.asp

<input type="image" src="images/go.gif" alt="{$lang->go}" />