Closed (fixed)
Project:
String Overrides
Version:
6.x-1.4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2009 at 10:01 UTC
Updated:
2 Nov 2009 at 18:10 UTC
I was searching for a way to replace the text in search box and
found your module.
I've installed it easily but don't understand how it works.
I'm novice to drupal and php...
How can I change the text in the search box with this module?
How the module knows what to change and where (I'm just entering fields)?
For a novice it is very unclear.
Thanks
Eran
Comments
Comment #1
danreb commentedmaybe this module is what you need for replacing text in search box.
http://drupal.org/project/custom_search_box
Comment #2
robloachYeah, probably. String Overrides just replaces things that are passed through t(). If you search in the Search module for "t(", you'll find strings that you could replace. Thanks!