components/com_alphacontent/alphacontent.php dosyasında
Bunu bul
$href = "\n CONCAT( 'index.php?option=com_alphacontent§ion=', a.sectionid, '&cat=', a.catid, '&task=view&id=', a.id ) AS href,";
Bununla değiştir
$href = "\n CONCAT( 'index.php?option=com_content&task=view&id=', a.id ) AS href,";
com_alphacontent makale linklerini com_content e dönüştürme
Nisan 20, 2007


