Gallery Block, tooltips and line breaks
Permalink
Hi,
I'm using the Gallery Block as its nice and simple :)
I would like my lightbox to include a number of attributes for each photo (some of which Ive created myself) and it works well.
However the tooltip which opens when the user hovers over the thumbnail does not handle the '<br>' the code adds to the title.
From what I can see of the code, it loops and concantenates each attribute with <br> into the title using the JOIN function and whilst this works for the lightbox, it doesnt for the tooltip.
A simple solution would be to disable the tooltip but I cant work out how. Has anyone done something similar ?
Cheers
Martyn
I'm using the Gallery Block as its nice and simple :)
I would like my lightbox to include a number of attributes for each photo (some of which Ive created myself) and it works well.
However the tooltip which opens when the user hovers over the thumbnail does not handle the '<br>' the code adds to the title.
From what I can see of the code, it loops and concantenates each attribute with <br> into the title using the JOIN function and whilst this works for the lightbox, it doesnt for the tooltip.
A simple solution would be to disable the tooltip but I cant work out how. Has anyone done something similar ?
Cheers
Martyn
not so far.
You might be able to create a custom view for it and remove the code that is added from the tooltip.
Greets