NET Bible at bible.org has apparently changed URL's for pulling scripture. So that version isn't working correctly.

If I get some time over the next few days, I'll try to hack that section of the script and post back here. It shouldn't be too hard to make the transition, I just haven't had time to dig deeply enough to make the correction.

CommentFileSizeAuthor
#2 scripturefilter_NET_fix.patch1.2 KBartis

Comments

artis’s picture

In the scripturefilter.inc file change

Line 146 to:
$link = 'http://net.bible.org/verse.php?';

Line 151 to:
$link = sprintf('%s',$link,htmlentities(urlencode($book)),$chapter,$verses,$title,trim($reference));

Worked for me.

If I can figure out how to make a patch file ...i'll submit it to be committed to the module

artis’s picture

Title: New English Translation links broken » New English Translation patch
Status: Active » Needs review
StatusFileSize
new1.2 KB

Alright...this is my first patch file ever so I hope it works. I've tested the code and it is ready to be committed to the module too.

Steve Simms’s picture

Title: New English Translation patch » New English Translation links broken
Status: Needs review » Fixed

Thanks for the patch. I went with the passage lookup (passage.php) instead of the verse lookup (verse.php) which seems to have a similar interface to the other translations.

Anonymous’s picture

Status: Fixed » Closed (fixed)