Page 1 of 1

Mouseover Name of Picture

Posted: 19 Jun 2009, 11:13
by MarcusAntonius
Hi everybody!

I have already searched the forum but I didn't find an answer so I got to open a new topic: The module works perfect. But there is something that bothers me: If I move the mouse over the picture in the module the name of the pic appears - is it possible to let it disappear when pointing with the mouse on it?

I hope you can understand my problem.. :)

Thanks!

Greetings
MarcusAntonius

Re: Mouseover Name of Picture

Posted: 19 Jun 2009, 16:54
by Jan
Hi, this needs to be customized in the code, so you will remove title tag.

Jan

Re: Mouseover Name of Picture

Posted: 23 Jun 2009, 12:05
by MarcusAntonius
Hey Jan, thanks for your answer. I searched for the "title tag" in "../modules/mod_phocagallery_random_image/.." but I can't find something like that. Can you please tell me the path?! :?:

Thanks
MarcusAntonius

Re: Mouseover Name of Picture

Posted: 23 Jun 2009, 18:17
by Jan
Hi,

modules/mod_phocagallery_random_image.php

Jan

Re: Mouseover Name of Picture

Posted: 24 Jun 2009, 10:00
by MarcusAntonius
Hey Jan,

I got it! It was an entry in the file you mentioned in your last post: modules/mod_phocagallery_random_image.php in line 184:

Code: Select all

$query = 'SELECT cc.id, a.id, a.catid, a.title, a.alias, a.filename ,'
Remove "a.title" - that's it!

Thanks for your help man! :twisted:

Greetings
MarcusAntonius

Re: Mouseover Name of Picture

Posted: 24 Jun 2009, 22:32
by Jan
Hi, you should delete title from html tag not from sql query (now your code will include php error which is maybe not displayed because it is disabled on your site)

Jan