- How-to's
- Miscellaneous
- Email issues
- On-premise version issues
- Integrations and migrating from other apps
- Errors and solutions
- FAQ
How to turn off mobile version
Question:
Hi, we're integrating the AspNetForum with an existing web site. Now we would like to turn off the built-in mobile version of the AspNetForum application. Where/how should we accomplish this action?
Answer:
There are 2 ways of doing this:
1. Add ?mobile=0 and the forum will not be using the mobile version.
2. Set a Session variable Session["AlwaysFullVersion"] to "true" in your website code.
Hi, we're integrating the AspNetForum with an existing web site. Now we would like to turn off the built-in mobile version of the AspNetForum application. Where/how should we accomplish this action?
Answer:
There are 2 ways of doing this:
1. Add ?mobile=0 and the forum will not be using the mobile version.
2. Set a Session variable Session["AlwaysFullVersion"] to "true" in your website code.