It'd be nice if this module could provide an easy way to theme the search form, since it provides it's own custom one...

Comments

jhodgdon’s picture

Status: Active » Closed (won't fix)

The form has to be created with the Drupal Form API. You can create a module that does a form_alter on it if you need to.

You can also override theming for form elements, etc.

This is parallel to how the core Search form works, as well as node editing forms, and in fact all other forms in Drupal, so I won't get into the details...

Anonymous’s picture

Status: Closed (won't fix) » Active

This is parallel to how the core Search form works...

Except that the core Search module provides template files you can override. Can this module not do the same?

jhodgdon’s picture

Ah, I missed that... I probably could do the same, or at least something similar.

OK.

jhodgdon’s picture

Status: Active » Fixed

I just committed a change to Search by Page, to the Development version, which fixes this (adds support for theming the search form).

I should be releasing a new non-development version of Search by Page in the next week or so. In the meantime, you can download the new development version form the project home page in 12-24 hours (check the date/time -- they only make new development versions once or twice a day, so it's not always completely up to date).

Anonymous’s picture

Excellent, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.