OS Property support center

Search module target

More
11 years 7 months ago #19554 by Ted
Search module target was created by Ted
Hi, when I publish the property search module on my home page, the search results are displayed on the home page. How can I make this function as it is on the demo site - search results are shown on the "Features of OSP" --> "Advanced Search" page?

Thanks

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #19561 by Mr. Dam
Replied by Mr. Dam on topic Re: Search module target
Hi Ted,
You can do following this task
1. Find the menu item id of the menu that you want the results show. It's unique number, you can see in the backend.
2. Go to modules > mod_ospropertysearch > tmpl > default.php
Find
<input type="hidden" name="Itemid" value="<?php echo JRequest::getVar('Itemid')?>">
and replace
<?php echo JRequest::getVar('Itemid')?>
by the itemid number.
Good luck
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan