Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter rennssb

    (@rennssb)

    Shauno, thanks for your patience, it finally works!

    Thread Starter rennssb

    (@rennssb)

    Can you please react to this last thing only please?

    Thread Starter rennssb

    (@rennssb)

    Sorry, I’m not familiar with building websites, but need to for my boss you know :). I was looking in the vote plugin folder. Now i’ve opened the file. I’ve put the code in it. I get this error: Parse error: syntax error, unexpected ‘<‘ in /home/megakidd/public_html/wp-content/plugins/nextgen-gallery/view/gallery.php on line 38.

    This is how it looks like:

    <?php 
    
    /**
    
    Template Page for the gallery overview
    
    Follow variables are useable :
    
    	$gallery     : Contain all about the gallery
    
    	$images      : Contain all images, path, title
    
    	$pagination  : Contain the pagination content
    
     You can check the content when you insert the tag <?php var_dump($variable) ?>
    
     If you would like to show the timestamp of the image ,you can use <?php echo $exif['created_timestamp'] ?>
    
    **/
    
    ?>
    
    <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?>
    
    <div class="ngg-galleryoverview" id="<?php echo $gallery->anchor ?>">
    
    <?php if ($gallery->show_slideshow) { ?>
    
    	<!-- Slideshow link -->
    
    	<div class="slideshowlink">
    
    		<a class="slideshowlink" href="<?php echo $gallery->slideshow_link ?>">
    
    			<?php echo $gallery->slideshow_link_text ?>
    
    		</a>
    
    	</div>
    
    <?php } ?>
    
    <?php if ($gallery->show_piclens) { ?>
    
    	<!-- Piclense link -->
    
    	<div class="piclenselink">
    
    		<a class="piclenselink" href="<?php echo $gallery->piclens_link ?>">
    
    			<?php _e('[View with PicLens]','nggallery'); ?>
    
    		</a>
    
    	</div>
    
    <?php } ?>
    
    	<?php echo nggv_imageVoteForm($image->pid); 131>
    
    	<!-- 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>
    
    	</div>
    
    	<?php if ( $image->hidden ) continue; ?>
    
    	<?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?>
    
    		<br style="clear: both" />
    
    	<?php } ?>
    
     	<?php endforeach; ?>
    
    	<!-- Pagination -->
    
     	<?php echo $pagination ?>
    
    </div>
    
    <?php endif; ?>
    Thread Starter rennssb

    (@rennssb)

    Appreciate the help Shauno, but really don’t even know where to look for that folder

    Thread Starter rennssb

    (@rennssb)

    Thanks for your answer, but i can’t find where to do this. Do I need to edit nextgen-gallery-voting/ngg-voting.php ? I don’t understand what you mean with the gallery template

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