OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Add broker-field in category view (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Add broker-field in category view

fleerdam (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Add broker-field in category view 12 Years ago
Karma: 0  
Hi,

Is there a way to add the broker field into the category view at the frontend?

This field is now build with htitle,hlocation etc.

But i want to show the broker also.

Link:
www.mobilize-it.nl/project/GBM/index.php/portofolio/projecten
Logged Logged
The administrator has disabled public write access.
fleerdam (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Re:Add broker-field in category view 12 Years ago
Karma: 0  
Some additional info:

I Want in house list view to add a field
Now i read on this site the following:
• House list. Show the house list for the selected category, with View - Address -Title - Price - Hits.

what i mean is that i want i.e. the broker between address and title.

is this possible?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Add broker-field in category view 11 Years, 12 Months ago
Karma: 101  
Hello,

for add show field broker in category vie in real estate manager soft

You need in file realestatemanager.php
in function showCategory

replace below row

Code:

  $query = "SELECT h.id, h.hits,h.hlocation, h.htitle, hc.idcat AS catid, h.fk_rentid, h.price,h.priceunit, h.year,h.link, h.image_link, h.listing_type


to
Code:

  $query = "SELECT h.id, h.hits,h.hlocation, h.htitle, hc.idcat AS catid, h.fk_rentid, h.price,h.priceunit, h.year,h.link, h.image_link, h.listing_type, h.broker


after that in file realestatemanager.html.php
in function displayHouses

find code like

Code:

<td  width="40%">
<?php echo $row->htitle; ?> 
</td>


and replace to

Code:

<td  width="40%">
<?php echo $row->htitle; ?> 
</td>
<td  width="10%">
<?php echo $row->broker; ?> 
</td>



or some like that you may use for any field

Please backup all file what you change

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
fleerdam (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Re:Add broker-field in category view 11 Years, 12 Months ago
Karma: 0  
Thanks!

that will do the trick

Verry pleased with this solution and you're software.
Logged Logged
The administrator has disabled public write access.
Ira (Admin)
Admin
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Re:Add broker-field in category view 11 Years, 12 Months ago
Karma: 1  
Thank you. If you want, you have to leave excellent review about our component at Joomla.org
extensions.joomla.org/extensions/vertica...ets/real-estate/8529
Logged Logged
The administrator has disabled public write access.
Go to top
»