• Resolved acacialtc

    (@acacialtc)


    We are using the plugin on the Underearners Anonymous (UA) website. In the TSML Settings, we chose Debtors Anonymous (DA) as the Program because the DA meeting types were most closely associated with UA meeting types.

    The problem we are having is that whenever the meeting filters are used, the initials ‘DA’ appear in the browser tab and this is confusing for some users. Our developer thinks he can override this, but we’re concerned his fix may break with future TSML updates.

    Wondering what would be the most stable way to correct this issue?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author brianwarea24

    (@brianwarea24)

    Try putting this code in the functions.php file in your theme

    $tsml_programs['da']['abbr'] = 'UA'; //Override the initials in the browser tab

    This may have to be redone when the theme updates, but it’s only one line to change.

    • This reply was modified 5 years, 3 months ago by brianwarea24.
    Thread Starter acacialtc

    (@acacialtc)

    Thank you for this – We may give it a try.

    As stated in my initial post, we would like to find a solution that doesn’t have the risk of breaking when updates come through.

    Plugin Author tech2serve

    (@tech2serve)

    If your developer knows Github, he could clone the repo, make and test the changes, and initiate a Pull Request.

    If he is an experienced plugin developer, we could use his help going forward. We’re in the process of forming a team that has signed up to help the original developer with maintaining the plugin and making future improvements.

    Have him check out the source code.

    Thread Starter acacialtc

    (@acacialtc)

    We’ve added the code and fixed the issue. Many thanks!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wrong Program Initials in Browser Tab When Using Filters’ is closed to new replies.