So, noch einmal sorry für die Verspätung.
Also es ist nichts kompliziertes, aber ich habe da ein Zeichen vergessen - wow!
Gehe zu administrator/components/com_comment/plugin/com_mtree/josc_com_mtree.class.php
Zeile 155
$url = JRoute::_('index.php?option=com_mtree&task=viewlink'.
"&link_id=" . $contentId
. 'Itemid=' . $menuid
. ($commentId ? '#josc'.$commentId : ''));
und ändere es zu:
$url = JRoute::_('index.php?option=com_mtree&task=viewlink'.
"&link_id=" . $contentId
. '&Itemid=' . $menuid
. ($commentId ? '#josc'.$commentId : ''));
Siehst du die Unterschied
Es muss danach funktionieren.
Gruß,
Daniel