@cbehan - Point 1 is a bug in the style, 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>
|
For point 2 edit the footer template and remove the ad hook. Also see
this post for another bug fix in the style
@pant - sounds like you merged the mobile style into your master style and overwrote it, never a good idea! Sorry, but that's a user error.
@Kolbi - On sites with large post tables in their DB, there were time outs installing this addon due to a DB update on teh post table. If thius timeout, those columns (mobile, ua) won;t be there and so this error can be ignored - did it remove the add-on otherwise? You can double check for 'ua' and 'mobile' columns in your 'post' and 'thread' tables to check.