hschottm / tags

Contao tags extension
11 stars 16 forks source link

Tags für Importierte News #69

Closed Sioweb closed 3 years ago

Sioweb commented 3 years ago

In tl_news.php sind wie es aussieht, einige Einträge verschwunden.

Extern geladene News besitzen kein Tag-Feld mehr. So habe ich die Daten bei mir wieder eingefügt:

if (!in_array('tl_news', $disabledObjects))
{
    $GLOBALS['TL_DCA']['tl_news']['config']['ondelete_callback'][] = array('tl_news_tags', 'deleteNews');
    $GLOBALS['TL_DCA']['tl_news']['config']['onload_callback'][] = array('tl_news_tags', 'onCopy');
    $GLOBALS['TL_DCA']['tl_news']['palettes']['default'] = str_replace("author", "author,tags", $GLOBALS['TL_DCA']['tl_news']['palettes']['default']);
    $GLOBALS['TL_DCA']['tl_news']['palettes']['internal'] = str_replace("author", "author,tags", $GLOBALS['TL_DCA']['tl_news']['palettes']['internal']);
    $GLOBALS['TL_DCA']['tl_news']['palettes']['external'] = str_replace("author", "author,tags", $GLOBALS['TL_DCA']['tl_news']['palettes']['external']);
}

https://github.com/hschottm/tags/blob/master/dca/tl_news.php#L68

hschottm commented 3 years ago

Fixed in 6ee7b73e8bc028ddf087d95453ca7c8f5937fe5f