Allow default translation to be set per filter/site
Steve Simms - February 25, 2006 - 18:35
| Project: | Scripture Filter |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Steve Simms |
| Status: | closed |
Description
Per-filter would probably be easier and cleaner. I like the idea of not adding another link to admin/settings.

#1
Here's a patch to allow the Bible translation to be set per filter. scripturefilter.inc doesn't include a handy list of available translations, so I had to hardcode it into scripturefilter.module. Ideally, that would just be in one place.
I've been told that there's a new version of Scripturizer available; perhaps that'll solve the problem.
Note that this only works in 4.7, as it uses the Forms API. If anyone wants to port it backport to 4.6, that should be pretty straightforward.
#2
Committed to CVS.
#3