Solution by dartho:
Edit the adv_portal template in the CMPS group for the mobile styles and replace the contents with
Code:
<html>
<head>
<title>Redirecting to mobile friendly</title>
<META http-equiv="refresh" content="2;URL=http://URL_TO_FORUM_HOME">
</head>
<body>
<p>
Redirecting to mobile site...
</p>
</body>
</html>
make sure to change the URL in the code above
This is the best solution my friend.