OS Property - Joomla Real Estate
OS Property - The best JOOMLA Real Estate extension. It has enormous features which helps you to build the best advertising for your Real Estate properties, with modern layouts and technologies, 100% responsive. We believe OS Property is the best choice for Sale, Lease and Rent Properties Online
OS PROPERTY v6.5 KEY FEATURES
(Latest version: 6.5, released on 15th May 2026)Discover why OS Property is the most trusted Joomla real estate extension, powering over 6,000+ successful property websites worldwide
Those Are Just A Few Main Features, There Are Plenty More
REAL ESTATE FEATURES
-
Powerful Search tools like Advanced, Radius features
-
Support Free/Paid properties with Standard and Featured type
-
Unlimited Property types like For rent, For lease, For sale etc.
-
Unlimited Real Estate Categories like Apartments, Condo, Villas etc.
-
Supports 6 user types: Agent, Owner, Realtor, Landlord, Buyer, Builder
-
Support Google Map and OpenStreetMap
-
Sending notification emails to user once new property posted
-
Multiple Currencies
-
RSS support
-
Pdf export & Print layout of property details
-
Save Searched list
-
Favorites list
-
Properties comparison
-
User contact
-
Properties sharing
-
Property conveniences
-
Rating & Review
-
DPE chart
-
All picture types supported
-
Image optimization & performance
-
Youtube embeded code and Panorama picture supported
SUPPORT EXTENSIONS
-
Acymaling newsletter
-
OS Membership
-
OS Calendar
-
JSitemap Pro
-
Jcomments
DATA MANAGEMENT
-
Support Joomla ACL
-
Easy to manage data: Properties, Categories, Property types, Custom fields, Amenities, Companies, User, Location etc.
-
Powerful Configuration
-
Bulk CSV/XML import and export
-
Content translation ability
-
Drag & Drop pictures for uploading
-
Grab pictures from different locations
-
Drag & Drop pictures for uploading
-
Flexible themes management tool
REAL ESTATE COMPANIES
-
Ability to manage agents (add/edit)
-
Ability to manage properties (add/edit)
-
Upgrade properties to Featured
REAL ESTATE USERS
-
Multiple Real Estate User types
-
Ability to post and manage properties
-
Upgrade properties to Featured
LOCATION
-
OS Property can be used in one or mutiple countries
-
Easy to Manage & Import location
-
Over 60 location data supported
-
Support multilingual with location data name
LAYOUT
-
Powerful properties listing layout
-
Company/ Agent registration
-
Company/ Agent edit profile
-
Compare properties
-
Locator & Radius search
-
Advanced search
-
Add/ Edit properties
-
Property details
-
List compared properties
-
List favourite properties
SEO & SECURITY
-
Full of Meta description for Properties
-
Custom page title & page heading
-
Joomla SEF URLs & SEO support
-
Social share products
-
Facebook and Twitter auto Posting
-
Microdata Rich Snippets
-
Tags system
-
Stopforumspam.com integration
-
Invalid items reporting
PAYMENT
-
Payment when adding new property
-
Payment when extending live time
-
Payment when upgrading properties
-
Multiple payment gateways supported
DESIGN FEATURES
-
Responsive layouts, Mobile Ready
-
Layout overrides
-
jQuery, Ajax and Bootstrap
-
Compatible with any Joomla templates
-
6 themes supported
MODULES & PLUGINS
-
Slideshow module
-
Advanced search module
-
Quick search module
-
Random Properties module
-
Mortgate module
-
Loan Calculator module
-
Categories listing module
-
Agents listing module
-
Joomla Search plugin
-
Cron job plugin
-
Navigation plugin
Release Notes
What's New in OS Property 6.5
OS Property 6.5 delivers a focused set of performance improvements, display enhancements, and important bug fixes. This release makes listings load faster, improves address display options, modernizes the backend management interface, and removes two long-standing bugs that affected search and featured property management.
⚙️ Core Improvements
Optimized Theme Architecture
OS Property themes have been refactored to share common layout templates across listing pages and search result pages. Duplicate template files have been removed from all built-in themes (Default, Theme1, Theme2, Theme3, Theme Black, Blue). This reduces the total number of files in the package, lowers the installation footprint, and makes future theme maintenance simpler.
Faster Property Listings — Image Lazy Loading
The Default theme property listing now loads a maximum of 5 images per property card instead of all available photos. The first image loads immediately; images 2–5 are deferred using native browser lazy loading. This noticeably reduces initial page-load time on listings with many properties, especially on mobile connections.
Kenya Shilling Currency Added
Kenya Shilling (KES / Ksh) has been added to the OS Property currency list. This extends out-of-the-box support for property portals targeting the Kenyan market. The currency is available in the Currency management section of the OS Property backend.
Simplified Install Sample Data
The Install Sample Data wizard has been streamlined. The separate step that required uploading a photos.zip package has been removed. Sample data now installs in a single step — select the target location (country, state, city) and proceed. This eliminates a common point of confusion for new users.
🎨 Display Improvements
German-Style Address Format
A new address format option — "Address, Postcode City, Region, State" — has been added to the OS Property Address Format configuration. This format groups the postcode and city name together (e.g., 123 Main St, 10001 Berlin, Bavaria, Germany), which matches the standard address layout used in Germany and several other European countries.
✅ Backward-compatible — all existing saved configurations are unaffected.
Modernized Backend Properties Action Buttons
The action button group in the Backend → Properties management list has been completely redesigned. Administrators can now approve and feature properties directly from the list without opening each property record.
- Approve / Unapprove toggle added per row
- Featured / Non-Featured toggle added per row
- Publish/Unpublish, Edit, and Delete remain available
- Buttons now use clean SVG icons with
aria-labelattributes for better accessibility - Visual styling updated to a compact, consistent Bootstrap button cluster
Theme2: Property Address in Listings
Theme2's property listing and search result layouts now display the property address when the listing_show_address configuration option is enabled. This brings Theme2 into line with the behavior already present in Theme1 and Theme Black. The address is displayed between the property title and price, with a map-marker icon accent.
Quick Search Module — Mobile Dropdown
On the OS Property Quick Search (RealHomes) module, property-type selection on mobile devices now uses a dropdown select list instead of individual buttons. The buttons remain visible on desktop. On screens narrower than 600 px, the dropdown replaces the buttons and submits the search automatically on selection. This improves usability on touch screens where multiple small buttons are difficult to tap accurately.
OSP Slider and OSP Slideshow — No More jQuery
The OSP Slideshow module has been rebuilt using Vanilla JavaScript (no jQuery dependency). The new implementation replaces the old camera.js library with a lightweight, self-contained slideshow engine compatible with Joomla 4, 5, and 6. Transition effects and layout options have been upgraded as part of this change.
The OSP Slider module continues to provide property carousel functionality with support for lightbox display.
🐛 Bug Fixes
Fixed: Min Price Resets in Advanced Search Pagination
When a user set a minimum price of 0 in the Advanced Search price-range slider and navigated to page 2 or beyond, the slider incorrectly reverted to the configured default minimum (e.g., 100,000). Two root causes were identified and fixed:
min_price=0was omitted from pagination URL parameters.- The slider initialization unconditionally replaced a 0 minimum with the config default, even when the user had explicitly chosen it.
✅ The slider now correctly preserves the user's selected price range across all pages of search results.
Fixed: Featured Status Toggle at Frontend
Clicking the Featured / Non-Featured toggle on a property in the frontend management listing was not updating the property's featured status. The action link was not passing the required cid[] parameter to the backend task handler. This has been corrected. The button now reliably toggles the featured status and reflects the new state immediately.
Fixed: OpenStreetMap Integration
Two classes of bugs in the OpenStreetMap integration have been resolved:
- Tile layer errors: All
L.tileLayer()calls contained leftover Mapbox-specific options (id,zoom,maxZoom: 21) that caused tile 404 errors at deep zoom levels. Options have been corrected and attribution updated to the standard OpenStreetMap notice. - Nominatim geocoding failures: Geocoding requests to the Nominatim API were being rejected or rate-limited because no
User-Agentheader was included. A valid User-Agent is now sent with every request, in line with the Nominatim usage policy.
📋 Upgrade Notes
- No database schema changes are required beyond the addition of the Kenya Shilling currency row (added automatically on install/update).
- The address format configuration is backward-compatible — no existing sites will see a change unless the new format is explicitly selected.
- Theme template changes are backward-compatible. Sites using custom child themes are not affected.
- The OSP Slideshow Vanilla JS rebuild replaces
camera.js. If your site uses custom CSS targetingcamera.js-specific class names, review those styles after upgrading.
OS Property 6.5 — Released May 2026 | joomdonation.com
OS Property 6.4
A smarter, smoother, and more powerful update designed to improve user experience, optimize performance, and expand global accessibility.
OS Property 6.4 brings a fresh round of improvements focused on usability, visual refinement, search accuracy, and multilingual expansion. This version enhances both the frontend and backend experience, making property management more efficient and more user-friendly than ever.
Key Improvements
Improved the OSP Slideshow module, enhanced backend Dark Mode, updated the property information layout after payment on the frontend, and repositioned the ref value display for better visibility.
Photo resizing has been improved, the Request More Details layout function has been refined, OS Property routing has been optimized, and the Captcha function has been strengthened.
This release fixes the multiple category selection issue in Advanced Search, adds more than 30 new location data entries, and updates language packages with 10 newly added languages.
Why OS Property 6.4 Matters
With better usability, stronger search functionality, improved security features, and broader language support, OS Property 6.4 helps businesses deliver a more seamless and professional real estate experience to users around the world.
OS Property 6.3
A major update focused on Joomla 6 compatibility, smoother front-end interactions, smarter images, and a refreshed UI—so your real estate site looks better and works faster.
Full Joomla 6 Compatibility (Core + Modules)
OS Property 6.3 modernizes the extension and improves key modules to eliminate Joomla 6 compatibility issues.
Improved User Reports Management
Faster review, cleaner lists, and better control—especially helpful on high-traffic sites.
- New filters for quick sorting
- Clearer list display
- Check / Uncheck option + visible status in the list
- Enhanced front-end report form
Better “Favourite / Compare” Experience
More modern UX and fewer interruptions for users browsing properties.
- “Add to Favourite” remains visible for logged-out users (shows login prompt when clicked)
- Toast notifications replace old JavaScript alerts for add/remove feedback
Smarter Image Resizing
Automatic resizing is now built-in, with improved cropping based on the important area of the image (instead of fixed center-cropping).
UI & Layout Refresh
Cleaner pages for visitors, and a more comfortable admin experience.
- Improved Default Theme
- Updated Agent Details page (front-end)
- Enhanced Locator Search with OpenStreetMap
- Back-end UI improvements + Dark Mode
- Updated Property Information summary page (front-end)
More locations, more languages
OS Property 6.3 helps you reach new markets faster with expanded datasets and localization.
New Location Datasets (Highlights)
New Language Packages
OS Property 6.1
The latest version, OS Property 6.1, brings exciting enhancements to your property management experience.
New PDF Generation with mPDF
OS Property now utilizes mPDF for generating PDF documents. mPDF is a powerful PHP library that converts HTML and CSS into high-quality PDF files, enabling better customization and faster performance. You can download it through this link: https://joomdonation.com/downloads/lib_ospmpdf.zip and install it through Joomla installation tool.
New PDF Property Flyer Layout
Discover the brand-new PDF property flyer layout, designed to showcase your listings more attractively and professionally.
Additional Improvements
- Various minor enhancements across both the frontend and backend
- Improved user experience and performance
- Refined interface elements for easier navigation
Upgrade to OS Property 6.1 today and explore all the new features!
***************************************************************
OS Property 6.0
OS Property 6.0 marks a major milestone with full compatibility for Joomla 6, bringing a refreshed and responsive backend interface for easier management. This version introduces powerful new map search capabilities using OpenStreetMap, allowing users to draw search areas, enjoy fast Ajax loading, and access all features seamlessly on mobile devices. Alongside these enhancements, OS Property 6.0 also resolves issues from previous versions, ensuring a smoother and more reliable experience for all users.

