Description position

Phoca Gallery - image gallery extension
mutala
Phoca Member
Phoca Member
Posts: 22
Joined: 08 Mar 2010, 19:21

Description position

Post by mutala »

Is it somehow possible to get the image description next to the image instead of under it?

And as I want this, I'd also like to have some separator between the images (as there should not be more than 1 image + desc. per row).

That's because I want to have longer descriptions and make them look fine.

Pic is to come...
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49299
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Description position

Post by Jan »

Hi,

you can display the description next to category in categories views:

see demo:
https://www.phoca.cz/stockphoto/

see parameters:
https://www.phoca.cz/documents/2-phoca-g ... -menu-item

The description can be displayed in Categories View (see above), in Category view (above the images) as image description below thumbnails or in Detail View (below image or over the image)

All this can be done by parameters, if this doesn't fit your needs, Phoca Gallery follows the MVC pattern, it means, you can overwrite the views templates by your own views templates (e.g. in your template)

e.g. category view template:
components/com_phocagallery/views/tmpl/default.php - is html for displaying images in category and there you can change the positon of description - you can change it direct in the file or overwrite it with your own file within the template.

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