Install "Mobile Style Options" and configure the style chooser
https://vborg.vbsupport.ru/showthread.php?t=229044 and also edit the
navbar template in the mobile style and replace
Quote:
<a class="navbar" href="{vb:raw $vbulletin->options['mo37_navbar_home']}{vb:raw session.sessionurl_q}">{$vbulletin->options['mo37_home_link_text']}</a>
|
with
Quote:
<a class="navbar" href="{vb:raw vboptions.mo37_navbar_home}{vb:raw session.sessionurl_q}">{vb:raw vboptions.mo37_home_link_text}</a>
|
This fixes a bug in the style. I'll be releasing an update real soon to address this.