Page 1 of 1

Phoca Gallery Layout

Posted: 20 Oct 2009, 17:22
by siyman
A friendly Hello to everyone,

first I have to say: Thanks for all your work, especially by creating the most colorful, flexible and stable image-gallery for joomla! Working with phoca gallery is fun at all and sometimes I'm really afraid of how good everything is doing the job.
Now here it goes - no new topic without a new question. ;c) I created a gallery with around 500 pics inside and nearly 80 different categories. Thing is: I need a self generated layout like the thumbnail category-view which is going to show not only the chosen category but the categories and all sub-categories in thumbnail-preview. Currently I'm working with the menutype Phoca gallery layout and created one master category to get at least the main sections previewed on one page. Would it be possible to To create something like I have described or maybe is there a way to get more links like the menutype phoca gallery layout to one page parallel?

Keep on rockin' - siy

Re: Phoca Gallery Layout

Posted: 23 Oct 2009, 22:35
by Jan
Hi, Phoca Gallery uses MVC pattern, so every view has own template, so you can customize the template code for your own needs:

e.g.
components/com_phocagallery/views/category/tmpl/default.php

Jan