Best Answer usersJbzoo , 29 June 2015 - 05:45
Решили вопрос вызовом контекстного события при выводе элементов (в шаблоне full):
$std = new stdClass(); $std->id = 1; $std->introtext = '{extravote '.$item_id.'0'.$favorites[$i]->id.'}'; JPluginHelper::importPlugin('content'); $dispatcher = JEventDispatcher::getInstance(); $dispatcher->trigger( 'onContentBeforeDisplay', array( 'com_content.article', &$std, &$params ) ); echo $std->introtext;Go to the full post