Page 1 of 1

Re: I don't know how to hide the Image Name

Posted: 15 Sep 2008, 15:59
by Jan
Hi, shadowbox takes the title from attribute "title", so just comment the following line:

line 120
echo ' title="'. $value->title.'"';

in
components\com_phocagallery\views\category\tmpl\default.php

Jan

Re: I don't know how to hide the Image Name

Posted: 07 Nov 2008, 13:21
by Jan
then you need to create some php script which if - else

if this category - don't display
else other category - display


Jan