Page 1 of 1

category view - remove thumbnails ?

Posted: 30 Sep 2009, 18:09
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

Re: category view - remove thumbnails ?

Posted: 30 Sep 2009, 18:34
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 ?

Re: category view - remove thumbnails ?

Posted: 30 Sep 2009, 19:32
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 ?

Re: category view - remove thumbnails ?

Posted: 05 Oct 2009, 18:22
by Jan
Hi, you can make the changes here:
components\com_phocagallery\views\category\tmpl\default.php

Jan