I have accessed from several mobile and some Forum appears normal. The following code I have in my websites and it works fine. I leave you to make you look if you want to insert any more of them in the Forum.
(InStr(useragent, "alcatel") > 0 ) OR _
(InStr(useragent, "ericsson") > 0 ) OR _
(InStr(useragent, "nokia") > 0 ) OR _
(InStr(useragent, "panasonic") > 0 ) OR _
(InStr(useragent, "philips") > 0 ) OR _
(InStr(useragent, "samsung") > 0 ) OR _
(InStr(useragent, "sanyo") > 0 ) OR _
(InStr(useragent, "wml") > 0 ) OR _
(InStr(useragent, "mot") > 0 ) OR _
(InStr(useragent, "wap") > 0 ) OR _
(InStr(useragent, "ppc") > 0 ) OR _
(InStr(useragent, "blackberry") > 0 ) OR _
(InStr(useragent, "opera mini") > 0 ) OR _
(InStr(useragent, "mobile") > 0 ) OR _
(InStr(useragent, "palm") > 0 ) OR _
(InStr(useragent, "portable") > 0 ) OR _
(InStr(useragent, "Windows Phone OS 7.0") > 0 ) OR _
(InStr(useragent, "windows ce") > 0 )