Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

How can i remove Only of the type(s) on the advance options. and username and created day display on the footer search result?

share|improve this question

2 Answers

The Custom Search module provides easy control over many of those search options.

share|improve this answer

You can use template files like search-result.tpl.php (singular) and search-results.tpl.php (lists). You should be able to remove/add anything you like.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.