EnygmaFilmes
Forum Replies Created
-
I
d like to be able to change all templates with every settings, since I usually use custom links for thumbnails, instead of linking to the images. Wouldn
t it be an easy way to do this, since each time we update the plugin we need to do it again?My index.php reads (from line 49 to 67) as follows (no templates set), with no success:
$this->start_element(‘nextgen_gallery.image’, ‘item’, $image);
?>
<div class=”ngg-gallery-thumbnail”>
imageURL ?>” title=”<?php echo $image->description ?> | <?php echo $image->ngg_custom_fields[“custom link”]; ?>” <?php echo $image->thumbcode ?>>
<img
title=”<?php echo esc_attr($image->alttext)?>”
alt=”<?php echo esc_attr($image->alttext)?>”
src=”<?php echo esc_attr($storage->get_image_url($image, $thumbnail_size_name))?>”
width=”<?php echo esc_attr($thumb_size[‘width’])?>”
height=”<?php echo esc_attr($thumb_size[‘height’])?>”
style=”max-width:none;” >
</div>
<?php$this->end_element();
Please Shauno, tell me exactly what to do. I
m still lost. I was using the gallery.php and gallery-caption.php files with code changes to custom links under NGG 1.9, and now I can
t find where and what to change to get my links back on 2.0.11 and Pro 1.0.4 … Which files should I change, where are they, what should I delete on theses files and which text should I put in the place of what I`ve deleted? Be specific if possible, which lines to change, etc. My site is useless without the custom links, so I upgraded to pro and made myself out of business… Please let me know the solution ASAP, ok? Thanks for your attention! Regards.I`m having the same problem…