UI.X

UI.X 1.5.22.0

No permission to download
After upgrading my xenforo to 1.5.9 & UI.X to 1.5.9.1, I'm having an issue with merging the message and message.css files with the UI.X and the UI.X dark child theme. For some reason, I am unable to merge these templates. It shows that they need to be merged, but when I click on them the merge button is greyed out and I am unable to determine what to merge. Any help in this area would be grateful if anybody else has experienced this issue.
 
Hey, my forum is running UI.X Dark. I am coming here because i haven't gotten support in that thread. I updated the style maybe a week ago, now im faced with this error that is messing with alot of stuff

Uh Oh! It looks like the version of your javascript functions file does not match the version of your page_container_js_head template.

Your javascript functions file is version "1.5.9.1_public".
Your page_container_js_head is version "1.5.8.1".

If your functions file version number is higher, ensure that you have merged all templates (especially page_container_js_head). If your page_container_js_head version number is higher, ensure that you have correctly uploaded the latest version of the javascript functions file and that you have cleared anything that could cache an old version of the javascript (CDN / Cloudflare / etc.).

This issue could cause parts of your forum to not display or function correctly. If this does not resolve the issue contact Audentio support. This error has also been logged to the javascript console.
 
how can we use the title Thread Prefix banner to make it work as displayed (the color and background) ?
the default Banner Thread Prefix not displayed correctly.
 
I've just uploaded a patch to the UI.X add-on that fixes this, you can download it here
I can confirm, this fixes the issue.

One thing still missing: The toggle visibility checkmark in the right OffCanvas, in Responsive Mode.
Toggle Visibility Bug Regression: Updated to 1.5.9.1 and everything is now back to normal so far, except for the "toggle visibility sidepanel bug": Visitor Side Panel: You can only scroll down till you see "Log Out" and the toggle visibility checkmark can not be reached by scrolling... so you could say it is "off off canvas"...
 
Toggle Visibility Bug Regression: Updated to 1.5.9.1 and everything is now back to normal so far, except for the "toggle visibility sidepanel bug": Visitor Side Panel: You can only scroll down till you see "Log Out" and the toggle visibility checkmark can not be reached by scrolling... so you could say it is "off off canvas"...

I can confirm this bug, added to next release. One piece of code that you can add (but will want to remove in next release) to fix this is:

Code:
.sidePanel__tabPanel.is-active {padding-bottom: 30px;}

Just so it at least shows up.

Another bug: left side OffCanvas Panel with main menu tabs does not show sub menus of third party mods anymore. Partially no sub menu tabs at all (Nobita Social Groups add-on) and no sub menu mods from other add-ons that are in addition to core tabs (forums and CTA featured threads for example). This is a regression, UIX versions before have not had that problem. Third Party tabs were displayed.

View attachment 138710
@Freelancer Can confirm the same behavior with Chat by @Siropu. That add-on can add a Chat navigation button into the navigation bar and it'll have 4 sub-menus. On responsive display, none of the sub-menus appear.
Seeing the same thing now as well... weird as some submenu items show but not all belonging to an addon.

I have an addon (Sportsbook) that in desktop has 11-12 submenus but in the mobile offcanvas menu, it only shows 3
I know now what the problem is: It's a permission bug. The navigation acts like if you are not logged in although you are... It shows only those sub nav tabs that you see when not logged in.

I believe Jake posted a fix, let me know if you see anything otherwise :)

@HairLossTalk with the new version of Widget Framework there is a visual editor that makes the process easier but maybe @Mike Creuzer and company can point you in the direction you need.
@Mike Creuzer - Just trying to add ad banners to my right sidebar and seeing there are only three options.

Very top
Very bottom
Below Visitor Panel (which is basically almost the same as Top)

The last two are basically the same for the most part, as they're both squished right up at the top.

There are about 5-7 other modules on the sidebar that the banner could go above or below.

Am I missing where it can be added or did you guys just decide to go with those three?

