Thumbnail Image

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Sep 08, 2011 10:49 pm
Hi from Germany...

just want to know if it's possible to prevent showing the thumb image if an article is i a certain category.

May be in layout.parts.php

Something like:

// article image generator
Line 105

if ($catid == '78') {


} else {


Best
Roger
User avatar
Fresh Boarder

GK User
Fri Sep 09, 2011 6:32 am
Overwrite the module code into your template in order to avoid the thumbnais is shown.
User avatar
Senior Boarder

GK User
Sat Sep 10, 2011 6:20 pm
cubells wrote:Overwrite the module code into your template in order to avoid the thumbnais is shown.


Where exactly would that be? I don't want any thumbnail to be shown but it somehow always takes one from the article. Can anyone help please?
User avatar
Fresh Boarder

GK User
Sat Sep 10, 2011 6:52 pm
In the NSP module, do you want one category to be shown? Or do you want to show more than one category?

If only one category is going to be shown, i.e. all the articles belong to the same category, then you can costumize the module in order to the thumbails aren't shown. Go to module options and deactivate the thumbnails.

If more than one category are shown in module, then you have to customize the modele in order to check the article category and show or not to show.

Into the template code you have a folder "html" with another modules that overwrite the code of the original modules. Take a look.
User avatar
Senior Boarder

GK User
Sat Sep 10, 2011 7:00 pm
Hi, thanks for your explanation, but I found out in the meantime how it is actually supposed to work. I discovered that you simply need to set "Image order" to OFF under Article layout. It's not really intuitive but it seems to work.
User avatar
Fresh Boarder


cron