Quote:
Originally Posted by lasjaakon
Hi,
I love this mod.
But I have a problem, though minor.
When I use the option:
"Auto insert link to tournaments in navbar?"
It adds a questionmark at the end of the URL which makes the navbar all weird. How can this be fixed so it works like in quick links?
Thank you
|
Find in template
HTML Code:
<a class="navtab" href="competitions.php?{vb:raw session.sessionurl_q}">{vb:var vboptions.tmnt_modname}</a>
Replace with
Code:
<a class="navtab" href="competitions.php{vb:raw session.sessionurl_q}">{vb:var vboptions.tmnt_modname}</a>