bbPress Plugin Browser »

Super Search (0.0.3)

Can I change the search form or instructions?

=

  • Edit the form.php or instructions.php as desired.

  • You can remove any form element you don't want used, or move ALL of them to the advanced section, etc.

  • You can even limit certain fields to specific user levels by wraping them in IF statements, ie. if (bb_current_user_can('administrate')) {SSinput('regex');}