jfaguila
Forum Replies Created
-
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Does not work with my version?Ok in the index.php file I have this:
(Can you change it? ( Programming not understand . )<?php
$this->start_element(‘nextgen_gallery.gallery_container’, ‘container’, $displayed_gallery);
?>
<div
class=”ngg-galleryoverview”
id=”ngg-gallery-<?php echo_h($displayed_gallery_id)?>-<?php echo_h($current_page)?>”><?php if (!empty($slideshow_link)): ?>
<div class=”slideshowlink”>
‘><?php echo $slideshow_link_text ?></div>
<?php endif ?><?php if ($show_piclens_link): ?>
<!– Piclense link –>
<div class=”piclenselink”>
“>
<?php echo_h($piclens_link_text); ?>
</div>
<?php endif ?>
<?php$this->start_element(‘nextgen_gallery.image_list_container’, ‘container’, $images);
?>
<!– Thumbnails –>
<?php for ($i=0; $i<count($images); $i++):
$image = $images[$i];
$thumb_size = $storage->get_image_dimensions($image, $thumbnail_size_name);
$style = isset($image->style) ? $image->style : null;if (isset($image->hidden) && $image->hidden) {
$style = ‘style=”display: none;”‘;
}
else {
$style = null;
}$this->start_element(‘nextgen_gallery.image_panel’, ‘item’, $image);
?>
<div id=”<?php echo_h(‘ngg-image-‘ . $i) ?>” class=”ngg-gallery-thumbnail-box” <?php if ($style) echo $style; ?>>
<?php$this->start_element(‘nextgen_gallery.image’, ‘item’, $image);
$this->end_element();
?>
</div>
<?php$this->end_element();
?>
<?php if ($number_of_columns > 0): ?>
<?php if ((($i + 1) % $number_of_columns) == 0 ): ?>
<br style=”clear: both” />
<?php endif; ?>
<?php endif; ?><?php endfor ?>
<?php$this->end_element();
?>
<?php if ($pagination): ?>
<!– Pagination –>
<?php echo $pagination ?>
<?php else: ?>
<div class=”ngg-clear”></div>
<?php endif ?>
</div>
<?php $this->end_element(); ?>Forum: Plugins
In reply to: [NextGEN Gallery Voting] Does not work with my version?I do not understand very well, me in the post I have the following ….
<img class=”ngg_displayed_gallery mceItem” alt=”” src=”https://www.bulldogfrances.es/nextgen-attach_to_post/preview/id–1086″ />