OS Property support center

New folder for greek images.

  • filaretos
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
10 years 4 months ago #55094 by filaretos
Replied by filaretos on topic New folder for greek images.
Hello Dan,
sorry i meant the pictures like "report'. The 'report' picture when viewing properties is shown in Greek but when viewing agents and companies is English. See pic below.
The pictures of agents and companies i know how to change them.

For the alphabet can i have a Greek alphabet instead of English? I want A, B , Γ, Δ, Ε, Ζ, Η ... etc.
Do i have to change the letters?
Attachments:

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

More
10 years 4 months ago #55111 by Mr. Dam
Replied by Mr. Dam on topic New folder for greek images.
Hi,
With Company and Agent, you can modify this page
components > com_osproperty > classes > company.html.php and agent.html.php
find
$langfolder = str_replace("_","",$lang_suffix);
and replace by:
$language = Jfactory::getLanguage();
$language = $language->getTag();
$language = explode("-",$language);
$langfolder = $language[0];
Thanks
Dam
The following user(s) said Thank You: filaretos

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

More
10 years 4 months ago #55112 by Mr. Dam
Replied by Mr. Dam on topic New folder for greek images.
With the problem with Greek's alphabetic. You can change the list of alphabet at file:
components > com_osproperty > helpers > common.php
find function alphabetList line 519
Thanks
Dam

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

  • filaretos
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
10 years 3 months ago - 10 years 3 months ago #56550 by filaretos
Replied by filaretos on topic New folder for greek images.
Hi again!
Sorry for posting so much but i have some problems with the translations again.. :P
1. I ve changed my theme to default and now "justadd" image in grid and list view is displayed in English and not Greek.
2. I would like to translate "here" ( "Please click here to view your favorites".) after you add a property to favorites, it's not displayed in greek.
3. I am using Membership pro with Os property and next to plans it has the date: (Thu, 22nd Jan 2015 16:17 έως Wed, 22nd Apr 2015 16:17) . Where can i translate it?
Last edit: 10 years 3 months ago by filaretos.

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

Moderators: Mr. DamNguyen Phu Quan