Quote:
Originally Posted by dartho
Try this:
Edit the vbcms_page template in the mobile style and replace
HTML Code:
{vb:raw toolbar}
<div class="vbcms_content">
{vb:raw layout}
</div>
with something like
HTML Code:
<div class="vbcms_content">
Home page unavailable in mobile view, click <a href="forum.php">HERE</a> to view forums.
</div>
|
This fix didnt work for me, any ideas?