1. Full compatibility with Joomla 6
With this release, OS Property is now fully compatible with Joomla 6, ensuring that users can take advantage of the latest advancements in the Joomla ecosystem. This includes improved security, faster performance, and support for new extensions and plugins. Compatibility with Joomla 6 also means users can upgrade their sites with confidence, knowing that OS Property will continue to function smoothly and reliably.
2. Redesigned backend interface
The backend management area has undergone a significant transformation. By moving away from outdated table-based forms to a sleek, modern, and responsive design, OS Property now offers a much-improved user experience. Administrators and agents will find it easier to navigate, manage listings, and perform tasks efficiently on desktops, tablets, or smartphones. The new interface reduces clutter, streamlines workflows, and makes property management more accessible for users at all levels.
3. Advanced map search with OpenStreetMap
A standout feature in this version is the enhanced property search on maps powered by OpenStreetMap. Users can now draw custom shapes directly on the map, allowing for highly targeted searches based on geographic boundaries. The integration of Ajax loading delivers instant search results without reloading the page, making the experience fast and seamless. Additionally, the map search is fully mobile-compatible, enabling users to search for properties and interact with maps easily from any device. These improvements make property searching more flexible, precise, and user-friendly.

4. Bug fixes from previous versions
This version addresses and resolves numerous bugs identified in earlier releases. These fixes contribute to a more stable and reliable system, minimizing interruptions and errors for both administrators and end-users. Enhanced stability means users can focus on managing and searching for properties without worrying about technical issues or unexpected glitches.
Overall, OS Property 6.0 delivers a robust, modern, and user-centric solution for property management, combining the latest Joomla compatibility, a redesigned interface, powerful map search capabilities, and improved stability for a superior user experience.
***************************************************************
OS Property 5.0 – A Fundamental Transformation for the Next Generation of Joomla Real Estate Solutions
We are excited to announce the release of OS Property 5.0, the latest and most advanced version of our leading Joomla real estate extension. This major update brings significant enhancements to ensure greater compatibility, modern design, and improved user experience for both administrators and site visitors.
Key Improvements in OS Property 5.0:
Discontinued Joomla 3 Support: Joomla 3 has reached its official end-of-life, with the Joomla team having stopped providing updates and security patches for this version for quite some time. Continuing to use outdated software poses significant security risks and limits access to new features and improvements. By ending support for Joomla 3 in OS Property 5.0, we are aligning with the Joomla project’s direction and encouraging users to upgrade to Joomla 4, 5, or higher. Upgrading ensures your website benefits from enhanced security, better performance, and compatibility with the latest extensions and technologies. This strategic shift allows us to dedicate our resources to delivering a more robust, modern, and future-proof experience for all users.
Joomla 6 Compatibility: The OS Property codebase has been thoroughly updated to ensure full compatibility with the changes introduced in Joomla 6
Revamped Backend Dashboard: The new OS Property Dashboard in version 5.0 features a modern, user-friendly interface that provides administrators with a comprehensive overview at a glance. Key system statistics, property data, and user activities are displayed clearly in dedicated panels. Visual charts show property distribution by category and type, making it easy to monitor trends. The dashboard also highlights top and recent properties, while the control panel organizes all main management functions into colorful, easy-to-access buttons. Additionally, location management is streamlined, allowing quick updates for each country. Overall, the redesigned dashboard greatly enhances usability and efficiency for property managers.

