Quote:
Originally Posted by fmap4life
{$vbulletin->options['mo37_home_link_text']}
is showing instead of the text I input, Thanks for any input!!
oops sorry, didnt mean to click mark as installed so many times
|
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
HTML Code:
<a class="navbar" href="{vb:raw $vbulletin->options['mo37_navbar_home']}{vb:raw session.sessionurl_q}">{$vbulletin->options['mo37_home_link_text']}</a>
with
HTML Code:
<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.