OS Property support center

Editing labels to property information

More
12 years 1 month ago #27448 by Trung
Can someone please help me fix a few things. The property address is listed as:

9013 NE Highway 99 , 98665 , Vancouver

I want it to be: 9013 NE Highway 99, Vancouver, 98665

Also, I don't want this to appear: "Featured No". I want to delete it.

I also want to delete "Rent time frame pricer per square feet"

Also, at the top it says: $9.00/per square feet. I want to change "feet" to "foot".

Please let me know how I can manually edit this. Thank you.

Here is the site: portlandvancouverproperties.com/index.ph...ate_business_center#
Attachments:

Please Log in or Create an account to join the conversation.

More
12 years 1 month ago #27460 by Mr. Dam
Replied by Mr. Dam on topic Re: Editing labels to property information
Hi Trung,
1 Regarding to this point, you can solve by change the address format in configuration, tab properties.
2. If you want to remove feature and rent time frame in property details page, you can follow these steps.
- Go to file listing.html.php
- find function propertyDetails
- find
<tr>
<td class="left_details_col">
<?php echo JText::_('OS_FEATURED')?>
</td>
<td class="right_details_col">
<?php
if($row->isFeatured == 1){
echo JText::_('OS_YES');
}else{
echo JText::_('OS_NO');
}
?>
</td>
</tr>
<?php

if($row->rent_time != ""){
?>
<tr>
<td class="left_details_col" style="">
<?php echo JText::_('OS_RENT_TIME_FRAME')?>
</td>
<td class="right_details_col" style="">
<?php echo $row->rent_time;?>
</td>
</tr>
<?php
}
?>
and remove it.
3. To change "square feet" to "square foot", please go to labels translator, find
"Square feet" and change "feet" to "foot"
Good luck
Dam

Please Log in or Create an account to join the conversation.

More
12 years 1 month ago - 12 years 1 month ago #27463 by Trung
Replied by Trung on topic Re: Editing labels to property information
1. I went to the "properties" tab in configuration but cannot find where to edit the format.
2. It worked, thank you.
3. I changed feet to foot and now everything is displayed with"OS_" in front of it. Please see link to the property.

portlandvancouverproperties.com/index.ph...ol_office#ad-image-0
Last edit: 12 years 1 month ago by Trung. Reason: Add more info

Please Log in or Create an account to join the conversation.

More
12 years 1 month ago #27493 by Trung
Replied by Trung on topic Re: Editing labels to property information
It seems that everything in my translation list is deleted in the frontend except 3 items. How do I get them back?

Please Log in or Create an account to join the conversation.

More
12 years 1 month ago #27494 by Mr. Dam
Replied by Mr. Dam on topic Re: Editing labels to property information
Hi,
It's impossible to get data back, you can translate file directly in
language > en-GB > en-GB.com_osproperty.ini
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
12 years 4 weeks ago #27499 by Trung
Replied by Trung on topic Re: Editing labels to property information
But I never deleted it. Can you please send me the original ini file for my version 2.0? That would be a lot easier. Thank you.

Please Log in or Create an account to join the conversation.

More
12 years 4 weeks ago #27500 by Mr. Dam
Replied by Mr. Dam on topic Re: Editing labels to property information
You can find it in the package that you downloaded.
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
12 years 4 weeks ago #27504 by Trung
Replied by Trung on topic Re: Editing labels to property information
OK. I solved that problem. But now, I still can't change the format for the address. It is not in the Properties tab.

Please Log in or Create an account to join the conversation.

More
12 years 4 weeks ago #27513 by Mr. Dam
Replied by Mr. Dam on topic Re: Editing labels to property information
Trung, what's ur OSP version?
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
12 years 4 weeks ago #27515 by Trung
Replied by Trung on topic Re: Editing labels to property information
2.0.3.2

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan