category view - remove thumbnails ?

Phoca Gallery - image gallery extension
Jodan
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 30 Sep 2009, 18:01

category view - remove thumbnails ?

Post by Jodan »

I am trying to make a clean and organized iamge directory. I have one main categories with multiple sub categories.
When I click on the sub category or what we call the category view, it shows images of individuals of its the sub categories. Is there a way to turn this off, or does anyone know where in the view.html.php file I need to go or parse. I appologize I have basic programming knowlegde and it is in Turbo Pascal :) I only want to show images assigned to that specific category.

Thank you,

Joel
Jodan
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 30 Sep 2009, 18:01

Re: category view - remove thumbnails ?

Post by Jodan »

I believe the referenced output code from the page is :


<div class="phocagallery-box-file-first" style="height:100px;width:100px;">
<div class="phocagallery-box-file-second">
<div class="phocagallery-box-file-third">
<center>
<a class="" href="/index.php?option=com_phocagallery&view=category&id=3:it&Itemid=18" ><img src="/images/phocagallery/thumbs/phoca_thumb_m_user.jpg" alt="Information Technology" /></a>

How do I remove this from the actual component ?
Jodan
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 30 Sep 2009, 18:01

Re: category view - remove thumbnails ?

Post by Jodan »

Is there a quick way to edit the href to target it to a category list view, when clicking on a category from the category list view ?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: category view - remove thumbnails ?

Post by Jan »

Hi, you can make the changes here:
components\com_phocagallery\views\category\tmpl\default.php

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