OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
PRESALE Rename field and change icon in REM (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

PRESALE Rename field and change icon in REM

erminio (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
PRESALE Rename field and change icon in REM 8 Years, 3 Months ago
Karma: 0  
I would like to rename House size into "persons".
I can do that in the language manager.
Correct?
The problem is in the icon. Where can I find the icon for "persons"?
Now I use the free version of component
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:PRESALE Rename field and change icon in REM 8 Years, 3 Months ago
Karma: 58  
Hello,

Yes, you can change House size into "persons". with help Language Manager in Joomla real estate extension.

1. Go to admin area Components -> Real Estate Manager -> Language Manager.
2. In the drop down list Select Language choose needed language.
3. Then search the word or word combination which you want to change in the field Search by value constant, click on it and rename Value Constant

More
ordasoft.com/how-to-add-a-new-language-t...eal-estate-extension


About icon for "persons" - we use favicons for that. You can add your in code, you need edit file default.php

(your website/components/com_realestatemanager/views/view_house/tmpl)

and edit that code
Code:

<i class="fa fa-expand"></i>
                    <span class="col_text_1"><?php echo _REALESTATE_MANAGER_LABEL_HOUSE_SIZE; ?>:</span>
                    <span class="col_text_2">



Before make any change make a copy of file.

We advice you choose PRO version, it has more opportunities.

Thanks
Logged Logged
Last Edit: 2015/12/24 12:02 By Taras.
The administrator has disabled public write access.
Go to top
»