- Posts: 2
- Thank you received: 0
OS Property support center
PROPERTY DETAILS - (REQUEST MORE DETAILS tab)
- BABER
- Topic Author
- Offline
- New Member
-
Less
More
9 years 7 months ago #68702
by BABER
PROPERTY DETAILS - (REQUEST MORE DETAILS tab) was created by BABER
If we go to property details page such as
www.crownlettings.com/2015/properties/ciputra-a1
REQUEST MORE DETAILS tab has a drop down for SUBJECT i.e
'Tell me more about this property'
'Request a showing'
etc
I want to change this drop down text with my own text.
I want to make such change correctly so as once form is submitted, email sent has correct email subject/body text as it was selected from the drop down.
Thanks
www.crownlettings.com/2015/properties/ciputra-a1
REQUEST MORE DETAILS tab has a drop down for SUBJECT i.e
'Tell me more about this property'
'Request a showing'
etc
I want to change this drop down text with my own text.
I want to make such change correctly so as once form is submitted, email sent has correct email subject/body text as it was selected from the drop down.
Thanks
Please Log in or Create an account to join the conversation.
- aimztech
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 0
9 years 7 months ago #68712
by aimztech
Replied by aimztech on topic PROPERTY DETAILS - (REQUEST MORE DETAILS tab)
Hi
You can create an override through the Joomla Language Manager to whatever you want.
Cheers
You can create an override through the Joomla Language Manager to whatever you want.
Cheers
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13024
- Thank you received: 1689
9 years 7 months ago #68722
by Mr. Dam
Replied by Mr. Dam on topic PROPERTY DETAILS - (REQUEST MORE DETAILS tab)
Hi,
You can change it by using Translation tool at back-end of OS Property
Thanks
Dam
You can change it by using Translation tool at back-end of OS Property
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Diane Cleaver
- Offline
- Senior Member
-
Less
More
- Posts: 65
- Thank you received: 0
7 years 8 months ago #101731
by Diane Cleaver
Replied by Diane Cleaver on topic PROPERTY DETAILS - (REQUEST MORE DETAILS tab)
I understand I can change the text as it appears in the subject drop-down, but how do I remove an item from this list? Request School and Neighborhood information does not apply to our properties and I would like to remove these options.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13024
- Thank you received: 1689
7 years 8 months ago #101769
by Mr. Dam
Replied by Mr. Dam on topic PROPERTY DETAILS - (REQUEST MORE DETAILS tab)
Hi,
To remove options in Request more details form, please follow these steps
1. Open file: root > components > com_osproperty > helpers > common.php
2. Find:
Here you can remove unnecessary options.
Thanks
Dam
To remove options in Request more details form, please follow these steps
1. Open file: root > components > com_osproperty > helpers > common.php
2. Find:
Code:
<select name='subject' id='subject' class='input-large' onchange="javascript:updateRequestForm(this.value)">
<option value='1'><?php echo JText::_('OS_REQUEST_1')?></option>
<option value='2'><?php echo JText::_('OS_REQUEST_2')?></option>
<option value='3'><?php echo JText::_('OS_REQUEST_3')?></option>
<option value='4'><?php echo JText::_('OS_REQUEST_4')?></option>
<option value='5'><?php echo JText::_('OS_REQUEST_5')?></option>
<option value='6'><?php echo JText::_('OS_REQUEST_6')?></option>
</select>
Thanks
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.