<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>那些花儿 &#187; NextGEN</title>
	<atom:link href="http://0-o-0.cc/index.php/tag/nextgen/feed/" rel="self" type="application/rss+xml" />
	<link>http://0-o-0.cc</link>
	<description>Those Flowers - Just A Blog</description>
	<lastBuildDate>Sun, 05 Feb 2012 12:41:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>NextGEN中Exceed Memory limit错误的解决办法</title>
		<link>http://0-o-0.cc/index.php/2009/08/nextgen-gallery-exceed-memory-limit/</link>
		<comments>http://0-o-0.cc/index.php/2009/08/nextgen-gallery-exceed-memory-limit/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 05:14:27 +0000</pubDate>
		<dc:creator>長生天</dc:creator>
				<category><![CDATA[网站&技术]]></category>
		<category><![CDATA[NextGEN]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://0-o-0.cc/?p=1795</guid>
		<description><![CDATA[折腾了一圈相册，最终还是用回了NextGEN，在后台调整图片大小的时候出错，显示Exceed Memory limit，估计是图太大了，需要的内存超过了主机限制，搜了一下，只需要编辑nextgen-gallery/lib/gd.thumbnail.inc.php，将
ini_set('memory_limit', '128M');
这句的注释去掉，就是把它前面的两条斜杠删掉即可。
插件作者还给出了一个方案，将同样是那个文件的这几句删掉或注释掉，不过不一定有效

if($this->error == false) {
// Check memory consumption if file exists
$this->checkMemoryForImage($this->fileName);
}
]]></description>
			<content:encoded><![CDATA[<p>折腾了一圈相册，最终还是用回了NextGEN，在后台调整图片大小的时候出错，显示Exceed Memory limit，估计是图太大了，需要的内存超过了主机限制，搜了一下，只需要编辑nextgen-gallery/lib/gd.thumbnail.inc.php，将</p>
<blockquote><p>ini_set('memory_limit', '128M');</p></blockquote>
<p>这句的注释去掉，就是把它前面的两条斜杠删掉即可。<br />
插件作者还给出了一个方案，将同样是那个文件的这几句删掉或注释掉，不过不一定有效</p>
<blockquote><p>
if($this->error == false) {<br />
// Check memory consumption if file exists<br />
$this->checkMemoryForImage($this->fileName);<br />
}</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://0-o-0.cc/index.php/2009/08/nextgen-gallery-exceed-memory-limit/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>NextGEN Gallery v1.1.0汉化包</title>
		<link>http://0-o-0.cc/index.php/2009/02/nextgen-gallery-v110-zh-cn/</link>
		<comments>http://0-o-0.cc/index.php/2009/02/nextgen-gallery-v110-zh-cn/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 08:31:55 +0000</pubDate>
		<dc:creator>長生天</dc:creator>
				<category><![CDATA[网站&技术]]></category>
		<category><![CDATA[NextGEN]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://0-o-0.cc/?p=414</guid>
		<description><![CDATA[累死了，600多条，汉化了5个多小时，总算弄完了
NextGEN Gallery演示：
http://0-o-0.cc/index.php/album/
汉化包下载地址：
http://0-o-0.cc/down/wp/nextgen-gallery-v1.1.0-zh_CN.zip
注：只是汉化包，使用前请先装好NextGEN Gallery
使用方法：
解压缩，上传nggallery-zh_CN.po和nggallery-zh_CN.mo到nextgen-gallery\lang目录下，如果Wordpress是简体中文版，NextGEN会自动选择语言包。如果不是，请将你wp-config.php中关于语言设置的那句改为：define ('WPLANG', 'zh_CN');
特别说明：
俺不是程序员，英语一般般，且环境有限，难免有错误或不足之处，望Users不吝指正~使用中有任何问题也欢迎交流~
]]></description>
			<content:encoded><![CDATA[<p>累死了，600多条，汉化了5个多小时，总算弄完了</p>
<p><strong>NextGEN Gallery演示：</strong></p>
<p><a href="http://0-o-0.cc/index.php/album/" target="_blank">http://0-o-0.cc/index.php/album/</a></p>
<p><strong>汉化包下载地址：</strong></p>
<p><a title="NextGEN Gallery v1.1.0 汉化包" href="http://0-o-0.cc/down/wp/nextgen-gallery-v1.1.0-zh_CN.zip" target="_blank">http://0-o-0.cc/down/wp/nextgen-gallery-v1.1.0-zh_CN.zip<br />
</a>注：只是汉化包，使用前请先装好NextGEN Gallery</p>
<p><strong>使用方法：</strong></p>
<p><strong></strong>解压缩，上传<span>nggallery-zh_CN.po</span>和<span>nggallery-zh_CN.mo</span>到<span>nextgen-gallery\lang</span>目录下，如果Wordpress是简体中文版，NextGEN会自动选择语言包。如果不是，请将你wp-config.php中关于语言设置的那句改为：<span>define ('WPLANG', 'zh_CN');</span></p>
<p><strong>特别说明：</strong></p>
<p>俺不是程序员，英语一般般，且环境有限，难免有错误或不足之处，望Users不吝指正~使用中有任何问题也欢迎交流~</p>
]]></content:encoded>
			<wfw:commentRss>http://0-o-0.cc/index.php/2009/02/nextgen-gallery-v110-zh-cn/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Nextgen Gallery使用Lightbox-2的方法</title>
		<link>http://0-o-0.cc/index.php/2009/02/wordpress-nextgen-gallery-lightbox-2/</link>
		<comments>http://0-o-0.cc/index.php/2009/02/wordpress-nextgen-gallery-lightbox-2/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 03:34:11 +0000</pubDate>
		<dc:creator>長生天</dc:creator>
				<category><![CDATA[网站&技术]]></category>
		<category><![CDATA[Lightbox]]></category>
		<category><![CDATA[NextGEN]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://0-o-0.cc/?p=361</guid>
		<description><![CDATA[总觉得Nextgen自带的Thickbox不够COOL，最近看到很多用Lightbox2.0的就装了一下，果然很帅~
安装方法：
1.下载安装启用Wordpress插件Lightbox 2
2.进入后台——Nextgen Gallery——Options——Effects——JavaScript Thumbnail effect中选择Lightbox
3.在下面输入rel="lightbox[%GALLERY_NAME%]"
演示地址：http://0-o-0.cc/index.php/album/
]]></description>
			<content:encoded><![CDATA[<p>总觉得Nextgen自带的Thickbox不够COOL，最近看到很多用Lightbox2.0的就装了一下，果然很帅~</p>
<p>安装方法：<br />
1.下载安装启用Wordpress插件<a href="http://wordpress.org/extend/plugins/lightbox-2/" target="_blank">Lightbox 2</a><br />
2.进入后台——Nextgen Gallery——Options——Effects——JavaScript Thumbnail effect中选择Lightbox<br />
3.在下面输入<code>rel="lightbox[%GALLERY_NAME%]"</code></p>
<p>演示地址：<a href="http://0-o-0.cc/index.php/album/" target="_blank">http://0-o-0.cc/index.php/album/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://0-o-0.cc/index.php/2009/02/wordpress-nextgen-gallery-lightbox-2/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>NextGEN Gallery v0.92 简体中文版</title>
		<link>http://0-o-0.cc/index.php/2008/04/nextgen-gallery-092-cn/</link>
		<comments>http://0-o-0.cc/index.php/2008/04/nextgen-gallery-092-cn/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 08:03:19 +0000</pubDate>
		<dc:creator>長生天</dc:creator>
				<category><![CDATA[网站&技术]]></category>
		<category><![CDATA[NextGEN]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://0-o-0.cc/?p=120</guid>
		<description><![CDATA[
NextGEN Gallery现已升级到v1.1.0，请在这里获取新版汉化包
2009.02.23

29日晚惊闻Wordpress2.5正式版发布，于是强忍睡意跟着党的步伐升级了Blog却发现相册插件NextGEN Gallery抽了，以为是版本问题，升到0.91才知道是图集分页链接功能在2.5中失效（好在插件作者已经及时发布了0.92版修正这个问题）
当晚升级完成后睡意全无，发现NextGEN官方的中文包只有aleX Zhang汉化的0.83版，为了响应天朝与时俱进的口号，就弄了个0.9x版，可惜通宵汉化完成还没来得及发布本本就抽了，幸运的是没找客服，通过其他关系送到维修站神速给修好了^^
=======OK，上面是废话，看不看都行，下面才是正文=======
NextGEN Gallery v0.92 简体中文版
作者：Alex Rabe
汉化：小七
版本：v0.92
发布时间：2008.03.30
演示：http://0-o-0.cc/index.php/album/
下载：
1.完全版(集成了NextGEN Gallery v0.92、JW Image Rotator 3.15(幻灯片显示图片需要的插件)、0.9x中文语言包)
2.中文语言包
NextGEN Gallery是个很强大的Wordpress相册插件，详细的使用方法请见这篇文章。
0.9x版增加了不少功能，如图片的tag、日志与图片的关联、缓存图片等，其中0.92版修复了wp2.5中图集永久链接失效的问题。
完全版使用方法：
解压缩，上传nextgen-gallery文件夹到wp-content/plugins/下，后台启用插件，OK
中文语言包使用方法：
解压缩，上传nggallery-zh_CN.po和nggallery-zh_CN.mo到nextgen-gallery\lang目录下，NextGEN会根据WP的设置自动选择语言包，所以请确认你的wp-config.php中语言设置是这样的：
define ('WPLANG', 'zh_CN');
]]></description>
			<content:encoded><![CDATA[<blockquote>
<h2><a href="http://0-o-0.cc/index.php/2009/02/nextgen-gallery-v110-zh-cn/" target="_blank">NextGEN Gallery现已升级到v1.1.0，请在这里获取新版汉化包<br />
2009.02.23</a></h2>
</blockquote>
<p>29日晚惊闻Wordpress2.5正式版发布，于是强忍睡意跟着党的步伐升级了Blog却发现相册插件NextGEN Gallery抽了，以为是版本问题，升到0.91才知道是图集分页链接功能在2.5中失效（好在插件作者已经及时发布了0.92版修正这个问题）</p>
<p>当晚升级完成后睡意全无，发现NextGEN官方的中文包只有<a href="http://zhangfei.info/" target="_blank">aleX Zhang</a>汉化的0.83版，为了响应天朝与时俱进的口号，就弄了个0.9x版，可惜通宵汉化完成还没来得及发布<a title="Acer的笔记本千万不要设置Bios密码" href="http://0-o-0.cc/index.php/2008/03/acer-bios-password/" target="_blank">本本就抽了</a>，幸运的是没找客服，通过其他关系送到维修站神速给修好了^^</p>
<p>=======OK，上面是废话，看不看都行，下面才是正文=======</p>
<h4>NextGEN Gallery v0.92 简体中文版</h4>
<p>作者：<a href="http://alexrabe.boelinger.com/" target="_blank">Alex Rabe</a><br />
汉化：<a href="http://0-o-0.cc/" target="_blank">小七</a><br />
版本：v0.92<br />
发布时间：2008.03.30<br />
演示：<a href="http://0-o-0.cc/index.php/album/" target="_blank">http://0-o-0.cc/index.php/album/<br />
</a>下载：<br />
1.<a href="http://0-o-0.cc/down/wp/ng-0.92-3in1-cn.zip" target="_blank">完全版</a>(集成了<span style="color: #ff0000;">NextGEN Gallery v0.92</span>、<span style="color: #008000;">JW Image Rotator 3.15(幻灯片显示图片需要的插件)</span>、<span style="color: #0000ff;">0.9x中文语言包</span>)<br />
2.<a href="http://0-o-0.cc/down/wp/ng-0.9x-lang-cn.zip" target="_blank">中文语言包</a></p>
<p>NextGEN Gallery是个很强大的Wordpress相册插件，详细的使用方法请见<a title="NextGEN Gallery使用方法" href="http://www.chinado.net/blog/2007/08/15/p1249" target="_blank">这篇文章</a>。</p>
<p>0.9x版增加了不少功能，如图片的tag、日志与图片的关联、缓存图片等，其中0.92版修复了wp2.5中图集永久链接失效的问题。</p>
<p><strong>完全版使用方法：</strong><br />
解压缩，上传<span style="color: #ff00ff;">nextgen-gallery</span>文件夹到<span style="color: #993366;"><span style="color: #ff00ff;">wp-content/plugins</span>/</span>下，后台启用插件，OK</p>
<p><strong>中文语言包使用方法：</strong><br />
解压缩，上传<span style="color: #ff00ff;">nggallery-zh_CN.po</span>和<span style="color: #ff00ff;">nggallery-zh_CN.mo</span>到<span style="color: #ff00ff;">nextgen-gallery\lang</span>目录下，NextGEN会根据WP的设置自动选择语言包，所以请确认你的wp-config.php中语言设置是这样的：<br />
<span style="color: #ff00ff;">define ('WPLANG', 'zh_CN');</span></p>
]]></content:encoded>
			<wfw:commentRss>http://0-o-0.cc/index.php/2008/04/nextgen-gallery-092-cn/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

