OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

LocationMap module support

Go to bottom Favoured: 0

Change Word "Clear"

carlose (User)
Junior Boarder
Posts: 28
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1980-12-08
Change Word "Clear" 6 Years, 10 Months ago
Karma: 0  
I need to change the clear word by Erase


I already searched the word in the Real State Manager language manager, but can not find it, what can I do?
Logged Logged
The administrator has disabled public write access.
RomanD (User)
Support
Platinum Boarder
Posts: 471
graphgraph
User Offline Click here to see the profile of this user
Gender: Male OrdaSoft
Re:Change Word "Clear" 6 Years, 10 Months ago
Karma: 3  
Hello,

Please, send us link to this page.

Thanks
Roman
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
carlose (User)
Junior Boarder
Posts: 28
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1980-12-08
Re:Change Word "Clear" 6 Years, 10 Months ago
Karma: 0  
This is the link of the webpage:

bienesenremate.com.mx/sitio/index.php/busqueda-mapa

Also, I want to change:



1. In Spanish
2. Format HH:MMS DD-MM-YYYY

The link for this last is: bienesenremate.com.mx/sitio/index.php/ag...entas/277/show_users

What can I do?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Change Word "Clear" 6 Years, 10 Months ago
Karma: 101  
Hello

For translate(replace) "clear" in location map module for real Estate manager ordasoft.com/Real-Estate-Manager-Software-Joomla.html

You need open file
{site}/modules/mod_realestatemanager_location_map/tmpl/With-Search.php

find row
Code:

      <input type="button" value="Clear" onclick="form_reset_rm_mod_map()" />


and replace to
Code:

      <input type="button" value="Erase" onclick="form_reset_rm_mod_map()" />


Please backup file first

Regards
Andrew
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Change Word "Clear" 6 Years, 10 Months ago
Karma: 101  
For translate constants in Simple membership show "users form" ordasoft.com/os-simple-membership-joomla-membership-extension

You need go to Joomla Language manager,
admin->extensions->Language->override, select "site" and press "new"

next you need do search by value, every constant which you need replace:
- registered users
- User
- Online status .......
And create, new override for every.

For change data format
You need

in file:
{your site}/components/com_simplemembership/simplemembership.html.php

find and replace row
Code:

echo "<td> " .JHtml::_('date', $user->lastvisitDate, 'Y-m-d H:i:s') . " </td>


Please backup file first

Regards
Andrew
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
carlose (User)
Junior Boarder
Posts: 28
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1980-12-08
Re:Change Word "Clear" 6 Years, 10 Months ago
Karma: 0  
It's done

Thanks

Logged Logged
The administrator has disabled public write access.
Go to top
»