Do a test in your search module on a couple pages of your site.
For example, typing "test" in the search module on the home page and clicking enter, redirects to the following URL:
kohn.careytechstudios.com/component/sear...hrase=all&Itemid=101
On the About Us page it redirects to:
kohn.careytechstudios.com/component/sear...hrase=all&Itemid=124
Do you notice the only difference being the Itemid # (e.g. Itemid=124)? That item id # corresponds to the menu item id that the module was on when used.
Randy wrote:
I would like to direct the search results to always display according to the format set for a particular menu item. For instance, I created a hidden menu with a menu item of type "search results."
Find the ID of the menu item that you'd like to use then place it after:
kohn.careytechstudios.com/component/sear...chphrase=all&Itemid=
That should produce the result you're looking for.
So basically, to get the goal you're ultimately desiring:
Randy wrote:
It would be nice if I could get all searches to display their results on this page (or using the page format for this menu item).
You would have to add an option to the module parameters for the menu item id that you'd like to use, then in the module code you'd have to check if the option is set, if so, use it rather than the menu item id of current menu item.
Does this help? Let me know if I can be of more help.
Kind regards,
Nick