- Posts: 6
- Thank you received: 0
OS Property support center
SOLVED !!! set to No show_address in add/edit properties by default
- Marco Bianchella
- Topic Author
- Offline
- New Member
-
Less
More
7 years 3 months ago - 7 years 3 months ago #108258
by Marco Bianchella
SOLVED !!! set to No show_address in add/edit properties by default was created by Marco Bianchella
Hi Dam,
I need to set by default the select field to No instead of Yes of show_address because my clients are not expert and they forget to set it every time.
I tried to edit the file propertyedit.php but I can set the value, can you help me?
Thanks.
Marco
I need to set by default the select field to No instead of Yes of show_address because my clients are not expert and they forget to set it every time.
I tried to edit the file propertyedit.php but I can set the value, can you help me?
Thanks.
Marco
Last edit: 7 years 3 months ago by Mr. Dam.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13021
- Thank you received: 1688
7 years 3 months ago #108287
by Mr. Dam
Replied by Mr. Dam on topic set to No show_address in add/edit properties by default
Hi Marco,
To set Default value of field: Show Address is No, you can follow below steps:
1. Open file: root > components > com_osproperty > classes > listing.php
2. Find:
$row->show_address = 1;
and change to
$row->show_address = 0;
Good luck
Dam
To set Default value of field: Show Address is No, you can follow below steps:
1. Open file: root > components > com_osproperty > classes > listing.php
2. Find:
$row->show_address = 1;
and change to
$row->show_address = 0;
Good luck
Dam
Please Log in or Create an account to join the conversation.
- Marco Bianchella
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
7 years 3 months ago #108291
by Marco Bianchella
Replied by Marco Bianchella on topic set to No show_address in add/edit properties by default
Perfect it works, thank you!
Marco
Marco
Please Log in or Create an account to join the conversation.
Moderators: Mr. 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.