Closed (fixed)
Project:
Scripture Filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2009 at 05:50 UTC
Updated:
4 Aug 2020 at 20:04 UTC
Jump to comment: Most recent
Comments
Comment #1
firstlut commentedIt can be done with Crosswalk. We did one a few years ago. Oremus wouldn't work, because of the way their search engine works, and besides, it's a tiny little non-profit site, and having it in a Drupal module would kill it dead.
I'll bet I can figure out how to add it in. It would be great for our site, as it's the translation ELCA uses.
I'll keep you posted.
Comment #2
jamesoakleyIt looks like biblestudytools.com is the one to use.
Comment #3
jamesoakleyPostponing this issue.
This is a feature request. The highest priority feature for Scripture Filter is preparing a Drupal 8 version. Once a Drupal 8 version is ready, I can then turn my attention to working on improvements. Those would be developed for Drupal 8 first, and then backported.
Comment #4
jamesoakleyA version of the module is now available for Drupal 8 and Drupal 9, so I'm marking this issue as Active.
Comment #5
mariagwyn commentedI see this is VERY old, but I solved using bible.oremus.org. Add to file scriptureFilter.inc,
Replace line 93:
At line 192 add:
Comment #6
jamesoakleyWoah - sorry that something so simple had taken me so long to do.
It's actually easier than that. Bible Gateway has NRSV, so we just have to add it to the list of translations. We have to do it in the filter (which you found, the .inc file, and also in one other place so that NRSV can be selected as the default translation in the filter settings.
This is committed to 2.0.x, so if you're using Drupal 8 or 9, you can use the dev release to get the NRSV.
I'll do this to the 7.x-1.x branch shortly.
You'll have to use the dev release (or apply the patch yourself) for now, as there are other bits of tidying I want to do on the version list before I tag another point release.
Comment #7
jamesoakleyThat's committed to the 7.x branch as well now.
If you wanted Oremus as an alternative site to link for Bible translations, please open that as a separate feature request issue. It can be done if it's wanted, but as it's not required to support the NRSV it's a separate issue to this one.