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
Mouseover Name of Picture
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Mouseover Name of Picture
Hi, this needs to be customized in the code, so you will remove title tag.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 19 Jun 2009, 11:01
Re: Mouseover Name of Picture
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
Thanks
MarcusAntonius
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Mouseover Name of Picture
Hi,
modules/mod_phocagallery_random_image.php
Jan
modules/mod_phocagallery_random_image.php
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 19 Jun 2009, 11:01
Re: Mouseover Name of Picture
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:
Remove "a.title" - that's it!
Thanks for your help man!
Greetings
MarcusAntonius
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 ,'
Thanks for your help man!
Greetings
MarcusAntonius
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Mouseover Name of Picture
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
Jan
If you find Phoca extensions useful, please support the project