I don't know how to hide the Image Name

Phoca Gallery - image gallery extension
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49279
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

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

Post 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
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49279
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

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

Post by Jan »

then you need to create some php script which if - else

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


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