Page 1 of 1

Several things

PostPosted: 18 Jan 2013, 13:12
by dxer
First of all, great script with lot of potential , but there are things that I think this script needs as default. Maybe this is already present at some point but I can 't find it.

So , couple of things I was wondering:

- I tried some of my local language letters (special characters you may say) and when I enter , script is replacing special character with '?' . How to fix that ? we need to be able to add City or an Address with unicode letters.

- In admin area you can select some content to be displayed below Welcome content (on Home page). So there is listing you can display. I think there should be displayed featured properties, and now complete listing which could end with dozens of pages listing. So my question is how to select here to be displayed just featured/special properties ? I presume that such setting can be selected from each property edit page ?

- The same as above but to display latest added properties

- I don't see possibility to add Country or/and State while entering property address/data. How can I add that ?

- How can we remove comments at all ?

- How can we add some content to footer (agency contacts, etc.) and style it. Which file we need to edit ?

- There should be arhitecture for templates. You should have default template which we can modify easily.

I would appreciate that you give us some guidance on this.
Thanks

Re: Several things

PostPosted: 18 Jan 2013, 16:51
by support
1) about special characters — letters of what language do you enter?
2) There is no a widget to input properties from the section «Special offers» there. Users did not think that it was necessary.
3) We plan to add Country/State/City, but not in the near future. Perhaps, we will develop it in a new branch of versions 2.0.
4) You can delete all comments in the section «Comments»of the admin control panel
5) protected/main/layouts/main.php file
6) about architecture for templates -

protected/views/layouts/main.php — the main template of user parts
protected/views/layouts/main-admin.php — the main template of admin parts
protected/views/layouts/admin.php — an admin's template for outputting the name of a page, menu and messages
protected/views/layouts/index.php — is loaded inside on the index page
protected/views/layouts/inner.php - is loaded inside on inner pages

In each module there are «views» folders, which contain views of module actions.
views/backend contains admin's views

Regards

Re: Several things

PostPosted: 18 Jan 2013, 18:53
by dxer
I tried Croatian language specific letters and this letters are replaced by ' ? ' sign. To be concrete, I tried with field to enter new City. I tested several real estate scripts last days and all working fine with those letters. Can you please suggest what should I try to fix this ?

Re: Several things

PostPosted: 19 Jan 2013, 19:05
by Xpycm
In the online demo - http://re-free.monoray.net all ok :) (https://www.dropbox.com/s/c9nykor1lfk1k ... 081217.png)

Set "utf8_general_ci" collation ( https://www.dropbox.com/s/bw3rkafu56lkj ... 075850.png ) for all the tables in phpmyadmin.

Re: Several things

PostPosted: 20 Jan 2013, 10:21
by dxer
Ok, now it is fine. It was originaly set to cp1251_general.