XFS Mobile [Deleted]

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?

yavuz I sort of made a booboo on the navigation with this release in regards to compatibility with the portal, revamped navigation will come in 1.0.4 but for now if you wanted to fix a forum link in, open mobile_navigation

Replace the entire code with:
Code:
<div class="mnav2">
<xen:if is="@portalhomelink">
<a href="/portal/">{xen:phrase home}</a> |
</xen:if>
<xen:if is="{$showHomeLink}">
<a href="{$homeLink}">{xen:phrase home}</a> |
</xen:if>
<xen:if is="@mobilebreadcrumb">
<a href="{$tabs.forums.href}">{$tabs.forums.title}</a> |
<xen:else />
<a href="{$tabs.forums.href}">{$tabs.forums.title}</a> |
</xen:if>
<a href="{xen:link 'find-new/threads'}">{xen:phrase whats_new}</a>
<xen:if is="{$visitor.user_id}"> |
        <a href="{xen:link account/alerts}" rel="Menu" class="navLink NoPopupGadget">{xen:phrase alerts}                             
            <xen:if is="{$visitor.alerts_unread}">
                <strong class="mitemCount" id="AlertsMenu_Counter">{xen:number $visitor.alerts_unread}
                </strong>
            </xen:if>
        </a> |
        <a href="{xen:link conversations}" rel="Menu" class="navLink NoPopupGadget">{xen:phrase inbox}
            <xen:if is="{$visitor.conversations_unread}">
                <strong class="mitemCount" id="ConversationsMenu_Counter">{xen:number $visitor.conversations_unread}
                </strong>
            </xen:if>
        </a> &nbsp;
<xen:else />
| <a href="{xen:link 'register'}">Register</a>
| <a href="{xen:link 'login'}">Login</a>
</xen:if>
</div>
It replaces Members with What's New, and What's New old spot with Forums.
 
Another little question. In my forum the user registration is disabled but the register button does appear in the mobile style. How can I hide it?
 
Tried to use the float right method but doesn't works. If you want you can try by yourself here http://forum.kog.it

Thanks

I would double check making sure you put them in XFS Mobile's extra.css, I don't see any formatting on the userclass for userUserOffline or userUserOnline which would lead me to believe the edits weren't saved or saved on the wrong style.
 
Another little question. In my forum the user registration is disabled but the register button does appear in the mobile style. How can I hide it?

I'll add in the default check to see if registrations are enabled in 1.0.4, for now you could remove the link from the template mobile_navigation

remove the line:

Code:
| <a href="{xen:link 'register'}">Register</a>
 
So I really want to use this for features that my branded version of Forum Runner cant do... but he said if I get a mobile friendly page he can like embed it inside the app instead of reprogramming the app as a free fix for me... would this do the trick for LN Blog? What about XFR User Albums or Taigachat?
 
I would double check making sure you put them in XFS Mobile's extra.css, I don't see any formatting on the userclass for userUserOffline or userUserOnline which would lead me to believe the edits weren't saved or saved on the wrong style.
Ehm, I've put the css in the extra.css template on the site. I've read extra.css in the instructions and put it there. Where exactly I've to put the css codes?

EDIT: Sorry I've got it... Trying...
 
So I really want to use this for features that my branded version of Forum Runner cant do... but he said if I get a mobile friendly page he can like embed it inside the app instead of reprogramming the app as a free fix for me... would this do the trick for LN Blog? What about XFR User Albums or Taigachat?

I haven't really done too much testing those those plugins, the bad part is the entire sidebar is basically removed, so the blog/user albums wouldn't have any sidebars. I'll have to just redo any navigation it would be missing out on the default style. I can see what I can come up with this weekend
 
Off to work for the day, I'll help everyone the best I can tonight or over the weekend, I'm pacific time :).

Thanks for all the suggestions and patience while I improve this with everyones help.
 
Ok made the changes and that made the site a LOT faster with none of the sharing features. I would actually like it if you could turn off a little bit more of the styling and speed up the skin even more. I think the gradients on the quote and post bar take an extra quarter of a second to load. anyway to make those optional? I am attaching a post about the moderation buttons:
 

Attachments

  • photo.webp
    photo.webp
    29.5 KB · Views: 22
Curious does this work without a phone or devices. I was just wanting a style switcher for people viewing online only. I searched for style chooser.
 
Curious does this work without a phone or devices. I was just wanting a style switcher for people viewing online only. I searched for style chooser.

Not quite sure if I fully understand your question, you're able to go to the style switcher by clicking the style name at the bottom of this style from a pc, mobile, or tablet.
 
Back
Top Bottom