Hello
By default, all empty (zero) fields in RealEstatemanager(
ordasoft.com/Real-Estate-Manager-Software-Joomla.html) we not show. This created for possibility for user not fill fields which they no need.
If you need show these fields you will need rebuild all layouts where we use this field.
There are all your layouts:
{your site}/components/com_realestatemanager/views/
as example fir edit "one house show layout", and show field "rooms" everytime
please go to
{your site}/components/com_realestatemanager/views/view_house/tmpl/default.php
Please find code:
Code: |
<?php if (isset($house->rooms) && trim($house->rooms)) { ?>
|
and replace it to code:
<?php if ( true ) { ?>
Please bcakup file first.
Or
you may order this as "customization service".
Please write to OrdaSoft contact form (
ordasoft.com/contact-us-form) with full details description.
How all must look and work. And we will give to you quota
Regards
Andrew
Ordasoft team