OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Remove fields from the "add house" form (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Remove fields from the "add house" form

Shuruna (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Remove fields from the "add house" form 10 Years, 7 Months ago
Karma: 0  
Is there a easy way to remove fields like Country from the "add house" frontend form?
Logged Logged
The administrator has disabled public write access.
IvanOrdaSoft (Visitor)
Posts: 0
graphgraph
User Offline
Re:Remove fields from the "add house" form 10 Years, 7 Months ago
Karma: 0  
It is not difficult. It is necessary to go to the file Joomla/components/com_realestatemanager/realestatemanager.html.php

We have to change the code in line. I have it 173-176, you may differ slightly.

This code
Code:


    <div class="row_add_house">
      <span><?php echo _REALESTATE_MANAGER_LABEL_COUNTRY;?>:</span>
      <input class="inputbox" type="text" id="hcountry" name="hcountry" size="30" value="<?php echo $row->hcountry;?>" />
    </div>



change in the

Code:


    <div class="row_add_house" style="display: none;">
      <span><?php echo _REALESTATE_MANAGER_LABEL_COUNTRY;?>:</span>
      <input class="inputbox" type="text" id="hcountry" name="hcountry" size="30" value="<?php echo $row->hcountry;?>" />
    </div>

Logged Logged
The administrator has disabled public write access.
Shuruna (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:Remove fields from the "add house" form 10 Years, 7 Months ago
Karma: 0  
Thank you!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Remove fields from the "add house" form 10 Years, 6 Months ago
Karma: 101  
Hello,

you may vote for us on joomla.org and write excellent review

if you wil lhave some errors or questions please write

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»