Skip to content

Bug in com_content override #12

@guerratron

Description

@guerratron

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions