<?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>Scotproof &#187; plugins</title>
	<atom:link href="http://www.scotproof.com/category/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scotproof.com</link>
	<description>Proofreading and web design</description>
	<lastBuildDate>Fri, 26 Feb 2010 09:19:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sollas Bookbinding</title>
		<link>http://www.scotproof.com/sollas-bookbinding/</link>
		<comments>http://www.scotproof.com/sollas-bookbinding/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 13:31:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.scotproof.com/?p=463</guid>
		<description><![CDATA[Over on Nice Wee Sites we&#8217;ve just launched the Sollas Bookbinding website. This describes the craft of local (North Uist) bookbinder Corinna Krause and gives details of the workshops she runs and how to buy her products. There are loads of pictures arranged into NextGen galleries and using this method to open an entire gallery [...]]]></description>
			<content:encoded><![CDATA[<p>Over on <a href="http://www.niceweesites.com">Nice Wee Sites</a> we&#8217;ve just launched the <a href="http://www.sollasbooks.com">Sollas Bookbinding website</a>. This describes the craft of local (North Uist) bookbinder Corinna Krause and gives details of the workshops she runs and how to buy her products. There are loads of pictures arranged into NextGen galleries and using <a href="http://wordpress.org/support/topic/228743">this method</a> to open an entire gallery from a single image.</p>
<p><a href="http://www.sollasbooks.com"><img src='http://www.niceweesites.com/wordpress/wp-content/gallery/personal/sollasbooks.jpg' alt='Sollas Bookbinding' width="500" height="400" /></a></p>
<p>I went on Corinna&#8217;s <a href="http://www.scotproof.com/365-83/">box-making workshop</a> the other day. She&#8217;s an excellent teacher and I recommend it or the bookbinding workshop if you get the chance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotproof.com/sollas-bookbinding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New NextGen category</title>
		<link>http://www.scotproof.com/new-nextgen-category/</link>
		<comments>http://www.scotproof.com/new-nextgen-category/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 12:17:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.scotproof.com/?p=389</guid>
		<description><![CDATA[My posts about the NextGen Gallery plugin for Wordpress are attracting a lot of traffic, so I&#8217;ve grouped them in a single category for easier browsing:
www.scotproof.com/category/nextgen
]]></description>
			<content:encoded><![CDATA[<p>My posts about the NextGen Gallery plugin for Wordpress are attracting a lot of traffic, so I&#8217;ve grouped them in a single category for easier browsing:<br />
<a href="http://www.scotproof.com/category/nextgen/">www.scotproof.com/category/nextgen</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotproof.com/new-nextgen-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Language Switcher tip: accented characters menu</title>
		<link>http://www.scotproof.com/language-switcher-tip-accented-characters-menu/</link>
		<comments>http://www.scotproof.com/language-switcher-tip-accented-characters-menu/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 17:28:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.scotproof.com/?p=345</guid>
		<description><![CDATA[Also helpful if you&#8217;re using the Language Switcher plugin for Wordpress is to have a dropdown menu in the edit post/page section for inserting the HTML codes for accented characters. Donald Noble&#8217;s website has a solution &#8211; here&#8217;s a breakdown of what it does. 
1. In the wordpress/wp-includes/js/quicktags.js file, add the following code before function [...]]]></description>
			<content:encoded><![CDATA[<p>Also helpful if you&#8217;re using the Language Switcher plugin for Wordpress is to have a dropdown menu in the edit post/page section for inserting the <a href="http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references">HTML codes for accented characters</a>. <a href="http://drnoble.co.uk/archives/2007-01-06/wordpress-quick-tags-script-updated-again/">Donald Noble&#8217;s website</a> has a solution &#8211; here&#8217;s a breakdown of what it does. </p>
<p>1. In the wordpress/wp-includes/js/quicktags.js file, add the following code before <code>function edToolbar() {</code> (around line 257).</p>
<pre class="brush: php">
// 2 new functions added by DRN to give dropdown character select
function edInsertChar(tmpChar) {
	edInsertContent(edCanvas, tmpChar);
	document.getElementById(&#039;ed_char&#039;).value=0;
}
function edInsertCharSelect(){
								//  1/4    1/2    3/4                         ^2     ^3
	var edChars = new Array(
	&#039;auml&#039;,&#039;euml&#039;,&#039;iuml&#039;,&#039;ouml&#039;,&#039;uuml&#039;,&#039;Auml&#039;,&#039;Euml&#039;,&#039;Iuml&#039;,
&#039;Ouml&#039;,&#039;Uuml&#039;,&#039;agrave&#039;,&#039;aacute&#039;,&#039;egrave&#039;,&#039;eacute&#039;,&#039;igrave&#039;,
&#039;iacute&#039;,&#039;ograve&#039;,&#039;oacute&#039;,&#039;ugrave&#039;,&#039;uacute&#039;,&#039;Agrave&#039;,
&#039;Aacute&#039;,&#039;Egrave&#039;,&#039;Eacute&#039;,&#039;Igrave&#039;,&#039;Iacute&#039;,&#039;Ograve&#039;,
&#039;Oacute&#039;,&#039;Ugrave&#039;,&#039;Uacute&#039;,&#039;ccedil&#039;,&#039;Ccedil&#039;,&#039;nbsp&#039;,&#039;trade&#039;,
&#039;copy&#039;,&#039;times&#039;,&#039;#188&#039;,&#039;#189&#039;,&#039;#190&#039;,&#039;euro&#039;,&#039;times&#039;,&#039;deg&#039;,
&#039;#178&#039;,&#039;#179&#039;
	);

	document.write(&#039;&lt;select id=&quot;ed_char&quot; onchange=&quot;edInsertChar(this.value);&quot; title=&quot;&quot;&gt;&#039;);
	document.write(&#039;&lt;option value=&quot;0&quot; selected=&quot;selected&quot;&gt;char &lt;/option&gt;&#039;);
	for(i=0;i&lt;edChars.length;i++) {
		document.write(&#039;&lt;option value=&quot;&amp;amp;&#039;+edChars[i]+&#039;;&quot;&gt;&amp;&#039;+edChars[i]+&#039;;&lt;/option&gt;&#039;);
	}
	document.write(&#039;&lt;/select&gt;&#039;);

}</pre>
<p>Note that more characters can be inserted into this list or the order changed &#8211; just insert the HTML character codes between single quotes, minus the &#8216;&#038;&#8217; and the &#8216;;&#8217;.</p>
<p>2. Then, in the edToolbar function itself, add the line <code>edInsertCharSelect();</code> as shown:</p>
<pre class="brush: php">
function edToolbar() {
	document.write(&#039;&lt;div id=&quot;ed_toolbar&quot;&gt;&#039;);
	for (i = 0; i &lt; edButtons.length; i++) {
		edShowButton(edButtons[i], i);
	}
	document.write(&#039;&lt;input type=&quot;button&quot; id=&quot;ed_spell&quot; class=&quot;ed_button&quot; onclick=&quot;edSpell(edCanvas);&quot; title=&quot;&#039; + quicktagsL10n.dictionaryLookup + &#039;&quot; value=&quot;&#039; + quicktagsL10n.lookup + &#039;&quot; /&gt;&#039;);
	document.write(&#039;&lt;input type=&quot;button&quot; id=&quot;ed_close&quot; class=&quot;ed_button&quot; onclick=&quot;edCloseAllTags();&quot; title=&quot;&#039; + quicktagsL10n.closeAllOpenTags + &#039;&quot; value=&quot;&#039; + quicktagsL10n.closeTags + &#039;&quot; /&gt;&#039;);
//	edShowLinks(); // disabled by default
	edInsertCharSelect(); // DRN addition
	document.write(&#039;&lt;/div&gt;&#039;);
}
</pre>
<p>The result should look something like this:</p>
<p><img src="http://www.scotproof.com/wordpress/wp-content/uploads/2009/02/dropdown.jpg" alt="dropdown" title="dropdown" class="alignnone size-full wp-image-360" /></p>
<p>You should now be able to select accented characters from the list and drop them into your post, without having to remember the HTML codes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotproof.com/language-switcher-tip-accented-characters-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Language Switcher tip: adding quicktags</title>
		<link>http://www.scotproof.com/language-switcher-tip-adding-quicktags/</link>
		<comments>http://www.scotproof.com/language-switcher-tip-adding-quicktags/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 17:27:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.scotproof.com/?p=337</guid>
		<description><![CDATA[Wordpress&#8217;s Language Switcher plugin for bilingual blogs requires that text is enclosed in language tags, e.g. [lang_en]English[/lang_en][lang_de]Deutsch[/lang_de].
These language tags can be added to the quicktags menu in the edit post/page screen in Wordpress &#8211; it&#8217;s simple to do and makes life much easier. Here&#8217;s how to do it. (Note that this method applies only to [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress&#8217;s <a href="http://www.poplarware.com/languageplugin.html">Language Switcher</a> plugin for bilingual blogs requires that text is enclosed in language tags, e.g. [lang_en]English[/lang_en][lang_de]Deutsch[/lang_de].</p>
<p>These language tags can be added to the quicktags menu in the edit post/page screen in Wordpress &#8211; it&#8217;s simple to do and makes life much easier. Here&#8217;s how to do it. (Note that this method applies only to the HTML editor, and not to the visual editor.)</p>
<p><img src="http://www.scotproof.com/wordpress/wp-content/uploads/2009/02/original.jpg" alt="original" title="original" width="500" height="127" class="alignnone size-full wp-image-353" /></p>
<p>1. Open your wordpress/wp-includes/js/quicktags.js file and make a backup copy of the original. </p>
<p>2. From about line 36 you&#8217;ll see the code for all the existing buttons. Decide where you want your new quicktags to appear. I wanted mine at the start of the row, so inserted the new code before the code for the first tag (<strong>b</strong>).</p>
<p>3. Insert the following code, replacing my languages (English (en) and German (de)) with your own and remembering to use the correct <a href="http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes">two-letter ISO codes</a>. lang_all is for text that you want to appear in all versions, no matter what the language &#8211; you might not need it.</p>
<pre class="brush: php">
edButtons[edButtons.length] =
new edButton(&#039;ed_lang_en&#039;
,&#039;lang_en&#039;
,&#039;[lang_en]&#039;
,&#039;[/lang_en]&#039;
,&#039;lang_en&#039;
);

edButtons[edButtons.length] =
new edButton(&#039;ed_lang_de&#039;
,&#039;lang_de&#039;
,&#039;[lang_de]&#039;
,&#039;[/lang_de]&#039;
,&#039;lang_de&#039;
);

edButtons[edButtons.length] =
new edButton(&#039;ed_lang_all&#039;
,&#039;lang_all&#039;
,&#039;[lang_all]&#039;
,&#039;[/lang_all]&#039;
,&#039;lang_all&#039;
);
</pre>
<p>4. Save the file, upload to your server and check the edit post/page screen &#8211; you should see the new quicktags:</p>
<p><img src="http://www.scotproof.com/wordpress/wp-content/uploads/2009/02/languagetags.jpg" alt="languagetags" title="languagetags" width="500" height="150" class="alignnone size-full wp-image-354" /></p>
<p>5. As with other quicktags, you just need to highlight your text and click on the button and the opening and closing tags be inserted automatically.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotproof.com/language-switcher-tip-adding-quicktags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NextGen Smooth Gallery in action</title>
		<link>http://www.scotproof.com/nextgen-smooth-gallery-in-action/</link>
		<comments>http://www.scotproof.com/nextgen-smooth-gallery-in-action/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 15:18:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.scotproof.com/?p=183</guid>
		<description><![CDATA[Over on Hebridean Graphics:

]]></description>
			<content:encoded><![CDATA[<p>Over on <a href="http://www.hebrideangraphics.com/portfolio/">Hebridean Graphics</a>:</p>
<p><img src="http://www.scotproof.com/wordpress/wp-content/uploads/2008/12/screenshot_portfolio.jpg" alt="Hebridean Graphics" title="Hebridean Graphics" width="450" height="344" class="size-full wp-image-184" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotproof.com/nextgen-smooth-gallery-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Immunizer</title>
		<link>http://www.scotproof.com/email-immunizer/</link>
		<comments>http://www.scotproof.com/email-immunizer/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 13:15:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.scotproof.com/?p=181</guid>
		<description><![CDATA[Email Immunizer is a subtle but effective Wordpress plugin that will hide email addresses on your site from harvesters by converting them to numeric character references. Upload it, activate it, then view the source of a page or post containing an email address &#8211; genius.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://guff.szub.net/2005/08/23/email-immunizer/">Email Immunizer</a> is a subtle but effective Wordpress plugin that will hide email addresses on your site from harvesters by converting them to numeric character references. Upload it, activate it, then view the source of a page or post containing an email address &#8211; genius.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotproof.com/email-immunizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing arrows in NextGen Smooth Gallery</title>
		<link>http://www.scotproof.com/fixing-arrows-in-nextgen-smooth-gallery/</link>
		<comments>http://www.scotproof.com/fixing-arrows-in-nextgen-smooth-gallery/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 13:13:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.scotproof.com/?p=178</guid>
		<description><![CDATA[In IE7, the left/right rollover arrows in NextGen Smooth Gallery don&#8217;t work properly (for me, at least). To fix them, add the bit of code recommended here to the end of your nggsmoothgallery/SmoothGallery/css/jd.gallery.css &#8211; that should do the trick. Took me a while to find this, which is why I&#8217;m posting it here.
]]></description>
			<content:encoded><![CDATA[<p>In IE7, the left/right rollover arrows in NextGen Smooth Gallery don&#8217;t work properly (for me, at least). To fix them, add the bit of code recommended <a href="http://www.studiograsshopper.ch/dynamic-content-gallery-extra-css/">here</a> to the end of your nggsmoothgallery/SmoothGallery/css/jd.gallery.css &#8211; that should do the trick. Took me a while to find this, which is why I&#8217;m posting it here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotproof.com/fixing-arrows-in-nextgen-smooth-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NextGen Smooth Gallery: adding links to descriptions and ALT tags to images</title>
		<link>http://www.scotproof.com/nextgen-smooth-gallery-adding-links-to-descriptions-and-alt-tags-to-images/</link>
		<comments>http://www.scotproof.com/nextgen-smooth-gallery-adding-links-to-descriptions-and-alt-tags-to-images/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 16:04:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.scotproof.com/?p=168</guid>
		<description><![CDATA[See also my previous post on Smooth Gallery.
A feature of NextGen Smooth Gallery is the &#8220;info panes&#8221; that slide up at the bottom of pictures, containing text entered in NextGen&#8217;s &#8220;Description&#8221; boxes. These descriptions can be enabled to use HTML, for example to include a hyperlink in the description or to make a word or [...]]]></description>
			<content:encoded><![CDATA[<p>See also my <a href="http://www.scotproof.com/nextgen-smooth-gallery-for-wordpress/">previous post on Smooth Gallery</a>.</p>
<p>A feature of <a href="http://uninuni.com/wordpress-plugin-nextgen-smooth-gallery/">NextGen Smooth Gallery</a> is the &#8220;info panes&#8221; that slide up at the bottom of pictures, containing text entered in NextGen&#8217;s &#8220;Description&#8221; boxes. These descriptions can be enabled to use HTML, for example to include a hyperlink in the description or to make a word or phrase bold, by  editing line 98 in nggsmoothgallery/SmoothGallery/nggSmoothSharedFunctions.php from:</p>
<div class="dean_ch" style="white-space: wrap;">&lt;p&gt;<span class="st0">&#8216;.$picture-&gt;description.&#8217;</span>&lt;/p&gt;</div>
<p>to:</p>
<div class="dean_ch" style="white-space: wrap;">&lt;p&gt;<span class="st0">&#8216;.html_entity_decode(stripslashes($picture-&gt;description)).&#8217;</span>&lt;/p&gt;</div>
<p>HTML entered in a picture&#8217;s description box will now be recognised, eg</p>
<div class="dean_ch" style="white-space: wrap;">Description: text here &lt;a href=<span class="st0">&quot;http://www.google.co.uk&quot;</span>&gt;link here&lt;/a&gt;</div>
<p>Note that the &#8220;Embed links&#8221; box in the Smooth Gallery settings does not need to be ticked.</p>
<p>Thanks to Hubba for setting me on the right track with this!</p>
<p>Next, to get rid of some HTML validation errors, we need to add ALT tags to the images. To do this, fill in the &#8220;Alt &#038; Title Text&#8221; box in NextGen for each picture and, in the same file (nggsmoothgallery/SmoothGallery/nggSmoothSharedFunctions.php), edit lines 100 and 101, adding </p>
<div class="dean_ch" style="white-space: wrap;">alt=<span class="st0">&quot;&#8217;.$picture-&gt;alttext.&#8217;&quot;</span></div>
<p> to each. The lines will now read:</p>
<div class="dean_ch" style="white-space: wrap;">&lt;img src=<span class="st0">&quot;&#8217;.BASE_URL.&quot;</span>/<span class="st0">&quot;.$picture-&gt;path.&quot;</span>/<span class="st0">&quot;.$picture-&gt;filename.&#8217;&quot;</span> <span class="kw2">class</span>=<span class="st0">&quot;full&quot;</span><br />
&nbsp;alt=<span class="st0">&quot;&#8217;.$picture-&gt;alttext.&#8217;&quot;</span> /&gt;<br />
&lt;img src=<span class="st0">&quot;&#8217;.BASE_URL.&quot;</span>/<span class="st0">&quot;.$picture-&gt;path.&quot;</span>/thumbs/thumbs_<span class="st0">&quot;.$picture-&gt;filename.&#8217;&quot;</span> <br />
<span class="kw2">class</span>=<span class="st0">&quot;thumbnail&quot;</span> &nbsp;alt=<span class="st0">&quot;&#8217;.$picture-&gt;alttext.&#8217;&quot;</span> /&gt;</div>
<p>There&#8217;s also a picture border lurking in this file which, if you want, can be removed by deleting </p>
<div class="dean_ch" style="white-space: wrap;">border: 1px solid;</div>
<p> in line 92.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotproof.com/nextgen-smooth-gallery-adding-links-to-descriptions-and-alt-tags-to-images/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>NextGen Smooth Gallery for Wordpress</title>
		<link>http://www.scotproof.com/nextgen-smooth-gallery-for-wordpress/</link>
		<comments>http://www.scotproof.com/nextgen-smooth-gallery-for-wordpress/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 17:15:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.scotproof.com/?p=145</guid>
		<description><![CDATA[Smooth Gallery is a nice little addon for the NextGen gallery, but I had a couple of problems getting it to do what I wanted.
First of all I got the error message &#8220;Sorry, NextGEN Smooth Gallery works only in Combination with NextGEN Gallery&#8221;. To solve this, I renamed the nextgen-smooth-gallery folder to nggsmoothgallery and the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://uninuni.com/wordpress-plugin-nextgen-smooth-gallery/">Smooth Gallery</a> is a nice little addon for the NextGen gallery, but I had a couple of problems getting it to do what I wanted.</p>
<p>First of all I got the error message &#8220;Sorry, NextGEN Smooth Gallery works only in Combination with NextGEN Gallery&#8221;. To solve this, I renamed the nextgen-smooth-gallery folder to nggsmoothgallery and the plugin activated no bother.</p>
<p>Then I couldn&#8217;t find the admin panel for the gallery in Wordpress. It turned out to be in the Settings area, rather than the Gallery area. Duh.</p>
<p>Finally, my images were displaying with a black border and background and I wanted to change this to white. To do this, look in nggsmoothgallery/SmoothGallery/css/jd.gallery.css and change instances of #000 to #FFF (or whatever your preferred colour is).</p>
<p>And I guess you could also customise the arrows by uploading your own images to nggsmoothgallery/SmoothGallery/css/img, replacing fleche1.gif, fleche1.png, fleche2.gif and fleche2.png.</p>
<p>Now if I could just work out how to change the colour of the info pane&#8230;</p>
<p><strong>Update:</strong> The info pane properties can be changed in the same jd.gallery.css file. For .jdGallery .slideInfoZone, change &#8220;background&#8221; from #333 to your chosen colour &#8211; simple as that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scotproof.com/nextgen-smooth-gallery-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Inserting a NextGen gallery or slideshow in a custom field</title>
		<link>http://www.scotproof.com/inserting-a-nextgen-gallery-or-slideshow-in-a-custom-field/</link>
		<comments>http://www.scotproof.com/inserting-a-nextgen-gallery-or-slideshow-in-a-custom-field/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 11:55:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.scotproof.com/?p=128</guid>
		<description><![CDATA[I&#8217;m working on a project where I&#8217;m using custom fields to display NextGen galleries and slideshows separately from Wordpress&#8217;s main page content (it&#8217;s an unusual layout &#8211; I&#8217;ll post a link here once it&#8217;s ready for viewing). Searching for help led to info on using custom fields to set parameters for the galleries, which wasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a project where I&#8217;m using custom fields to display NextGen galleries and slideshows separately from Wordpress&#8217;s main page content (it&#8217;s an unusual layout &#8211; I&#8217;ll post a link here once it&#8217;s ready for viewing). Searching for help led to info on using custom fields to <a href="http://nextgen.boelinger.com/custom-fields/">set parameters</a> for the galleries, which wasn&#8217;t what I wanted, and then I found <a href="http://wordpress.org/support/topic/188887">this</a> solution, which almost worked but not quite (it displayed some unwanted text).</p>
<p>Here&#8217;s how I eventually did it:</p>
<p>Install and activate the NextGen plugin. Create a gallery, add images and configure the options. Full instructions here: <a href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/">http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/</a>.</p>
<p>Then:</p>
<ol>
<li>On the page on which you want the gallery to be displayed, create a custom field called <strong>gallery</strong> and, in the value box, enter <strong>gallery=1</strong> (enclosed in square brackets!) or <strong>slideshow=1,560,280</strong> (choose your own parameters) or whichever tag you want (polaroid, singlepic, album &#8211; see the <a href="http://nextgen.boelinger.com">gallery plugin page</a> for options). Click update.</li>
<li>In your theme&#8217;s page.php file (or whichever template file is relevant to your needs &#8211; I&#8217;m using pages), insert the following in the place where you want the gallery to appear:
<div class="dean_ch" style="white-space: wrap;">
<span class="kw2">&lt;?php</span> <span class="re0">$gallery</span> = get_post_meta<span class="br0">&#40;</span><span class="re0">$post</span>-&gt;<span class="me1">ID</span>, <span class="st0">&#8216;gallery&#8217;</span>, <span class="kw2">true</span><span class="br0">&#41;</span>; <span class="kw2">?&gt;</span><br />
<span class="kw2">&lt;?php</span><br />
<span class="re0">$gal</span> = <span class="re0">$gallery</span>;<br />
<span class="re0">$gal</span> = apply_filters<span class="br0">&#40;</span><span class="st0">&#8216;the_content&#8217;</span>, <span class="re0">$gal</span> <span class="br0">&#41;</span>;<br />
<a href="http://www.php.net/echo"><span class="kw3">echo</span></a> <span class="re0">$gal</span>;<br />
<span class="kw2">?&gt;</span></div>
</li>
<li>Add the following to your theme&#8217;s stylesheet:
<div class="dean_ch" style="white-space: wrap;">
<span class="re1">.post-meta</span> <span class="br0">&#123;</span><br />
<span class="kw1">list-style-type</span>: <span class="kw2">none</span>;<br />
<span class="br0">&#125;</span></p>
<p><span class="re1">.post-meta-key</span> <span class="br0">&#123;</span><br />
<span class="kw1">display</span>: <span class="kw2">none</span>;<br />
<span class="br0">&#125;</span></div>
</li>
<li>Play with the stylesheet and template file further to position your gallery where you want it. I created a &#8220;picturebox&#8221; div to contain mine.</li>
<li>Note that you can now display different galleries on different pages by changing each page&#8217;s &#8220;gallery&#8221; custom field value.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.scotproof.com/inserting-a-nextgen-gallery-or-slideshow-in-a-custom-field/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>
