Hello, how do I edit the default layout to remove the link to the article, and use the Link A, Link A Text and the URL Target Window instead? best regards, Paulo
Hi Paulo,
It seems that you're filtering Articles content, I understand about the link to article, but which 'Link A / Link A text' are you referring to?
The 'Link A / Link A text' in "Images and links" of the joomla article
Hi plnabais
I got your point but these links could be made to appear Before or After the content of the article while JA Megafilter will render image, intro text and fulltext of article, it will not show these links in the filter, unfortunately.
Thank you, I solve the my problem editing the helper.php file of the plugin adding the folowing code: //Item link ... $item->url = JRoute::_($route); if (!empty($baseItem->urls["urla"])) { $item->url = $baseItem->urls["urla"]; }