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.
You need to add a locale definition for 'SearchBoxPlaceHolder' to your /conf/locale.php file. For example:
/conf/locale.php
$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!
Comments
You need to add a locale definition for 'SearchBoxPlaceHolder' to your
/conf/locale.php
file. For example: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!