Author Topic: Change Search Button  (Read 4335 times)

0 Members and 1 Guest are viewing this topic.

Offline valeriestw

  • Pre-Newbie
  • Posts: 5
    • View Profile
    • http://www.knownworldweb.com
Change Search Button
« on: February 23, 2003, 11:02:06 PM »
I'd like to alter the Search button to say "Image Search" so that users are not confused between that search and the site search link also on my menu.

However, I can't find where the label for that button is. The form tag in the html files shows "submit" as the label.  Anybody know where I can fix this?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Change Search Button
« Reply #1 on: February 23, 2003, 11:08:22 PM »
in /lang/<YOURLANGUAGE>/main.php change those two variables:
Code: [Select]
$lang['search'] = "Search";
$lang['advanced_search'] = "Advanced search";
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline valeriestw

  • Pre-Newbie
  • Posts: 5
    • View Profile
    • http://www.knownworldweb.com
Change Search Button
« Reply #2 on: February 24, 2003, 12:18:21 AM »
Thanks very much. That did the trick.