How to display search results in a new window/popup in JoomD?

Ques: How can I get the search results to display in a new window, without the site template. Just the result grid?

Ans: You need to make few modifications.

Find com_joomd/views/search/tmpl/default.php add an attribute as target=”_blank” in form tag at line 28 and add an hidden input tag like at line 98.

And you are done. Create a menu for search page.

If you are using JoomD search module then you need to do the same thing in modules/mod_joomd_search/tmpl/default.php

Comments on this post