- Posts: 8
- Thank you received: 0
OS Property support center
Configuring options on advanced search
- Richard
- Topic Author
- Offline
- New Member
-
Less
More
10 years 11 months ago #46085
by Richard
Configuring options on advanced search was created by Richard
Hi Guys,
I can't get you to reply. I have a customer placing demands on us and my posts haven't been answered. I don't want to leave negative reviews so can anyone get back to me as this is the third time I've asked for help and had no reply.
We were wondering if it was possible (and if it is, how) to remove certain options on the "Advance Search" function, such as "User Type".
Also, we wanted to know where to change the options on certain drop down menus such as "Half Bathrooms", because their options at the moment are: LIKE / NOT LIKE / LIKE &...& / IN(...) / NOT IN (...)
These can be seen here:
charlesroseproperties.co.uk/beta/property-search
Thank you.
I can't get you to reply. I have a customer placing demands on us and my posts haven't been answered. I don't want to leave negative reviews so can anyone get back to me as this is the third time I've asked for help and had no reply.
We were wondering if it was possible (and if it is, how) to remove certain options on the "Advance Search" function, such as "User Type".
Also, we wanted to know where to change the options on certain drop down menus such as "Half Bathrooms", because their options at the moment are: LIKE / NOT LIKE / LIKE &...& / IN(...) / NOT IN (...)
These can be seen here:
charlesroseproperties.co.uk/beta/property-search
Thank you.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13059
- Thank you received: 1696
10 years 11 months ago #46087
by Mr. Dam
Replied by Mr. Dam on topic Configuring options on advanced search
Hi Richard,
Sorry for late response. To be honest, i haven't received your question. So that, i can't answer you quickly. In future, if you have any question, you can write email to me directly : damdt@joomservices.com or add my Skype name: thucdam84 so i can answer your question quickly.
Now, come back to your question.
1. You can modify the "Advanced search" function at this file
components > com_osproperty > helpers > common.php
function: advsearchForm
For example, if you want to remove drop-down select list User type, you can find
<div class="span12">
<strong>
<?php echo JText::_('OS_USERTYPE')?>:
</strong>
<div class="clearfix"></div>
<?php echo $lists; ?>
</div>
and remove it
If you want to remove anything else, i can help you to do it
2. You can modify the field type at backend > OS Property > Manage extra field. Select field Half Bathrooms, and look at the bottom of page, you will see the dropdown select list "Value Type", you can select Decimal option.
And then, at front-end, the system will show =, <=, >=, != before the search field.
Let me know if you need any help from me.
Sorry you again for late response
Dam
Sorry for late response. To be honest, i haven't received your question. So that, i can't answer you quickly. In future, if you have any question, you can write email to me directly : damdt@joomservices.com or add my Skype name: thucdam84 so i can answer your question quickly.
Now, come back to your question.
1. You can modify the "Advanced search" function at this file
components > com_osproperty > helpers > common.php
function: advsearchForm
For example, if you want to remove drop-down select list User type, you can find
<div class="span12">
<strong>
<?php echo JText::_('OS_USERTYPE')?>:
</strong>
<div class="clearfix"></div>
<?php echo $lists; ?>
</div>
and remove it
If you want to remove anything else, i can help you to do it
2. You can modify the field type at backend > OS Property > Manage extra field. Select field Half Bathrooms, and look at the bottom of page, you will see the dropdown select list "Value Type", you can select Decimal option.
And then, at front-end, the system will show =, <=, >=, != before the search field.
Let me know if you need any help from me.
Sorry you again for late response
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.