JoomberUI icon indicating copy to clipboard operation
JoomberUI copied to clipboard

Bug in com_content override

Open guerratron opened this issue 8 years ago • 0 comments

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') ); ?>

guerratron avatar Sep 13 '16 23:09 guerratron