Quote:
Originally Posted by dartho
|
Thank you Dartho!
I used the code you suggested to another user in a previous post and now all is working fine.
Quote:
Originally Posted by dartho
You could edit the vbcms_page template and replace all with something like:
Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
{vb:raw headinclude}
<title>{vb:raw vboptions.bbtitle}</title>
</head>
<body>
<div class="bodywrapping">
{vb:raw header}
{vb:raw navbar}
<div><a href="forum.php">CMS Disabled in Mobile View, please click here to proceed to forum</a>
</div>
{vb:raw footer}
</div>
</body>
</html>
|
I have now only an issue to fix: can I automatically redirect the users to the forum?