- Posts: 12
- Thank you received: 0
Module Search properties
- Alexander Demi
-
Topic Author
- Offline
- New Member
-
How to remove from search module inscription "Basic information [-]" "Address [-]" and the others ...?
Please Log in or Create an account to join the conversation.
- Dang Thuc Dam
-
- Offline
- Administrator
-
- Posts: 13244
- Thank you received: 1729
At module parameters form of search module, you have the option to open all search groups. If you turn that option all, all the fields in groups "Basic information [-]", "Address [-]" .etc will appear.
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Alexander Demi
-
Topic Author
- Offline
- New Member
-
- Posts: 12
- Thank you received: 0
They are open. I need to remove the inscription "Basic information [-]", "Address [-]", so they were not visible, and the rest remained. Approximately as in the picture.Dang Thuc Dam wrote: Hi Alexander,
At module parameters form of search module, you have the option to open all search groups. If you turn that option all, all the fields in groups "Basic information [-]", "Address [-]" .etc will appear.
Thanks
Dam
- Dang Thuc Dam
-
- Offline
- Administrator
-
- Posts: 13244
- Thank you received: 1729
To remove those links, please follow these steps.
1. Open file
module > mod_ospropertysearch > tmpl > default.php
2. find
<b><?php echo JText::_('OS_SEARCH_BASIC_INFORMATION')?> <a href="javascript:modOspropertySearchChangeDiv('basic_div<?php echo $random_id?>')" id="abasic_div" style="text-decoration:none;">[-]</a></b>
<b><?php echo JText::_('OS_SEARCH_DETAILS')?> <a href="javascript:modOspropertySearchChangeDiv('details_div<?php echo $random_id?>')" id="adetails_div" style="text-decoration:none;"><?php echo $character?></a></b>
<b><?php echo JText::_('OS_SEARCH_ADDRESS')?> <a href="javascript:modOspropertySearchChangeDiv('address_div<?php echo $random_id?>')" id="aaddress_div" style="text-decoration:none;"><?php echo $character?></a></b>
<b><?php echo JText::_('OS_SEARCH_AMENITIES')?> <a href="javascript:modOspropertySearchChangeDiv('amenity_div<?php echo $random_id?>')" id="aamenity_div" style="text-decoration:none;"><?php echo $character?></a></b>
<b><?php echo JText::_('OS_SEARCH_OTHER')?> <a href="javascript:modOspropertySearchChangeDiv('other_div<?php echo $random_id?>')" id="aother_div" style="text-decoration:none;"><?php echo $character?></a></b>
And remove them
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Alexander Demi
-
Topic Author
- Offline
- New Member
-
- Posts: 12
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Dang Thuc Dam
-
- Offline
- Administrator
-
- Posts: 13244
- Thank you received: 1729
In fact, the quicksearch module is belong to OSP Template package, not for OS Property extension. But i send it to you here
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Alexander Demi
-
Topic Author
- Offline
- New Member
-
- Posts: 12
- Thank you received: 0
Thank you! Your component is the best!Dang Thuc Dam wrote: Hi,
In fact, the quicksearch module is belong to OSP Template package, not for OS Property extension. But i send it to you here
Thanks
Dam
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
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.