OS Property support center
I need to change some labels in theme 1 and module
- Ivan Alvarado
-
Topic Author
- Offline
- Junior Member
-
Less
More
11 years 11 months ago #31679
by Ivan Alvarado
I need to change some labels in theme 1 and module was created by Ivan Alvarado
I have changed almost every English to Spanish labels except the label to show the number of properties to display in the theme 1, (display num), and also I have not found where to change the label (any) in the box of options.
Module search for properties in the category and type of property.
I hope their support.
Module search for properties in the category and type of property.
I hope their support.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13058
- Thank you received: 1696
11 years 11 months ago #31681
by Mr. Dam
Replied by Mr. Dam on topic Re: I need to change some labels in theme 1 and module
Hi Ivan,
1. "Display num", you can modify the language file and item into it, for example, you are using the Spanish language, please open file
language > es-ES > es-ES.com_osproperty.ini and add this line to the bottom of that file
DISPLAY NUM="Display num"
in above text, "Display num" is the translated content
2. "Any" in the search module, you can modify in the file
module > en-GB > en-GB.mod_ospropertysearch.ini
3. Sqft : You can find <?php echo JText::_('Sqft')?> in the file
components > com_osproperty > templates > theme1 > details.html.tpl.php
4. You want to add Agent before the agent name, right?
Thanks
Dam
1. "Display num", you can modify the language file and item into it, for example, you are using the Spanish language, please open file
language > es-ES > es-ES.com_osproperty.ini and add this line to the bottom of that file
DISPLAY NUM="Display num"
in above text, "Display num" is the translated content
2. "Any" in the search module, you can modify in the file
module > en-GB > en-GB.mod_ospropertysearch.ini
3. Sqft : You can find <?php echo JText::_('Sqft')?> in the file
components > com_osproperty > templates > theme1 > details.html.tpl.php
4. You want to add Agent before the agent name, right?
Thanks
Dam
The following user(s) said Thank You: Ivan Alvarado
Please Log in or Create an account to join the conversation.
- Ivan Alvarado
-
Topic Author
- Offline
- Junior Member
-
11 years 11 months ago #31722
by Ivan Alvarado
Replied by Ivan Alvarado on topic Re: I need to change some labels in theme 1 and module
how add label Agent or ejecutivo before the agent name?
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13058
- Thank you received: 1696
11 years 11 months ago #31723
by Mr. Dam
Replied by Mr. Dam on topic Re: I need to change some labels in theme 1 and module
Please open file
components > com_osproperty > templates > theme1 > details.html.tpl.php
find
<li class="propertyinfoli">
<a href="<?php echo JRoute::_("index.php?option=com_osproperty&task=agent_info&id=".$row->agent_id);?>"><?php echo $row->agent_name;?></a>
</li>
and you can add add label like this
<li class="propertyinfoli">
Agent: <a href="<?php echo JRoute::_("index.php?option=com_osproperty&task=agent_info&id=".$row->agent_id);?>"><?php echo $row->agent_name;?></a>
</li>
Good luck
Dam
components > com_osproperty > templates > theme1 > details.html.tpl.php
find
<li class="propertyinfoli">
<a href="<?php echo JRoute::_("index.php?option=com_osproperty&task=agent_info&id=".$row->agent_id);?>"><?php echo $row->agent_name;?></a>
</li>
and you can add add label like this
<li class="propertyinfoli">
Agent: <a href="<?php echo JRoute::_("index.php?option=com_osproperty&task=agent_info&id=".$row->agent_id);?>"><?php echo $row->agent_name;?></a>
</li>
Good luck
Dam
Please Log in or Create an account to join the conversation.
- Ivan Alvarado
-
Topic Author
- Offline
- Junior Member
-
11 years 11 months ago #31734
by Ivan Alvarado
Replied by Ivan Alvarado on topic Re: I need to change some labels in theme 1 and module
Just one label, hehe can you help me where i can change this label "yes" in features.
attached screenshot
thanks
attached screenshot
thanks
- Ivan Alvarado
-
Topic Author
- Offline
- Junior Member
-
10 years 10 months ago - 10 years 10 months ago #46368
by Ivan Alvarado
Replied by Ivan Alvarado on topic Re: I need to change some labels in theme 1 and module
Hi Dam i cant translate the label "any" in search module can you help me?
Thanks!!
Thanks!!
Attachments:
Last edit: 10 years 10 months ago by Ivan Alvarado .
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13058
- Thank you received: 1696
10 years 10 months ago #46371
by Mr. Dam
Replied by Mr. Dam on topic Re: I need to change some labels in theme 1 and module
Hi,
1. The word "Yes" in Features list can be translated by go to Back-end > OS Property > Manage extra field. Select that extra field and translate the options of that field in Field modification page
2. To translate the word "Any" in the search module, please use notepad to open file
language > en-GB > en-GB.mod_ospropertysearch.ini
and translate the word Any
Thanks
Dam
1. The word "Yes" in Features list can be translated by go to Back-end > OS Property > Manage extra field. Select that extra field and translate the options of that field in Field modification page
2. To translate the word "Any" in the search module, please use notepad to open file
language > en-GB > en-GB.mod_ospropertysearch.ini
and translate the word Any
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Ivan Alvarado
-
Topic Author
- Offline
- Junior Member
-
10 years 10 months ago - 10 years 10 months ago #46381
by Ivan Alvarado
Replied by Ivan Alvarado on topic Re: I need to change some labels in theme 1 and module
Yes I do, but dont works..
Last edit: 10 years 10 months ago by Ivan Alvarado .
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13058
- Thank you received: 1696
10 years 10 months ago #46382
by Mr. Dam
Replied by Mr. Dam on topic Re: I need to change some labels in theme 1 and module
Hi Ivan,
1 or 2 doesn't work?
Thanks
Dam
1 or 2 doesn't work?
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Ivan Alvarado
-
Topic Author
- Offline
- Junior Member
-
10 years 10 months ago #46383
by Ivan Alvarado
Replied by Ivan Alvarado on topic Re: I need to change some labels in theme 1 and module
2 
; $Id: en-GB.mod_ospropertysearch.ini 11236 2008-11-02 02:44:35Z ian $
; Joomla! Project
; Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
; License www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
; Note : All ini files need to be saved as UTF-8 - No BOM
;
OS_SEARCH_YES="Yes"
OS_SEARCH_NO="No"
OS_SEARCH_SHOW_KEYWORD="Show keyword inputbox"
OS_SEARCH_SHOW_KEYWORD_EXPLAIN="Do you want to show keyword inputbox"
OS_SEARCH_SHOW_CATEGORY="Show category filter"
OS_SEARCH_SHOW_CATEGORY_EXPLAIN="Do you want to show category filter form"
OS_SEARCH_SHOW_PROPERTY_TYPE="Show property type filter"
OS_SEARCH_SHOW_PROPERTY_TYPE_EXPLAIN="Do you want to show property type filter form"
OS_SEARCH_SHOW_AGENTS="Show agent filter"
OS_SEARCH_SHOW_AGENTS_EXPLAIN="Do you want to show agent filter form"
OS_SEARCH_SHOW_STATES="Show state filter"
OS_SEARCH_SHOW_STATES_EXPLAIN="Do you want to show state filter form"
OS_SEARCH_KEYWORD="Keyword"
OS_SEARCH_CATEGORIES="Category"
OS_SEARCH_PROPERTY_TYPE="Property type"
OS_SEARCH_AGENTS="Select agents"
OS_SEARCH_STATE="Select state"
OS_SEARCH_SUBMIT="Submit"
OS_SEARCH_PLEASE_ENTER_FIELD="Please enter search form"
OS_SEARCH_ANY="todo"
OS_SEARCH_PRICE="Price"
OS_SEARCH_ROOMS="Rooms"
OS_SEARCH_FLOORS="Floors"
OS_SEARCH_BATHROOMS="Bathrooms"
OS_SEARCH_BEDROOMS="Bedrooms"
OS_SEARCH_COUNTRY="Country"
OS_SEARCH_STATE="State"
OS_SEARCH_CITY="City"
OS_SEARCH_ADDRESS="Address"
OS_SEARCH_FEATURE="Featured"
OS_ANY="Todo"
OS_SEARCH_DETAILS="Details"
OS_SEARCH_BASIC_INFORMATION="Basic information"
OS_SEARCH_AMENITIES="Amenities"
OS_SEARCH_OTHER="Other"
OS_SEARCH_USERTYPE="User type"
OS_OWNER="Owner"
OS_AGENT="Agent"
OS_ORDERING="Ordering"
OS_FEATURED="Featured"
OS_PROPERTY_TITLE="Property title"
OS_LISTDATE="List date"
OS_PRICE="Price"
OS_SORTBY="Sort by"
OS_ORDERBY="Order by"
OS_DESC="Descending"
OS_ASC="Ascending"

