- Posts: 3
- Thank you received: 0
OS Property support center
Search module target
- Ted
- Topic Author
- Offline
- New Member
-
Less
More
12 years 6 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
Thanks
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13020
- Thank you received: 1688
12 years 6 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
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. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.