- Posts: 14
- Thank you received: 0
OS Property support center
Control of additional fields
- allright82
- Topic Author
- Offline
- New Member
-
Less
More
12 years 1 week ago #29025
by allright82
Control of additional fields was created by allright82
How to display the field of management with additional fields in the card object in the list of real estate?
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13021
- Thank you received: 1688
12 years 1 week ago #29035
by Mr. Dam
Replied by Mr. Dam on topic Re: Control of additional fields
Hi,
Currently, there are no config option to show extra fields into the properties list page. There is only one way to show extra fields into the list page is modify the source code page.
You can hack into this file
components > com_osproperty > templates > default > listing.html.tpl.php
to show one field, we use php function
HelperOspropertyFields::showField($field,$pid);
$field : Object of extra field that you want to show
$pid : Id number of property
Thanks
Dam
Currently, there are no config option to show extra fields into the properties list page. There is only one way to show extra fields into the list page is modify the source code page.
You can hack into this file
components > com_osproperty > templates > default > listing.html.tpl.php
to show one field, we use php function
HelperOspropertyFields::showField($field,$pid);
$field : Object of extra field that you want to show
$pid : Id number of property
Thanks
Dam
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
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.