If somebody needs the same solution:
Open default.php from front/view/category/tmpl/
comment out line 108
Code: Select all
//echo ' href="'. $value->link.'"';
Code: Select all
echo ' href="http://'. $value->extlink1[0] .'" target="'.$value->extlink1[2].'"';
Use MVC, so :
Copy default.php to templates/your_template/html/com_phocagallery/category/
Regards,
Zsolt

