<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: The Holy Scripturizer] Assorted fixes to v1.8.3</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: The Holy Scripturizer] Assorted fixes to v1.8.3</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 06:31:26 +0000</pubDate>

<item>
<title>petervcook on "[Plugin: The Holy Scripturizer] Assorted fixes to v1.8.3"</title>
<link>http://wordpress.org/support/topic/230638#post-980896</link>
<pubDate>Mon, 09 Feb 2009 23:09:53 +0000</pubDate>
<dc:creator>petervcook</dc:creator>
<guid isPermaLink="false">980896@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks renowden, I have made the fixes you outlined. Thanks. They will be included in the next release!
&#60;/p&#62;</description>
</item>
<item>
<title>renowden on "[Plugin: The Holy Scripturizer] Assorted fixes to v1.8.3"</title>
<link>http://wordpress.org/support/topic/230638#post-943614</link>
<pubDate>Sat, 03 Jan 2009 15:08:01 +0000</pubDate>
<dc:creator>renowden</dc:creator>
<guid isPermaLink="false">943614@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I addition to the ealier post I made about NIVUK not being recognised (&#60;a href=&#34;http://wordpress.org/support/topic/213883&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/213883&#60;/a&#62;) I offer the following fixes for other problems to this excellent plugin (version 1.8.3).&#60;/p&#62;
&#60;p&#62;1) Support for NRSV Anglicised version (needs the NIVUK fix avove)&#60;/p&#62;
&#60;p&#62;After line 146 insert&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$scripturizer_translations[33][&#38;#39;abbrv&#38;#39;] = &#38;#39;NRSVUK&#38;#39;;
$scripturizer_translations[33][&#38;#39;name&#38;#39;] = &#38;#39;New Revised Standard Version - Angicised edition&#38;#39;;
$scripturizer_translations[33][&#38;#39;gateway_id&#38;#39;] = &#38;#39;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In line 256, include a reference to NRSVUK&#60;/p&#62;
&#60;p&#62;After line 569 insert&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;case &#38;#39;NRSVUK&#38;#39;:
// example URL &#60;a href=&#34;http://bible.oremus.org/?passage=John+1%3A1&#38;#38;vnum=yes&#38;#38;version=nrsvae&#34; rel=&#34;nofollow&#34;&#62;http://bible.oremus.org/?passage=John+1%3A1&#38;#38;vnum=yes&#38;#38;version=nrsvae&#60;/a&#62;
$url = &#38;#39;http://bible.oremus.org/&#38;#39;;
$options =&#38;#39;&#38;amp;amp;vnum=yes&#38;amp;amp;version=nrsvae&#38;#39;;
$url = sprintf(&#38;#39;%s?passage=%s%s&#38;#39;,$url,htmlentities(urlencode(trim(&#38;quot;$volume $book $verse&#38;quot;))),$options);
    break;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) NET bible no longer works as the API has changed. To fix it, replace lines 556-560 with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$url = &#38;#39;http://net.bible.org/passage.php&#38;#39;;
$url = sprintf(&#38;#39;%s?passage=%s&#38;#39;,$url,htmlentities(urlencode(trim(&#38;quot;$volume $book $verse&#38;quot;))));&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
