OS Property support center

Edit the "individual property" page using YooTheme Editor?

  • Eoin Feeney
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 day 2 hours ago - 1 day 2 hours ago #175725 by Eoin Feeney
Is there a way to get a menu item for an "individual property" so I can style that page in the YooTheme editor for all properties.  I don't want to create a menu for each new property, it's not really user friendly for the guys creating the properties.

I tried using the menu item "property details" but I get error 500.Compile Error: Duplicate declaration of static variable $scriptClear
Code:
Compile Error: Duplicate declaration of static variable $scriptClear Symfony\Component\ErrorHandler\Error\ FatalError Show exception properties Symfony\Component\ErrorHandler\Error\FatalError {#1535 ▼ -error: array:4 [▶] } in /home/wallingtonestate/public_html/administrator/components/com_osproperty/fields/modal/property.php (line 230) } $script[] = ' }'; // Clear button script static $scriptClear; if ($allowClear && !$scriptClear) { $scriptClear = true;
Last edit: 1 day 2 hours ago by Eoin Feeney.

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

More
15 hours 43 minutes ago #175740 by Dang Thuc Dam
Hi,
To solve the issue, please opening that file ( administrator/components/com_osproperty/fields/modal/property.php )and remove line 230:
static $scriptClear;

Good luck
Dam
The following user(s) said Thank You: Eoin Feeney

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

  • Eoin Feeney
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
7 hours 30 minutes ago #175746 by Eoin Feeney
Great that worked, thanks a million.

BUT I still want to be able to style that template for ALL individual property pages rather than one at a time. Is that possible?

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

Moderators: Dang Thuc DamNguyen Phu Quan