Page 1 of 1

Image Name Hover

Posted: 09 Jun 2009, 02:14
by moriwenne
Greetings.

I was wondering. The settings have an option for category view, "Display name" which you can set to "Show Category Name Only". That is what I did because I wanted to get rid of the image names. Uploads are made and several times images are just called 434(abc).jpg which I just want to hide.
BUT, the image name still appears if you hover your mouse over the image. How can one prevent the image name from showing when you hover? Any ideas? A hack perhaps?

Cheers
Mori

Re: Image Name Hover

Posted: 11 Jun 2009, 00:13
by Jan
Hi, then the title tag needs to be removed in code:

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

Jan

Re: Image Name Hover

Posted: 17 Jun 2009, 00:11
by moriwenne
Greets.

Ok I got others things to do and I finally came back to this. Thanks for the pointer Jan.

It's that file, line 173. I just left it like echo ' title=""';

If anyone ever comes to need this, it will save you time having the answer here.

Cheers
Mori

Re: Image Name Hover

Posted: 18 Jun 2009, 17:35
by Jan
Ok