Page 1 of 1

No image description in slimbox

Posted: 24 Jul 2011, 22:55
by platschi
In Phocagallery (3.0.1) and Joomla 1.6.5 I can't see any imagedescription in slimbox-window. I see only the "image x of y" under the image. where I cann activate the image-description under image in slimbox?
(Any .js or .css-file can help me?) :?
Thanks for an help!

Re: No image description in slimbox

Posted: 25 Jul 2011, 17:01
by Jan
Hi, not on my pc now so I cannot test it, but here in the forum, there should be some guides to edit the slimbox, try to search it.

the slimbox should be stored here:

components/com_phocagallery/assets/js/slimbox

Jan

Re: No image description in slimbox

Posted: 27 Jul 2011, 16:48
by Decco
I had the same problem. Here the change I made to fix it :

In file "components/com_phocagallery/views/category/tmpl/default.php"
Change the line 147 :

Code: Select all

				echo ' title="'. $imgTitle.'"';
To :

Code: Select all

				echo ' title="'.$value->title.' - '.strip_tags($value->description).'"';
This should show the title and the description in the slimbox.

Re: No image description in slimbox

Posted: 27 Jul 2011, 19:12
by Jan
Hi, thank you for the info, I will take a look at it for the next version.

Jan

Re: No image description in slimbox

Posted: 04 Aug 2011, 22:04
by Jan
Added into Phoca Gallery 3.0.2