• Resolved mihu

    (@mihu)


    Thanks for continuously improve the plugin.

    I notice there is an issue with sermon_sort_fields shortcode for bible book.

    The auto sort feature is nice but only if bible book matches. In my case, we use translated name for the bible books, so everything will return the same not found value.

    The dropdown will then only contain 1 book.

    includes/template-tags.php
    
    683 // assign every book a number
    684 foreach ( $terms as $term ) {
    685   $ordered_terms[ array_search( $term->name, $books ) ] = $term;
    686 }
    

    Is it possible to make auto sort as an optional feature?

    Thanks,

Viewing 1 replies (of 1 total)
  • Hi,

    Thank you for the report, we haven’t thought of that scenario.

    But, it has been fixed now.

    We have made two changes:

    • There’s now a checkbox for enabling/disabling book ordering in Settings (“Debug” tab)
    • If auto ordering is enabled, books that can’t be ordered will be displayed at the bottom of those that can be

    You can now either wait for the official release, or you can use development version of the plugin until then. Just please do the following:

    1. Deactivate and remove existing Sermon Manager
    2. Download and activate development version of Sermon Manager

    Note: No data will be lost and you will receive future updates automatically.

    Thanks again. 🙂

Viewing 1 replies (of 1 total)

The topic ‘sermon_sort_fields short code issue’ is closed to new replies.