Version selector problem
Posted: Mon Jun 23, 2025 7:01 am
I've implemented a version selector for webhelp instances using "webhelp.fragment.after.top_menu" which calls an html file that lists the versions (in addition to linking to support & the glossary). You can find an example here: https://communicare-portal.telstrahealt ... index.html
This is a little cludgy but has worked well for years. However it has stopped working some time within the last few months.
Now you can focus on the version selector, but the selector does not expand and the options are not listed. Example output here: https://testccareknowledgecentre.z8.web ... index.html
HTML file input snippet:
I'm wondering if the work for post72125.html?hilit=webhelp%20dropdown#p72125 has caused a conflict?
This is a little cludgy but has worked well for years. However it has stopped working some time within the last few months.
Now you can focus on the version selector, but the selector does not expand and the options are not listed. Example output here: https://testccareknowledgecentre.z8.web ... index.html
HTML file input snippet:
Code: Select all
<div class="nav-item dropdown">
<a class="nav-link dropdown-toggle" style="color:#001e82" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
V22.4
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#">Current (V22.4)</a>
<a class="dropdown-item" href="https://communicare-portal.telstrahealth.com/knowledge/V23.2/">Next (V23.2)</a>
<a class="dropdown-item" href="https://communicare-portal.telstrahealth.com/knowledge/V22.3/">V22.3 Beta</a>
...