Changing the output
syager - April 4, 2008 - 00:02
| Project: | Views Fast Search |
| Version: | 5.x-2.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
Currently my search results appear underneath the form, but I would ideally like to either have the results replace the form or have them appear above the form. Where would I add code to affect the output in this way?
Thanks

#1
+1
#2
Hi,
I've the same problem with D6.
A solution with hook_form_alter and setting the #prefix element doesn't work because the validation of the submitted data isn't still done when the hook is called.
Another idea is to create a new output region. For this the theme has to be altered. Not a good solution to develop modules because this requires customization during installation.
Any other ideas ?