Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

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

  • hgtonighthgtonight ∞ · New Moderator

    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.