Open external link by clicking on the thumbnail
Posted: 31 Aug 2009, 15:11
Give image an external url and choose target at phoca admin --> Click on image thumbnail to open link!
If somebody needs the same solution:
Open default.php from front/view/category/tmpl/
comment out line 108
put this code to line 109
Comment out line 318 and 319 to disable link icon.
Use MVC, so :
Copy default.php to templates/your_template/html/com_phocagallery/category/
Regards,
Zsolt
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