; $Id: en-GB.mod_ospropertysearch.ini 11236 2008-11-02 02:44:35Z ian $
; Joomla! Project
; Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
; License www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
; Note : All ini files need to be saved as UTF-8 - No BOM
;
OS_SEARCH_YES="Yes"
OS_SEARCH_NO="No"
OS_SEARCH_SHOW_KEYWORD="Show keyword inputbox"
OS_SEARCH_SHOW_KEYWORD_EXPLAIN="Do you want to show keyword inputbox"
OS_SEARCH_SHOW_CATEGORY="Show category filter"
OS_SEARCH_SHOW_CATEGORY_EXPLAIN="Do you want to show category filter form"
OS_SEARCH_SHOW_PROPERTY_TYPE="Show property type filter"
OS_SEARCH_SHOW_PROPERTY_TYPE_EXPLAIN="Do you want to show property type filter form"
OS_SEARCH_SHOW_AGENTS="Show agent filter"
OS_SEARCH_SHOW_AGENTS_EXPLAIN="Do you want to show agent filter form"
OS_SEARCH_SHOW_STATES="Show state filter"
OS_SEARCH_SHOW_STATES_EXPLAIN="Do you want to show state filter form"
OS_SEARCH_KEYWORD="Keyword"
OS_SEARCH_CATEGORIES="Category"
OS_SEARCH_PROPERTY_TYPE="Property type"
OS_SEARCH_AGENTS="Select agents"
OS_SEARCH_STATE="Select state"
OS_SEARCH_SUBMIT="Submit"
OS_SEARCH_PLEASE_ENTER_FIELD="Please enter search form"
OS_SEARCH_ANY="todo"
OS_SEARCH_PRICE="Price"
OS_SEARCH_ROOMS="Rooms"
OS_SEARCH_FLOORS="Floors"
OS_SEARCH_BATHROOMS="Bathrooms"
OS_SEARCH_BEDROOMS="Bedrooms"
OS_SEARCH_COUNTRY="Country"
OS_SEARCH_STATE="State"
OS_SEARCH_CITY="City"
OS_SEARCH_ADDRESS="Address"
OS_SEARCH_FEATURE="Featured"
OS_ANY="Todo"
OS_SEARCH_DETAILS="Details"
OS_SEARCH_BASIC_INFORMATION="Basic information"
OS_SEARCH_AMENITIES="Amenities"
OS_SEARCH_OTHER="Other"
OS_SEARCH_USERTYPE="User type"
OS_OWNER="Owner"
OS_AGENT="Agent"
OS_ORDERING="Ordering"
OS_FEATURED="Featured"
OS_PROPERTY_TITLE="Property title"
OS_LISTDATE="List date"
OS_PRICE="Price"
OS_SORTBY="Sort by"
OS_ORDERBY="Order by"
OS_DESC="Descending"
OS_ASC="Ascending"
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.