Log in

View Full Version : MODIFY PHP Photo Album script



ellatino
02-07-2008, 10:33 PM
I was able to get this script work for me. No problem. http://www.tntchampionshipprowrestling.latindeathdrop.com/roster.htm

However, is there a way to change or modify the script where when the mouse hovers over the thumbnail, instead of it showing the filename or date. Is there a way to be able to put a title like in a link?

<a href="http://www.dynamicdrive.com/dynamicindex4/php-photoalbum.htm title="Script PHP">PHP Photo Album script</a>

I would like the names of the wrestlers to come out when the mouse is hovered over the thumbnail. Please help. Thanks.

pman
02-08-2008, 02:28 AM
Take a look at the script and see where the thumbnails are being generated. It's a image tag and you can modify the "title" attribute and place the names in there. The html would be something like:

<img src='...' title=' THIS IS WHERE YOU PUT THE NAMES '/>

I can't see your php script so, can't tell you where you need to modify. Post your script here if you are not sure.

ellatino
02-08-2008, 02:34 AM
I looked around some of the other posts and I was able to fix it somewhat. I was able to change the script so that the JPG part of the IMG would not come out. For now I'm ok with the results. Still with this particular script it has no IMG tag of any sort. Thanks for your help.