- Posts: 87
- Thank you received: 0
OS Property support center
Bugs, and some features dont work as expected
- brianpat pat
- Topic Author
- Offline
- Premium Member
-
Less
More
9 years 11 months ago #69368
by brianpat pat
Bugs, and some features dont work as expected was created by brianpat pat
Hi,
Here are the issues I have, I hope this will be addressed soon.
1.)Auto reference does not work - still shows ref while adding property - You set the to have auto reference in backend, however while adding properties, you can still see ref field.
2.)property name too long causes front end breaking - How can we limit the characters in property name?
3.)currency background shuldnt be there - While adding property, in the price field, currently there is a selection of currency. How can I disable it and have only GBP shown while adding property.
4.)open house - taking old date and time - How can disable date and time of old date?
5.)I have setup auto approve in backend, but still needs to approve it. auto approve comment does not work
6.)I just figured out from the doc that user can search agents properties, but don't know how to configure it. Here is the screenshot i have attached, this may help.I have asked this in another topic #69316
Regards
Here are the issues I have, I hope this will be addressed soon.
1.)Auto reference does not work - still shows ref while adding property - You set the to have auto reference in backend, however while adding properties, you can still see ref field.
2.)property name too long causes front end breaking - How can we limit the characters in property name?
3.)currency background shuldnt be there - While adding property, in the price field, currently there is a selection of currency. How can I disable it and have only GBP shown while adding property.
4.)open house - taking old date and time - How can disable date and time of old date?
5.)I have setup auto approve in backend, but still needs to approve it. auto approve comment does not work
6.)I just figured out from the doc that user can search agents properties, but don't know how to configure it. Here is the screenshot i have attached, this may help.I have asked this in another topic #69316
Regards
Please Log in or Create an account to join the conversation.
- brianpat pat
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 87
- Thank you received: 0
9 years 11 months ago #69424
by brianpat pat
Replied by brianpat pat on topic Bugs, and some features dont work as expected
Any update on the above issues?
Please Log in or Create an account to join the conversation.
- Dang Thuc Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13249
- Thank you received: 1729
9 years 11 months ago #69431
by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Bugs, and some features dont work as expected
1.)Auto reference does not work - still shows ref while adding property - You set the to have auto reference in backend, however while adding properties, you can still see ref field.
-> Even you setup the Ref is Auto generate, the input box Ref will still be shown. But if you leave this field empty, OS Property will create the Ref field automatically.
2.)property name too long causes front end breaking - How can we limit the characters in property name?
-> Currently, OS Property doesn't have feature to limit characters in Property name. But you can modify the layout "Add property" at file: components > com_osproperty > helpers > layouts > propertyedit.php to add attribute: "maxlength" for field "pro_name"
3.)currency background shuldnt be there - While adding property, in the price field, currently there is a selection of currency. How can I disable it and have only GBP shown while adding property.
-> You can use PHPMyAdmin to remove unnecessary currencies in MySQL Table: #__osrs_currencies
4.)open house - taking old date and time - How can disable date and time of old date?
-> Unfortunately, there is no way
5.)I have setup auto approve in backend, but still needs to approve it. auto approve comment does not work
-> To fix problem, please open file: components > com_osproperty > classes > listing.php
Find: if($configClass->fieldvalue == 1){
and replace by
if($configClass == 1){
6.)I just figured out from the doc that user can search agents properties, but don't know how to configure it. Here is the screenshot i have attached, this may help.I have asked this in another topic #69316
-> Please attach the screenshot?
Thanks
Dam
-> Even you setup the Ref is Auto generate, the input box Ref will still be shown. But if you leave this field empty, OS Property will create the Ref field automatically.
2.)property name too long causes front end breaking - How can we limit the characters in property name?
-> Currently, OS Property doesn't have feature to limit characters in Property name. But you can modify the layout "Add property" at file: components > com_osproperty > helpers > layouts > propertyedit.php to add attribute: "maxlength" for field "pro_name"
3.)currency background shuldnt be there - While adding property, in the price field, currently there is a selection of currency. How can I disable it and have only GBP shown while adding property.
-> You can use PHPMyAdmin to remove unnecessary currencies in MySQL Table: #__osrs_currencies
4.)open house - taking old date and time - How can disable date and time of old date?
-> Unfortunately, there is no way
5.)I have setup auto approve in backend, but still needs to approve it. auto approve comment does not work
-> To fix problem, please open file: components > com_osproperty > classes > listing.php
Find: if($configClass->fieldvalue == 1){
and replace by
if($configClass == 1){
6.)I just figured out from the doc that user can search agents properties, but don't know how to configure it. Here is the screenshot i have attached, this may help.I have asked this in another topic #69316
-> Please attach the screenshot?
Thanks
Dam
Please Log in or Create an account to join the conversation.
Moderators: Dang Thuc Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.