Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jvd897

    (@jvd897)

    Okay, I managed to add this in the plugin’s “assets\vendor\js\verse.js” file — I changed the top block from:

    var refTagger = {
        settings: {
            bibleVersion: verse.bible_version
        }
    };

    to:

    var refTagger = {
        settings: {
            bibleVersion: verse.bible_version,			
            tagChapters: true
        }
    };

    Of course, this could break with a future plugin update, so it’s probably a better long-term solution to use the dedicated Faithlife Reftagger plugin.

    I assume it would also be possible to add other Reftagger options to this code block, like disabling hover popups (something I’m currently doing with CSS) or listing classes to ignore.

    • This reply was modified 4 years, 5 months ago by jvd897.
    Thread Starter jvd897

    (@jvd897)

    Thanks Mike! I was just looking at the Faithlife Reftagger plugin from reading your first comment, and had just noticed the “Tag chapters” option at https://faithlife.com/products/reftagger/customize when your second comment came in. 🙂

    In the code that the page above generates, the “Tag chapters” option gets added to the API request, so I’ll have to see if there’s a way to hack this into the API request that Sermon Manager sends. Otherwise I’ll install the Faithlife plugin and use the option there that you mentioned.

    So I suppose one option here would be for Sermon Manager to add this as an option on the “Verse” settings tab — and potentially other Faithlife Reftagger options that aren’t currently included, such as classes to ignore.

    Thanks!
    jvd897

    • This reply was modified 4 years, 5 months ago by jvd897.
    • This reply was modified 4 years, 5 months ago by jvd897.
    • This reply was modified 4 years, 5 months ago by jvd897.
Viewing 2 replies - 1 through 2 (of 2 total)