Default Search Text

Where do I change the default search box text (want to change it from "Search" to "Search discussions...")? I tried using the locale.php with a Definition, but that doesn't seem to work.

Tagged:

Comments

  • You need to add a locale definition for 'SearchBoxPlaceHolder' to your /conf/locale.php file. For example:

    $Definition['SearchBoxPlaceHolder'] = 'Search discussions...';
    

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • That's what I needed! Thanks!

Sign In or Register to comment.