Modernized Backend Layouts: Several key management layouts in the backend—including Properties Listing, Categories Listing, Property Types Listing, Agents Listing, and Companies Listing—have been improved for a cleaner, more modern, and user-friendly interface
Improved Frontend Page Navigation: Page navigation on the frontend has been enhanced for better SEF (Search Engine Friendly) link handling, ensuring smoother navigation and improved SEO.
Acym Integration: OS Property 5.0 now supports Acym, enabling seamless integration with this popular newsletter and email marketing solution.
Enhanced Frontend Layouts: The frontend layouts have been improved for a more attractive and functional presentation, including upgraded features like the property detail slideshow.
Why Upgrade to OS Property 5.0?
With OS Property 5.0, we continue our commitment to providing the most powerful and user-friendly real estate solution for Joomla. Upgrade today to experience these exciting new features and improvements!
|
OS CalendarOS Calendar is an availability calendar for OS Property, it is the leading Holiday, Properties / Booking application for Joomla |
Order It ( $39.99 ) |
OS Property is Joomla extension, so it doesn't include Joomla template. But you can use it on any Joomla templates you want. In case you need a real estate template that can work well with OS Property, you can visit below real estate templates.
Note: On OS Property demo site demo.joomdonation.com/osproperty/, we are using OSP Real Estate template, it doesn't mean OSP Real Estate is included in OS Property package.
OSP Home 1.0
OSP Home is a Real estate Joomla template for Real Estate sites based on complete new T4 Joomla template framework. Integrate Bootstrap 4, Font awesome 5 and advanced features including layout builder, theme customization tool
OSP Home Search 3.0
This won’t be the first time you look for a Joomla real estate template, but it will be the last time. Because with OSP Home Search you have more than you could ever want or need. Whether you know it or not, many of the websites you visit are powered by directories.
OSP Real Homes 3.7
OSP Real homes is a versatile Responsive Joomla template for Real Estate Websites and supports both Joomla 3.x & Joomla 2.5.x. It has nice & clean design and it comes loaded with tons of useful features like Advanced Google Map Search with property location markers.
OSP Real Estate 10.0
OSP Real Estate is a versatile Responsive Joomla template for Real Estate Websites and supports both Joomla 4.x and Joomla 5
OSP Real Estate also supports RTL Language Layouts and especially it is designed to use with OS Property extension.
OSP Realty 2.0
OSP Realty is clean & flexible Real Estate Joomla template based on T4 framework. It suits for OS Property extension and supports both Joomla 4.x & Joomla 5.x, it also supports RTL Language Layouts














