Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks for the response. It’s however no longer required (the software, not your response) as I have uninstalled all the NextGen plugins as they are more a headache than a pleasure. An extremely good plugin or add on for WordPress but unfortunately just to full of bugs and or just to complicated.

    Guess it’s true, you get what you pay for so we have reverted to a commercial solution that was cost effective and worked right out of the box without any problems of any kind.

    Thanks

    Hi Shauno,

    The code provided worked fine. I would however like to know whether it will be possible to apply the same format as when a normal gallery page is opened.

    In my gallery.php file I have the following:

    <!-- Thumbnails -->
    	<?php foreach ( $images as $image ) : ?> 
    
    		<div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style ?> >
    			<div class="ngg-gallery-thumbnail" >
    
    				<a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> >
    					<?php if ( !$image->hidden ) { ?>
    					<img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> />
    					<?php } ?>
    				</a>
    
    			</div>
    		<?php echo nggv_imageVoteForm($image->pid); ?>
    		</div>

    Is it possible to get get this into the function for the top ten so that one have the same kind of layout and if possible also the voting. In that way users can look at the top say 10 and still vote for the best on that as well.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)