[X_TREME] display popup image informations
ludovicc
Joined: 2008-10-11
Posts: 3 |
![]() |
Hello, Thanks for this fabulous software. For example : How it is possible to show only the text. Thanks a lot. Ludovic. |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Quote:
For example : I don't understand. Can you explain ( with a url ) what you are after? Dave |
|
ludovicc
Joined: 2008-10-11
Posts: 3 |
![]() |
I'm sorry. When we move the mouve over every images and wait, a yellow popup window appear with the name of the photo or album but with html code before and after the text. [img]http://www.le-voyage-autrement.com/screen.jpg[/img] Thanks a lot. |
|
SiliconFiend
![]()
Joined: 2006-12-27
Posts: 508 |
![]() |
Looks like a bug in the template. Find this section in album.tpl (around line 691) and edit it to look like this (changed parts in bold): {if !empty($theme.params.Iinfo) && !empty($theme.params.IinfoLink)}onmouseover="toggleLyr('infoI{$child.id}');"{/if}> {capture name="childTitle"}{$child.title|markup:"strip"}{/capture} {if $child.canContainChildren || $child.entityType == 'GalleryLinkItem'} {g->image id="%ID%" item=$child image=$child.thumbnail class="%CLASS% giThumbnail" title="Album - `$childTitle`"} {else} {g->image id="%ID%" item=$child image=$child.thumbnail class="%CLASS% giThumbnail" title=$childTitle} {/if} |
|
ludovicc
Joined: 2008-10-11
Posts: 3 |
![]() |
Hello. It doesn't work like. Thanks. |
|
SiliconFiend
![]()
Joined: 2006-12-27
Posts: 508 |
![]() |
Yeah, I just realized where I wrote $childTitle, it should have been $smarty.capture.childTitle But for your case, I think all you need to do is remove the title=... attribute and that should get rid of the tooltip. |
|