OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
How to remove a field in single house view (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

How to remove a field in single house view

Claudio (User)
Senior Boarder
Posts: 53
graphgraph
User Offline Click here to see the profile of this user
How to remove a field in single house view 10 Years, 5 Months ago
Karma: 0  
I want to non be showed a file ( date….) how to??
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Online Now Click here to see the profile of this user
Re:How to remove a field in single house view 10 Years, 5 Months ago
Karma: 101  
Hello,

file ( date….)

What you mean ?

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Claudio (User)
Senior Boarder
Posts: 53
graphgraph
User Offline Click here to see the profile of this user
Re:How to remove a field in single house view 10 Years, 5 Months ago
Karma: 0  
"expiration date"

It's possible to eliminate o not to be showed?
REM 3 pro
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Online Now Click here to see the profile of this user
Re:How to remove a field in single house view 10 Years, 5 Months ago
Karma: 101  
Hello,

In REM soft "expiration date" date you may remove only with help edit one property view code.

Please go to file

{site}/components/com_realestatemanager/views/view_house/tmpl/default.php

find below rows and remove

Code:

                <div class="row_text">
                    <span class="col_text_1"><?php echo _REALESTATE_MANAGER_LABEL_EXPIRATION_DATE; ?>:</span>
                    <span class="col_text_2"><?php echo data_transform_rem($house->expiration_date); ?></span>
                </div>



Please backup file first

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Cyberneticart (User)
OVES ET BOVES ... et unversa pecora!!
Senior Boarder
Posts: 71
graphgraph
User Offline Click here to see the profile of this user
Gender: Male gian.luca.brizi Isola del Giglio Location: Isola del Giglio
Re:How to remove a field in single house view 10 Years, 4 Months ago
Karma: 0  
This changing will be overwritten during the component upgrade. I tryed to choose the custom file way.
I tryed to insert for every view/tmpl folder a new custom.php file. The "category_view" has a list.php file that is what is shown in the LAYOUT admin panel choosing. But If I create a custom.php file it is not shown. Why?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Online Now Click here to see the profile of this user
Re:How to remove a field in single house view 10 Years, 4 Months ago
Karma: 101  
Hello,

True say, for me that work.

Please download last version real estate manager and update Real estate manager backend folder and files

and for frontend file:
{site}/components/com_realestatemanager/functions.php


Please backup your files first

Thanks,
OrdaSoft team
Logged Logged
Last Edit: 2013/11/18 10:17 By admin.
The administrator has disabled public write access.
Go to top
»