This is the line code wich I'd like to modify,
$orgArticle = '[URL="'.JURI::base().'index.php?option='.$option.'&view=article&id='.$this->_row->id.$extItemID.'"][B]Leggi il resto...[/B][/URL]';
I used instead:
$orgArticle = '[URL="'.JRoute::'index.php?option='.$option.'&view=article&id='.$this->_row->id.$extItemID.'"][B]Leggi il resto...[/B][/URL]';
But it gives me...
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_STRING or T_VARIABLE or '$' in /var/www/html/plugins/content/vbcomment.php on line 218
Can you help a bit? Thanks