I am searching for a solution, to open a link in an overlay on the same page. This was the hardcoded solution in XF1 and it worked for me (i have an overlay.php):
<li class="navTab"><a href="https://www.example.com" data-title="Uploader" data-href="overlay.php?url=https://www.example.com" class="navLink OverlayTrigger" data-cacheoverlay="false"><i class="fa fa-cloud-upload"></i> Uploader</a></li>
But if i hardcode the <a tag till the end in the XF2 Template, its not working. Anyone have an idea?
Is it possible to do this with the XF2 navigation manager? This way it is not working:
<li class="navTab"><a href="https://www.example.com" data-title="Uploader" data-href="overlay.php?url=https://www.example.com" class="navLink OverlayTrigger" data-cacheoverlay="false"><i class="fa fa-cloud-upload"></i> Uploader</a></li>
But if i hardcode the <a tag till the end in the XF2 Template, its not working. Anyone have an idea?
Is it possible to do this with the XF2 navigation manager? This way it is not working: