Phoca Gallery Plugin - couple questions
Posted: 22 Aug 2023, 21:03
Hi,
I am using a custom module with Phoca Gallery Plugin to display my categories (with thumbnail image) on my home page.
I am using very basic settings:
{phocagallery view=categories|imagecategories=1|imagecategoriessize=1}
A couple of questions (as I cannot find the answer anywhere):
I am using a custom module with Phoca Gallery Plugin to display my categories (with thumbnail image) on my home page.
I am using very basic settings:
{phocagallery view=categories|imagecategories=1|imagecategoriessize=1}
A couple of questions (as I cannot find the answer anywhere):
- I will have many, many categories on my site. I'm assuming this plugin will display all of them? This is really not feasible for my site as I will way too many to display them all. Is there a way to display (for example), the last 5 which were created (or posted to)? Or is it only possible to statically specify (with the category id) which ones should be displayed? I'm basically looking for it to work like a news feed (e.g. display the last 5 articles posted, but in this case instead of articles, it would be the categories). Does anyone have a workaround that I should consider?
- I also have a hierarchy with my categories (at 3 levels deep). Currently, the module is displaying the entire hierarchy for each category. This is rather cumbersome to look at. Is there a way to display only the lowest level of the hierarchy (i.e. the one that the images are actually assigned to) and not show the higher levels?