XFS Mobile [Deleted]

Anyone installed the Cezz mobile switcher lately? I tried to install it and get this error "Please enter a valid callback method."

The thread based around that mod seems to be pretty much dead so I figured I'd ask here.

Yes, I installed it over the weekend. It works fine but the suggested user agent list above caused a few issues.
 
Does anyone else have a problem with the quicklinks dropdown? Whatever I set the first item as it doesn't load, all subsequent links work fine.

e.g.

Code:
<form action="#" method="GET" enctype="text/plain"> 
    <select style="color:#ffffff; position: absolute;top:0;left:10px;text-indent: -9999px;width:30px;height:40px;background: transparent;border:0px;" onchange="window.location=this.options[this.selectedIndex].value;">     

<option value="{xen:link 'forums/forum1.9/'}">Forum 1</option> 
<option value="{xen:link 'forums/forum2.11/'}">Forum 2</option>

In the example above, Forum 1 won't load but Forum 2 loads fine. If I swap over the order it's the other way around.

It seems to be purely whichever the first value is that doesn't work.
 
Are you on a blackberry Rob?

I think this was an issue with blackberry devices I forgot about along time ago. Needed to find a work around
 
I've had users complain from various device but I tested it myself on an iPhone.

The first link is preselected and just clicking "done" doesn't do anything.
 
I've had users complain from various device but I tested it myself on an iPhone.

The first link is preselected and just clicking "done" doesn't do anything.



Could you PC your exact navigation to me and I'll take a look when I get home.
 
It does do it with the plugin referenced in the description.

First off, great job. This template has really progressed nicely.

The issue I see is that a user is switched when on the iPhone to the mobile site, it switches their default template in their profile. When they login from the desktop, the proper action would be to deliver the desktop template. It's almost as if we need a script/sniffer that does the opposite of the mobile detection script.

Thoughts?
 
Dinh Thanh got a new version of the auto switcher but he deleted it until he got permission from cezz the original author who hasn't been online since Jan.
I have to turn off the auto switcher because of this exact problem. We need to have a cookie attached to the device, instead of the account.
 
Russ updated XFS Mobile Style with a new update entry:

1.0.5 Minor Fixes

This release does not add any new features however it does address a few bugs:

  • Polls display correctly
  • Navigation links work around
  • Delete button fix from previous release
Also I know a lot of you have been having issues with the mobile detection, I'm not too sure why it hasn't really been brought up before... but there is a another mod that can help!

It can be found here: http://xenforo.com/community/resources/advanced-styling-rules.283/, you simply...

Read the rest of this update entry...
 
Is there anyone have issue on Posting/Replying on Opera Mini?
I'm testing Advanced Styling Addon to check does it work?
 
Does anyone else have a problem with the quicklinks dropdown? Whatever I set the first item as it doesn't load, all subsequent links work fine...
This was easy. All you have to do is make a 'dummy' first option! Make your first option= 'Please Choose' or 'Select'. Here's an example of mine in the mobile_quicknavlinks2 template:

Code:
<option value="">Select:</option>
<option value="http://sck-mobile.com/community/index.php?conversations/add">Start Conversation</option>
<option value="http://sck-mobile.com/community/index.php?conversations/">View Conversations</option>
<option value="http://sck-mobile.com/community/index.php?media/">Media Tab</option>
<option value="http://sck-mobile.com/community/index.php?members/">Users Tab</option>
<option value="http://sck-mobile.com/community/index.php?XenStaff/">Roster Tab</option>
<option value="https://www.paypal.com/cgi-bin/webscr?cmd=_sxclick&hosted_button_id=MTKRQS6VHDT3L">Donate</option>
<option value="http://sck-mobile.com/community/index.php?misc/style&redirect=%2Fcommunity%2Findex.php%3Fhelp%2F">Style Selector</option>

Just add <option value="">Select:</option> above your code ;-)
 
This was easy. All you have to do is make a 'dummy' first option! Make your first option= 'Please Choose' or 'Select'. Here's an example of mine in the mobile_quicknavlinks2 template:

Code:
<option value="">Select:</option>
<option value="http://sck-mobile.com/community/index.php?conversations/add">Start Conversation</option>
<option value="http://sck-mobile.com/community/index.php?conversations/">View Conversations</option>
<option value="http://sck-mobile.com/community/index.php?media/">Media Tab</option>
<option value="http://sck-mobile.com/community/index.php?members/">Users Tab</option>
<option value="http://sck-mobile.com/community/index.php?XenStaff/">Roster Tab</option>
<option value="https://www.paypal.com/cgi-bin/webscr?cmd=_sxclick&hosted_button_id=MTKRQS6VHDT3L">Donate</option>
<option value="http://sck-mobile.com/community/index.php?misc/style&redirect=%2Fcommunity%2Findex.php%3Fhelp%2F">Style Selector</option>

Just add <option value="">Select:</option> above your code ;-)

I included something like this in 1.0.5 ;p
 
Russ
Bug report
When someone quote you, you get an alert. If you click on it, it will go to top of the thread page, not the correct post where you were quoted.
 
That's good. ;-). Listen Russ, I'm soooooooo greatful to you for making this skin. If it allowed the ability to upload images I would pay you (those damn iphones!) lol
So we have to wait until we can use HTML5 upload instead of Flash?
 
Ok. So I've installed the mobile detection add-on and then installed the mobile style and began the customization and it's starting to look pretty good. However, I have a couple of questions about getting this to work the way I would like.

1. What is the optimal height/width of the header area for this mobile theme in pixels if I want to upload a header image? I tried just using my current header for the regular desktop site but it was too big and doesn't resize like thread prefixes for example. Can someone give me the optimal pixel size in order to get my entire header to display properly?

2. I got everything set up so mobile browsers are detected on iphone's and android devices and everything appears to be working properly.....except that it doesn't seem to distinguish between iPhone and iPad. I think xenforo looks great on the iPad as is and I would prefer to only have devices switch if they are on an iPhone ONLY. I put iPhone only and NOT iPad in the correct place but it doesn't seem to be able to detect the difference between the two devices and I don't know how to get this function to work. Could someone help me out with this?

Thanks, and great job by Russ with this mobile style. Everyone keeps asking for an official xenforo mobile release but this is pretty awesome in it's own right.
 
Top Bottom