Hi Bryan,
Welcome to the forum. I hope your very well. Thank you for your kind comments and post. I'm pleased to hear you like the mobile skin :)
I'm afriad we don't have a quick way to do this just yet without modifying the code. We are looking to add support to allow you to target specific skins to specific popular devices. For now If you have a developer license and don't mind modifying the code you can make a small change to enable this.
You'll need to modify our central GetCurrentSkin method within the InstantASP.InstantForum\HttpContext\ForumContext.vb class.
Open this file and search for GetCurrentSkin. You would need to add the following code to the top of this method...
If System.Web.HttpContext.Current.Request.UserAgent.Contains("iPad") Then
Return InstantASP.InstantForum.Globals.Paths.SkinDirectory + "/iPad/"
End If
This will load the iPad skin in the skins folder if the user agent contains the "iPad" keyword. If your not able to modify the code please respond via email to sales@instantasp.co.uk and confirm your exact version of the forum and we'll forward a slightly modified DLL to support this for you.
I look forward to your response and assisting further,