Re: Category view - cut categoryname
Posted: 11 Jun 2009, 00:03
Hi folks,
I have a question along these lines, so I will spare to create yet another new thread.
There might be a bug in the parameters setting, let me explain:
If I select "Display Name: Show Category Name Only", it shows only the category name, which is correct
HOWEVER
it creates this extra space (for name field) under EVERY thumbnail. In Category view (Thumnails), this is not desired.
Is it possible for me to change the code, that it would take into account this specific name selection, and not create the extra space for thumbnail containers which display no names? And perhaps consider it including into the next release.
I remember seeing this PHP if clause somewhere "if(DisplayName == 1 || DisplayName ==2)", when I searched for a way to get rid of this space in the first place. Later I decided that I would still like to have category names displayed for the users to know what category they will be opening... I think these conditions have to be separated.
I have a question along these lines, so I will spare to create yet another new thread.
There might be a bug in the parameters setting, let me explain:
If I select "Display Name: Show Category Name Only", it shows only the category name, which is correct
HOWEVER
it creates this extra space (for name field) under EVERY thumbnail. In Category view (Thumnails), this is not desired.
Is it possible for me to change the code, that it would take into account this specific name selection, and not create the extra space for thumbnail containers which display no names? And perhaps consider it including into the next release.
I remember seeing this PHP if clause somewhere "if(DisplayName == 1 || DisplayName ==2)", when I searched for a way to get rid of this space in the first place. Later I decided that I would still like to have category names displayed for the users to know what category they will be opening... I think these conditions have to be separated.