XFS Mobile [Deleted]

Not sure if this is specific to my install, but one member has reported search not working - Security error occurred:
untitled-1-jpg.66


Is there something I need to do to enable search?

Cheers,
Shaun :D
 
Not sure if this is specific to my install, but one member has reported search not working - Security error occurred:
untitled-1-jpg.66


Is there something I need to do to enable search?

Cheers,
Shaun :D

Whoopsie ;)

Open footer

Replace this line:
Code:
<input type="text" name="keywords" id="s" inputmode="predictOn" placeholder="{xen:phrase search}..." value="" /><input type="submit" value="Search" /></form>

With this:

Code:
<input type="text" name="keywords" id="s" inputmode="predictOn" placeholder="{xen:phrase search}..." value="" /><input type="submit" value="Search" /><input type="hidden" name="_xfToken" value="{$visitor.csrf_token_page}" /></form>

I forgot the token ;(, also realized search link in quick nav isn't working either, both fixed for next versions, thanks Shaun
 
Before I consider this (very needed style) can I just check - is there an official mobile style in development?

I might be wrong but I am sure I read that somewhere.
 
Before I consider this (very needed style) can I just check - is there an official mobile style in development?

I might be wrong but I am sure I read that somewhere.

It's a free no commitment style ;p, but yes XenForo had said something is in development. No release date what so ever.
 
I may use this as a stop gap and Im glad it has been developed - very thoughtful and needed addition :P
 
1.0.3 Sent off for testing with the following:

  • Fixed Search links
  • Added avatar display toggle for post
  • Cleaned up breadcrumb
  • Added styling to Like/Reply/Warn ect...
  • Reduced spacing in some areas
  • Fixed XenPorta support(BETA - basically removes any sidebars from the portal; see how this goes :))
Once the feedback is done I'll get everyone updated.
 
Hi Russ, thanks for the update. XenPorta looks a lot better now, without the sidebars. I couldn't find a navigation to the forum though. Is this expected behaviour?
 
Hi Russ, thanks for the update. XenPorta looks a lot better now, without the sidebars. I couldn't find a navigation to the forum though. Is this expected behaviour?

I added a link to my forum in mobile_navigation template since xenporta replaces the forum link.
 
Russ, another strange thing; when I try to edit a post my mobile phone (Samsung Galaxy II) goes out of memory and it gets stuck. This doesn't happen when the mobile style is deactivated.
 
Russ, another strange thing; when I try to edit a post my mobile phone (Samsung Galaxy II) goes out of memory and it gets stuck. This doesn't happen when the mobile style is deactivated.

Hmm strange, can't reproduce it at all on my Galaxy S, when does it time out when you hit edit or make changes then save it?
 
Hmm strange, can't reproduce it at all on my Galaxy S, when does it time out when you hit edit or make changes then save it?

When I hit enter. It doesn't take me to the /edit screen. The task manager shows unusual CPU and RAM usage.
 
Top Bottom