- Posts: 40
- Thank you received: 1
Property listing layout improvement needed
- zenoni
- Topic Author
- Offline
- Senior Member
-
Less
More
11 years 10 months ago #30740
by zenoni
Property listing layout improvement needed was created by zenoni
Hello
Please could you improve the Property listing layout so that the latest listings can be shown on the frontpage. Currently this latest listings feature is only available in Featured properties, but I need to show latest regular listings on the frontpage.
Please could you implement this feature.
Please could you improve the Property listing layout so that the latest listings can be shown on the frontpage. Currently this latest listings feature is only available in Featured properties, but I need to show latest regular listings on the frontpage.
Please could you implement this feature.
The following user(s) said Thank You: Aydın
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 12987
- Thank you received: 1681
11 years 10 months ago #30742
by Mr. Dam
Replied by Mr. Dam on topic Re: Property listing layout improvement needed
Hi,
You can modify it by yourself. Please follow these steps:
1. Open file listing.php
2. Find function listProperties
3. In that function, please find $query .= " ORDER BY a.isFeatured desc, $orderby $ordertype";
and change to
$query .= " ORDER BY $orderby $ordertype";
Good luck,
Dam
You can modify it by yourself. Please follow these steps:
1. Open file listing.php
2. Find function listProperties
3. In that function, please find $query .= " ORDER BY a.isFeatured desc, $orderby $ordertype";
and change to
$query .= " ORDER BY $orderby $ordertype";
Good luck,
Dam
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam
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.