OS Property support center

Control of additional fields

  • allright82
  • Topic Author
  • Offline
  • New Member
  • New Member
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?
Attachments:

Please Log in or Create an account to join the conversation.

More
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

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan