
<li> <a href="[(base_url)][+maxigallery.path_to_gal+][+maxigallery.picture.filename+]" rel="lightbox[maxigallery]" title="[+maxigallery.picture.title:htmlent+] - [+maxigallery.picture.descr:htmlent+]"> <img src="[(base_url)][+maxigallery.path_to_gal+]tn_[+maxigallery.picture.filename+]" class="thumbnail" title="[+maxigallery.picture.title:htmlent+] [+maxigallery.strings.click_to_zoom+]" alt="[+maxigallery.picture.title:htmlent+] [+maxigallery.strings.click_to_zoom+]" /> </a> [+maxigallery.picture.title:isnot=``:then=` <p style="width: [+maxigallery.picture_width_thumb+]px;"> [+maxigallery.picture.title:htmlent+] </p> `+] </li>
Sorry, but I’m not planning on modifying the scripts any more than I have already done (to make them easier to translate and customize).I understand

Lightbox and slimbox both take the description for the image from the link title attribute.Humm... but I’m looking for isolate the title of the description to apply different style on then :/
The default pictureTpl for lightbox display type is:Euhhhhh... don’t you tell me than the lightbox embedded type doesn’t use the pictureTpl file ?

<li> <a href="[(base_url)][+maxigallery.path_to_gal+][+maxigallery.picture.filename+]" rel="lightbox[maxigallery]" title="<b>[+maxigallery.picture.title:htmlent+]</b><br /><br />[+maxigallery.picture.descr:htmlent+]"> <img src="[(base_url)][+maxigallery.path_to_gal+]tn_[+maxigallery.picture.filename+]" class="thumbnail" title="[+maxigallery.picture.title:htmlent+] [+maxigallery.strings.click_to_zoom+]" alt="[+maxigallery.picture.title:htmlent+] [+maxigallery.strings.click_to_zoom+]" /> </a> [+maxigallery.picture.title:isnot=``:then=` <p style="width: [+maxigallery.picture_width_thumb+]px;"> [+maxigallery.picture.title:htmlent+] </p> `+] </li>
<li> <a href="[(base_url)][+maxigallery.path_to_gal+][+maxigallery.picture.filename+]" rel="lightbox[maxigallery]" title="<b>[+maxigallery.picture.title:htmlent+]</b><br /><br />[+maxigallery.picture.descr:htmlent+]"> <img src="[(base_url)][+maxigallery.path_to_gal+]tn_[+maxigallery.picture.filename+]" class="thumbnail" title="[+maxigallery.picture.title:htmlent+] [+maxigallery.strings.click_to_zoom+]" alt="[+maxigallery.picture.title:htmlent+] [+maxigallery.strings.click_to_zoom+]" /> </a> [+maxigallery.picture.title:isnot=``:then=` <p style="width: [+maxigallery.picture_width_thumb+]px;"> [+maxigallery.picture.title:htmlent+] </p> `+] </li>
[!MaxiGallery? &lang=`fr` &view_gallery=`7` &display=`embedded` &embedtype=`lightboxv2` &pics_in_a_row=`4` &order_by=`title` &order_direction=`ASC` &disable_rightclick=`1` &display_picno=`0` &pictureTpl=`myGalleryPictureTpl` !]
As I said, define it in &galleryPictureTpl parameter.Indeed, that’s work now.
And do you know that &pics_in_a_row is renamed to &pics_per_row and there is no such parameter as &display_picno anymore..You’re right again
