Description in Slimbox in detailview

Phoca Gallery - image gallery extension
dracorp
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 10 Mar 2011, 12:40
Location: Poland

Description in Slimbox in detailview

Post by dracorp »

Hello
I'm using Phoca Gallery plugin v3.0.0_rc4 in Joomla 1.6.1. My global options for Phoca Gallery:

Code: Select all

Category View Settings
Display Image Description In Box->No
Detail View Settings
Detail Window->Slimbox
Description Settings
Display Description In Detail View->Show(standard)
Display Title In Description->No
Overlib Settings
Overlib Effect->Only description
and I have for Category View:
Image
and Detail View:
Image
If I disable Overlib Effect in Detail View show me additional title of image. How do I display a description of image in 'DetailView' and the only description in the Overlib?
In addition, Firebug for Firefox shows me this:

Code: Select all

<a id="lbCloseLink" href="#"></a>
<div id="lbCaption"></div>
<div id="lbNumber">Image 12 of 12</div>
If this is important I display photos from Picasa.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Description in Slimbox in detailview

Post by Jan »

Hi, this is conflict between two features - the detail window needs the description from title tag but this can be not displayed if overlib is enabled. So you need to select one of the feature or modifiy it in the code :-(
If you find Phoca extensions useful, please support the project
dracorp
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 10 Mar 2011, 12:40
Location: Poland

Re: Description in Slimbox in detailview

Post by dracorp »

Hi
I turned off Overlib, but unfortunately the descriptions of the images still do not see in the detail view. Addition, in the Category View as alt of image is displayed name of file, not the description.
Can you tell me which file is responsible for displaying the title and description in slimbox effect? Slimbox.js or something else?
edit:
I checked and it turns out that the description is not shown for images imported from the picasa.
For normal images, the description is shown as Alt value in the category view and as description in the Slimbox.
Question is why?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Description in Slimbox in detailview

Post by Jan »

Hi, for now not on my PC to check and say exactly why, what and where.

Check this file:
components/com_phocagallery/views/category/tmpl/default.php

Jan
If you find Phoca extensions useful, please support the project
Post Reply