Closed (fixed)
Project:
Search by Page
Version:
6.x-1.x-dev
Component:
Main Search by Page module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
5 Feb 2010 at 23:32 UTC
Updated:
16 May 2024 at 00:51 UTC
Jump to comment: Most recent
Comments
Comment #1
jhodgdonThe 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...
Comment #2
Anonymous (not verified) commentedExcept that the core Search module provides template files you can override. Can this module not do the same?
Comment #3
jhodgdonAh, I missed that... I probably could do the same, or at least something similar.
OK.
Comment #4
jhodgdonI 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).
Comment #5
Anonymous (not verified) commentedExcellent, thanks!