Hello guys
I have an image whose filename is aaaa-201.jpg. When the image is added, I want to create my own title when user place mouse-over image. I know how to do it using "get" in custom template. However, with "get" i cannot use other attributes like typos, e.g. when user clicks image, full size image in lightbox does not work. So I get the title displayed on mouse-over, but nothing happens when clicked.
When I use renderfield, typos and such are available and full image can be displayed in lightbox when clicked. But my problem is on mouse-over it displays the filename as title, e.g. "aaaa-201." How can I get custom title on mouse-over and still get typos to work (I need full image in lightbox when clicked? Or how do I turn off the title totally so I can use renderField (no title on mouse-over)?
Thank you