gp4thdukeofyork
Forum Replies Created
-
I might not have performed that well… 😉
tried to print_r it before ‘$out = apply_filters(‘ngg_gallery_output’, $out, $picturelist);’ after ‘$out = nggGallery::capture ( $filename, array (‘gallery’ => $gallery, ‘images’ => $picturelist, ‘pagination’ => $navigation, ‘current’ => $current_pid, ‘next’ => $next, ‘prev’ => $prev) );’
I get nothing.
ahhh ok…
when you go to http://sounds-like.org/blog/gallery-m-a-n-d-y-album-tour/?nggpage=2 the call to <?php if (function_exists(“nggShowRandomRecent”)) {echo nggShowRandomRecent(‘random’,6,’home’);} ?> only provides the following in the GALLERY section of the sidebar:
<ul> </ul>from my template page that looks like this:
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?> <ul> <?php //echo "images is ".print_r($images); ?> <?php foreach ( $images as $image ) : ?> <li><a href="<?php echo $image->pagelink; ?>" title="<?php echo $image->alttext ?>" ><?php if ( !$image->hidden ) { ?><img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" width="74" height="74" /><?php } ?></a></li> <?php if ( $image->hidden ) continue; endforeach; ?> </ul> <?php endif; ?>I guess I am not sure what you are asking…
bump
Forum: Plugins
In reply to: WP-Cycle Image size Bug in Internet explorer 8 (ei8)also make sure you are not using lightbox2…. it screws it up royally!
go ahead and view it here:
http://www.sounds-like.org/blogsure Alex… I need to take it out of maintenance mode… let me know when you are able to review
bump
wink wink nudge nudge http://www.fillinthe.com/donate/
wink wink nudge nudge
http://www.fillinthe.com/donate/OR go into your OPTIONS on NEXTGEN and go to EFFECTS and choose NONE
sorry… it is part of your theme… you need to comment out the fancybox stuff in your header.php
did you install fancybox as a plugin?
I don’t know why it worked but changing it to:
$picturelist[$key]->pagelink = get_permalink( $picture->pageid );did it… Thanks for nothing everyone out there 😛
I still love you.