JoomberUI
JoomberUI copied to clipboard
Bug in com_content override
error displaying articles in the "com_content" component:
Notice: Undefined variable: useDefList in .../Joomla_3.2.2/templates/joomberui/html/com_content/featured/default_item.php on line 57 ... and 124
SOLUTION: include in the ".../com_content/featured/default_item.php" file defining the variable:
<?php $useDefList = ($params->get('show_modify_date') || $params->get('show_publish_date') || $params->get('show_create_date') || $params->get('show_hits') || $params->get('show_category') || $params->get('show_parent_category') || $params->get('show_author') ); ?>