Phoca Gallery Plugin Slimbox no description
Posted: 24 Nov 2012, 11:30
Hi, i am using Phoca Gallery 2.8.1 with Phoca Gallery Plugin 2.7.7 with Joomla 1.5
{phocagallery view=category|categoryid=1|limitstart=0|limitcount=0|detail=8|overlib=0|description=1|descriptionheight=200}
Unfortunately there is no description visible in Slimbox in Detail View used in articles.
Although it works in Phoca Gallery Menu since I changed the code in for Phoca Gallery Menu use, it is not working in Phoca Gallery Plugin in articles.
Here my changes working for Phoca Gallery Menu:
In file "components/com_phocagallery/views/category/tmpl/default.php"
I changed the line 123:
From:
echo ' title="'. $value->title.'"';
To :
echo ' title="'.$value->title.' - '.strip_tags($value->description).'"';
But it does not work in Phoca Gallery Plugin, can you help? Thank you Axel
{phocagallery view=category|categoryid=1|limitstart=0|limitcount=0|detail=8|overlib=0|description=1|descriptionheight=200}
Unfortunately there is no description visible in Slimbox in Detail View used in articles.
Although it works in Phoca Gallery Menu since I changed the code in for Phoca Gallery Menu use, it is not working in Phoca Gallery Plugin in articles.
Here my changes working for Phoca Gallery Menu:
In file "components/com_phocagallery/views/category/tmpl/default.php"
I changed the line 123:
From:
echo ' title="'. $value->title.'"';
To :
echo ' title="'.$value->title.' - '.strip_tags($value->description).'"';
But it does not work in Phoca Gallery Plugin, can you help? Thank you Axel