рушит сайт - ругается на SefLink - подправил код плагина:
$document = JFactory::getDocument();
$uri = JURI::getInstance();
$liveurlhost = $uri->toString(array("scheme",'host', 'port'));
$url = $liveurlhost.SEFLink('index.php?option=com_jshopping&controller=category&task=view&category_id='.$category->category_id);
$document->addCustomTag('<link rel="canonical" href="'.$url.'"/>');
на
$document = \JFactory::getDocument();
$category_id = \JFactory::getApplication()->input->getInt('category_id');
$uri = \JURI::getInstance();
$liveurlhost = $uri->toString(array("scheme",'host', 'port'));
$url = $liveurlhost.\JSHelper::SEFLink('index.php?option=com_jshopping&controller=category&task=view&category_id='.$category_id);
$document->addCustomTag('<link rel="canonical" href="'.$url.'"/>');
Вдруг кому надо. #canonical #jsh #joomshoping #category
это на j4 ?
да - под j4 правил, но мне кажется на j3 там такой же эффект
Обсуждают сегодня