[rellect] Desktop Version For Mobiles

[rellect] Desktop Version For Mobiles 1.2.0

No permission to download
pmmed it to you :)
Thanks. I can see why it didn't work. There's something wrong in the template
HTML:
<dl class="choosers">
<xen:if is="{$canChangeStyle} OR {$canChangeLanguage}">
    <xen:if is="{$canChangeStyle}">
        <dt>{xen:phrase style}</dt>
        <dd><a href="{xen:link 'misc/style', '', 'redirect={$requestPaths.requestUri}'}" class="OverlayTrigger Tooltip" title="{xen:phrase style_chooser}" rel="nofollow"><span>{$visitorStyle.title}</span><xen:if is="@xb_footer_fa"> <i class="fa fa-paint-brush fa-fw"></i></xen:if></a></dd>
    </xen:if>
    <xen:if is="{$canChangeLanguage}">
        <dt>{xen:phrase language}</dt>
        <dd><a href="{xen:link 'misc/language', '', 'redirect={$requestPaths.requestUri}'}" class="OverlayTrigger Tooltip" title="{xen:phrase language_chooser}" rel="nofollow"><span>{$visitorLanguage.title}</span><xen:if is="@xb_footer_fa"> <i class="fa fa-globe fa-fw"></i></xen:if></a></dd>
    </xen:if>
</xen:if>              
</dl>
Should be
HTML:
<xen:if is="{$canChangeStyle} OR {$canChangeLanguage}">
<dl class="choosers">
    <xen:if is="{$canChangeStyle}">
        <dt>{xen:phrase style}</dt>
        <dd><a href="{xen:link 'misc/style', '', 'redirect={$requestPaths.requestUri}'}" class="OverlayTrigger Tooltip" title="{xen:phrase style_chooser}" rel="nofollow"><span>{$visitorStyle.title}</span><xen:if is="@xb_footer_fa"> <i class="fa fa-paint-brush fa-fw"></i></xen:if></a></dd>
    </xen:if>
    <xen:if is="{$canChangeLanguage}">
        <dt>{xen:phrase language}</dt>
        <dd><a href="{xen:link 'misc/language', '', 'redirect={$requestPaths.requestUri}'}" class="OverlayTrigger Tooltip" title="{xen:phrase language_chooser}" rel="nofollow"><span>{$visitorLanguage.title}</span><xen:if is="@xb_footer_fa"> <i class="fa fa-globe fa-fw"></i></xen:if></a></dd>
    </xen:if>
</dl>
</xen:if>
It could be intentionally changed this way though.
 
rellect updated [rellect] Desktop Version For Mobiles with a new update entry:

v1.2.0

  1. It is now possible to view the desktop version of the admincp (requires xenforo 1.5 or higher)
    Note: The desktop version of the admincp is buggy in touch devices (unrelated to this addon), but it still possible to view some hidden settings that the responsive view removes.

  2. The setting to change button location moved from options to style properties. In other words, you can now customize it per...

Read the rest of this update entry...
 
I have two guesses:
1. Javascript is disabled
2. A javascript error in the page

To check the first, ask him to go in here and see what is the result
https://www.whatismybrowser.com/detect/is-javascript-enabled

The second is harder to test.
If you verified that javascript is enabled, try to find a site with this addon installed, and ask the user to see if he sees the button there.
If he does see it, there's a problem in your site. If he can't see it, let me know and I'll try to think of something.
 
Hi,

can you do this usergroup based? If not yet, any plans to do so? Then we could "sell" this feature to premium members...
 
Hi,

can you do this usergroup based? If not yet, any plans to do so? Then we could "sell" this feature to premium members...
Hi,
No plans for a new update anytime soon.. but generally this is possible.
If you're willing to pay for it, please contact me.
 
Back
Top Bottom