OS Property support center

Problem with characters

More
11 years 1 month ago #28552 by jc
Problem with characters was created by jc
Hi,

I have a problem with characters. When i fill defaults fileds, it works fine, but when i create custom fields and fill its information, all "ñ" and "á", etc are changed in backend, frontend and database table.

Help, please, it's urgent

P.D.: i'm developing in local, no possibly access ftp or backend

Thanks,

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

More
11 years 1 month ago #28568 by Mr. Dam
Replied by Mr. Dam on topic Re: Problem with characters
Hi,
Can you explain more details your problem? In the custom fields, you enter "ñ", and it shows wrong characters?
Is it possible to send us the screenshots for more details?
Regards
Ossolution team
The following user(s) said Thank You: jc

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

More
11 years 1 month ago #28570 by jc
Replied by jc on topic Re: Problem with characters
Yes,

i attach some examples of back and front end

- back01: producción changes to which you look in image
- back02: históricamente, the same
- front01: Tierra fértil changes to this
- front02: 10.000€ changes to this

If i change any of rhese text in backend, the first time appears ok, but if i edit the property in the backend, the text in the field just has changed.

Thanks again,
Attachments:

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

More
11 years 1 month ago #28571 by Mr. Dam
Replied by Mr. Dam on topic Re: Problem with characters
I think this issues only happen on localhost, it's better if you can upload your site into one demo server for checking, in that case, we can check it together.
Thanks
Dam

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

More
11 years 1 month ago #28572 by jc
Replied by jc on topic Re: Problem with characters
Uff, i'll try this option, not easy now.

But only happens in this component and with personalize fields, if in another field (ref, direction, etc) i write "ò", "ñ", "€", looks ok

Thanks,

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

More
11 years 1 month ago #28573 by jc
Replied by jc on topic Re: Problem with characters
By other way and excuseme it's not the same problem, which file have i to change to modify backend add property form or hide field sections in backend (neighborhoods, etc)

Thank a lot

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

More
11 years 1 month ago #28590 by Mr. Dam
Replied by Mr. Dam on topic Re: Problem with characters
Hi,
You can change neighborhoods in the data table
#__osrs_neighborhoods, you can remove the records that you don't need.
Thanks
Dam

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

More
11 years 1 month ago #28734 by jc
Replied by jc on topic Re: Problem with characters
Hi Dam,

What i mean is how put extra fields into general information area. The question is where touch to display extra fields in other area, for example, in the property details, etc. What i mena is modify layout, but don´t know which file must i change.
By other way, if i add new fields to database tables, for example, to neigborhoods or properties table, automatically will them display in frontend and backend?

Thanks,

JC

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

More
11 years 1 month ago #28736 by Mr. Dam
Replied by Mr. Dam on topic Re: Problem with characters
Hi JC,
There are no configure option to set the place that the extra fields will be shown in property details page. But you can do it by small coding development, of course, you need to know Joomla php coding if you want to do it.
To show one extra field, please use this function
HelperOspropertyFieldsPrint::showField($field,$pid);
In above function:
$field is the extra field object of the field that you want to show data
$pid is the property id

By other way, if i add new fields to database tables, for example, to neigborhoods or properties table, automatically will them display in frontend and backend?

First, neighrhoods are different with properties, because neighborhoods are only in one database while data of properties are in several different data tables, they are connect each other by the property ids key, please read the db structure carefully before you make any change in the system

Good luck
Dam

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

More
11 years 1 month ago #28747 by jc
Replied by jc on topic Re: Problem with characters
Hi Dam,

When you defined width of personalized field, it doesn't change. Where's the question?

Thanks,

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

Moderators: Mr. DamNguyen Phu Quan