ZenphotoCMS Forum
[ZP 1.4.4] printAlbumBreadcrumb tooltip - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: [ZP 1.4.4] printAlbumBreadcrumb tooltip (/thread-10762.html)



[ZP 1.4.4] printAlbumBreadcrumb tooltip - Michel - 21-01-2013

Hi all,

I have a question about the tooltip on the printAlbumBreadcrumb.
On my image page I have the following code

`
">Index |

`
On the template-function.php I see on row 1094 the tooltip text for the printalbumbreadcrumb function.

How can I have a tooltip on the printalbumbreadcrumb function?

TIA




[ZP 1.4.4] printAlbumBreadcrumb tooltip - acrylian - 21-01-2013

The easiest is to make your own custom function to use and place that in your theme's functions.php.




[ZP 1.4.4] printAlbumBreadcrumb tooltip - Michel - 26-01-2013

Hi acrylian,

Thnx for your reply, is there a howto for making a own custom function?

TIA




[ZP 1.4.4] printAlbumBreadcrumb tooltip - acrylian - 27-01-2013

Take the function, move it to your theme's function.php or a custom plugin, rename and modify as you need it and use it instead the standard standard one.




[ZP 1.4.4] printAlbumBreadcrumb tooltip - Michel - 27-01-2013

Hi acrylian,

Toke the function and created a functions.php. Renamed the function slightly and modified to my needs.

All working oke now.

Thnx