Exclude search and dblog forms too
pwolanin - June 5, 2009 - 14:35
| Project: | Journal |
| Version: | 6.x-1.x-dev |
| Component: | Forms |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
The list of exludded form includes those in the search block, but not the search page itself
'search_block_form' => 0,
'search_theme_form' => 0,
'search_box' => 0, // Construct the search form.
$output = drupal_get_form('search_form', NULL, $keys, $type);so 'search_form' should be added to prevent the journal entry textarea from taking up half the search results page.

#1
It also appears on the dblog overview, which is similarly problematic.
#2
#3
#4
Thanks for reporting, reviewing, and testing! Committed to all branches.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.