Title: alfie's Replies | WordPress.org

---

# alfie

  [  ](https://wordpress.org/support/users/drtanz/)

 *   [Profile](https://wordpress.org/support/users/drtanz/)
 *   [Topics Started](https://wordpress.org/support/users/drtanz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/drtanz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/drtanz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/drtanz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/drtanz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/drtanz/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 174 total)

1 [2](https://wordpress.org/support/users/drtanz/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/drtanz/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/drtanz/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/drtanz/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/drtanz/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/drtanz/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P2 Resolved Posts] Filter user view only unresolved or resolved](https://wordpress.org/support/topic/filter-user-view-only-unresolved-or-resolved/)
 *  [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/filter-user-view-only-unresolved-or-resolved/#post-4294147)
 * I’d love to do this too, is it possible?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post List Featured Image] Class PostListFeaturedImage not found!](https://wordpress.org/support/topic/class-postlistfeaturedimage-not-found/)
 *  [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/class-postlistfeaturedimage-not-found/#post-5180012)
 * I think there might be something going on here. On a Multisite when I go to set
   a default post thumbnail the interface gets messed up, it displays the old WP
   interface for featured images instead of the new one, and the lightbox goes blank
   after uploading and trying to set the featured image.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] NextGen template not working anymore](https://wordpress.org/support/topic/nextgen-template-not-working-anymore/)
 *  Thread Starter [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/nextgen-template-not-working-anymore/#post-5132213)
 * Would love some help on it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] NextGen template not working anymore](https://wordpress.org/support/topic/nextgen-template-not-working-anymore/)
 *  Thread Starter [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/nextgen-template-not-working-anymore/#post-5132198)
 * Any further help on this? I’m stuck on the old version as it stands but would
   love to upgrade.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] NextGen template not working anymore](https://wordpress.org/support/topic/nextgen-template-not-working-anymore/)
 *  Thread Starter [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/nextgen-template-not-working-anymore/#post-5132182)
 * I understand that you don’t offer support. The template has always worked fine
   and what you are seeing is the good result achieved with NextGen 1.9.13. However
   when I upgrade to a later version the template breaks. This is the frustrating
   thing about it as from the documentation it seems that these templates should
   remain working.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] NextGen template not working anymore](https://wordpress.org/support/topic/nextgen-template-not-working-anymore/)
 *  Thread Starter [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/nextgen-template-not-working-anymore/#post-5132180)
 * It is indeed a custom template named gallery-photogallery.php and it is places
   the active theme’s /nggallery folder. According to your earlier explanation that
   should work even when I update the plugin to the latest version. However this
   is not the case. As soon as I upgrade beyond 1.9.13 the page [http://bit.ly/1t5E5HR](http://bit.ly/1t5E5HR)
   breaks as noted in my original post.
 * Here is the code that is found within gallery-photogallery.php:
 *     ```
       <?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)) : ?>
   
       	<!-- 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="column" >
       			<h3 class="heading-center"><span><?php echo $gallery->title; ?></span></h3>
                   <ul><li><a href="<?php echo $image->imageURL ?>" <?php echo $image->thumbcode ?> >
       				<?php if ( !$image->hidden ) { ?>
       				<img src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> />
       				<?php } ?>
       			</a></li></ul>
       		</div>
       	</div>
   
       	<?php if ( $image->hidden ) continue; ?>
       	<?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?>
       		<br style="clear: both" />
       	<?php } ?>
   
        	<?php endforeach; ?>
   
       <?php endif; ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Polls] Vote results show one thing and the logs show another](https://wordpress.org/support/topic/vote-results-show-one-thing-and-the-logs-show-another/)
 *  Thread Starter [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/vote-results-show-one-thing-and-the-logs-show-another/#post-5157424)
 * Got it thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] NextGen template not working anymore](https://wordpress.org/support/topic/nextgen-template-not-working-anymore/)
 *  Thread Starter [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/nextgen-template-not-working-anymore/#post-5132134)
 * Thanks, the page worked fine until at least version 1.9.13 which I’ve now reverted
   to. However I’d like to keep the plugin itself updated, obviously without breaking
   the site’s look.
 * Where can I find the ‘photogallery’ template in the old version of nextgen and
   where should I now place it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] NextGen template not working anymore](https://wordpress.org/support/topic/nextgen-template-not-working-anymore/)
 *  Thread Starter [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/nextgen-template-not-working-anymore/#post-5132118)
 * Thanks Cais, what do you mean by re-adding the template?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[nrelate Related Content] Customize the thumbnail sizes](https://wordpress.org/support/topic/customize-the-thumbnail-sizes/)
 *  [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/customize-the-thumbnail-sizes/#post-4425397)
 * Please give us instructions on how to change the thumbnail size when having the
   JS version enabled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Where to set number of faces retrieved](https://wordpress.org/support/topic/where-to-set-number-of-faces-retrieved/)
 *  Thread Starter [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/where-to-set-number-of-faces-retrieved/#post-4607896)
 * Thanks for your replies,
    My main issue is that there are 3 rows on my site, 
   but the last row only contains one face, which makes it look like there’s something
   wrong.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[SSL for Logged In Users] Works well](https://wordpress.org/support/topic/works-well-80/)
 *  [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/works-well-80/#post-7758058)
 * I second that, this improvement would be really nice.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Backup via FTP not working](https://wordpress.org/support/topic/backup-via-ftp-not-working/)
 *  Thread Starter [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/backup-via-ftp-not-working/#post-4427254)
 * Already tried, that’s with passive mode disabled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Backup via FTP not working](https://wordpress.org/support/topic/backup-via-ftp-not-working/)
 *  Thread Starter [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/backup-via-ftp-not-working/#post-4427098)
 *     ```
       WordPress version	3.8
       BackWPup version	3.0.13 Get pro.
       PHP version	5.3.22
       MySQL version	5.1.67-rel14.3-log
       cURL version	7.24.0
       cURL SSL version	OpenSSL/0.9.8b
       Server self connect:	Response Test O.K.
       Server	Apache
       Operating System	Linux
       PHP SAPI	cgi-fcgi
       Current PHP user	wprss
       Safe Mode	Off
       Maximum execution time	60 seconds
       Alternative WP Cron	Off
       Disabled WP Cron	Off
       CHMOD Dir	0755
       Server Time	19:24
       Blog Time	19:24
       Blog Timezone
       Blog Time offset	0 hours
       Blog language	en-US
       MySQL Client encoding	utf8
       Blog charset	UTF-8
       PHP Memory limit	256M
       WP memory limit	64M
       WP Maximum memory limit	256M
       Memory in use	45.00 MB
       Loaded PHP Extensions:	Core, PDO, Phar, Reflection, SPL, SQLite, SimpleXML, SourceGuardian, Zend Guard Loader, bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dom, ereg, exif, ffmpeg, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imagick, imap, ionCube Loader, json, libxml, mbstring, mcrypt, mysql, mysqli, openssl, pcre, pdo_mysql, pdo_sqlite, posix, pspell, session, soap, sockets, sqlite3, ssh2, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Are You a Human - The Fun Spam Blocker] Multisite?](https://wordpress.org/support/topic/multisite-38/)
 *  [alfie](https://wordpress.org/support/users/drtanz/)
 * (@drtanz)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multisite-38/#post-3406462)
 * I’m having the same problem with Gravity Forms integration with Multisite.

Viewing 15 replies - 1 through 15 (of 174 total)

1 [2](https://wordpress.org/support/users/drtanz/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/drtanz/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/drtanz/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/drtanz/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/drtanz/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/drtanz/replies/page/2/?output_format=md)