Page 1 of 1
Description position
Posted: 15 Jun 2010, 18:59
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...
Re: Description position
Posted: 18 Jun 2010, 12:08
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