This is just what XenForo gives us, nothing to do with the theme. We do not add new locations. However, in our Ad framework, we do and we have an interface so you do not have to touch code: https://xenforo.com/community/resources/ad-monetize-pro-with-dfp-affiliate-link-support.4491/

Otherwise, its what you see is what you get. You could technically just edit forum_list or templates directly, but this gets messy. So let us know if you need any specific help.

After upgrading my xenforo to 1.5.9 & UI.X to 1.5.9.1, I'm having an issue with merging the message and message.css files with the UI.X and the UI.X dark child theme. For some reason, I am unable to merge these templates. It shows that they need to be merged, but when I click on them the merge button is greyed out and I am unable to determine what to merge. Any help in this area would be grateful if anybody else has experienced this issue.

Sometimes merge issues happen. If you have not edited these templates, then you can revert them. If you have edited them, I recommend copying the contents of these templates to a new file so you have a backup (a .txt file on your desktop works), then reverting the template, then adding your changes back in. Thats how we do it, more or less. Nothing to do with the theme, just with things you've changed vs XenForo itself vs what we may have changed, thats how you get merge conflicts.

Hey, my forum is running UI.X Dark. I am coming here because i haven't gotten support in that thread. I updated the style maybe a week ago, now im faced with this error that is messing with alot of stuff

Sorry for the delay, I believe this issue is cache related. A few people reported it but just hard refreshing might fix this for you or recaching cloudflare.

how can we use the title Thread Prefix banner to make it work as displayed (the color and background) ?
the default Banner Thread Prefix not displayed correctly.

What seems to be the issue, do you have a screenshot?
 
Disabled add-on and uploaded new version. Went to upgrade add-on and receive the following error:

Code:
Callback Audentio_UIX_Listener_CodeEvent::containerPublicParams is invalid (Invalid Method).
 
Unfortunately Xenforo does not allow downgrading. You can try leaving the add-on as is and see if it works.

The update seems to have broken the bottomBreadcrumb-function. The settings in the options are set but they don´t show any effect.
uix-2016-08-14-21-09-08.webp

Code:
            <xen:hook name="page_container_breadcrumb_bottom">
            <xen:if is="!{$uix_hideBottomBreadcrumb} && !(({$selectedTabId} == {$homeTabId}) && ({$homeTabId} != 'forums') && @uix_removeBreadCrumbOnIndex) && !({$contentTemplate} == 'forum_list' && @uix_removeBreadCrumbOnForumIndex)">           
                <xen:if is="!@uix_hideBottomBreadcrumb">
                    <div class="breadBoxBottom"><xen:include template="breadcrumb" /></div>
                </xen:if>
            </xen:if>
            </xen:hook>

Have there been changes to that part ?
 
@Sperber "Remove Bottom Breadcrumb" option works just fine on my site.
You haven´t read the upstream of that post. Else you would have noticed that upgrading to the latest version led to major layout problems in each of our forums, so we had to stick with the old style, referring to Mike Creuzer statement reverting the UI.X product back to a version before isn´t possible and we should "try" to use the new product files with the old style. The remove bottom breadcrumb option seems to be one of the parts that now doesn´t work anymore, so my best guess is, there have been changes. (And no, it doesn´t work with every other addon or template change disabled)
 
i'm interested in making a customized HTML welcome block but cannot find any tutorials on how to do so. any help or guidance would be appreciated
 
@Sperber Ah, sorry, I didn't notice. Here's my bottom breadcrumb bit with the latest update, if it helps in anyway:
HTML:
            <xen:hook name="page_container_breadcrumb_bottom">
            <xen:if is="{$hasBreadBoxBottom}">
                <div class="breadBoxBottom"><xen:include template="breadcrumb" /></div>
            </xen:if>
            </xen:hook>
and I don't see any specific expression which may prevent the breadcrumb from displaying in breadcrumb template, so it's gotta be that {$hasBreadBoxBottom} thingy.
 
Yep! That update fixes a bug with the off canvas. Generally, there isn't an update to the addon that will break on an older version of the style, we do our best to keep it backwards compatible :)

The bug where menu items from addons wouldn't show?
 
Top Bottom