UI.X

UI.X 1.5.22.0

No permission to download
Thanks, I just still don't understand the error. In any case, it is unrelated to the style itself if in fact it is an error.
 
I see, that probably has to do with the iframe or something, nothing to worry about. When I click that I don't see that, so could be a browser thing as well.
 
By giving the Feed icon of any forum I get this:

Code:
Main Forum Aliquam luctus massa ac magna auctor tristique Tue, 22 Oct 2013 17:48:35 +0000 Tue, 22 Oct 2013 17:48:35 +0000 Audentio Design - XenForo Themes Demo http://www.audentio.com/demo/xf/forums/main-forum.2/ Wow! Its wonderful!!! Thu, 19 Jul 2012 18:34:28 +0000 http://www.audentio.com/demo/xf/threads/wow-its-wonderful.20/ http://www.audentio.com/demo/xf/threads/wow-its-wonderful.20/ GreaterMtx GreaterMtx  Sticky thread Wed, 18 Jul 2012 21:19:14 +0000 http://www.audentio.com/demo/xf/threads/sticky-thread.5/ http://www.audentio.com/demo/xf/threads/sticky-thread.5/ Mike Creuzer Mike Creuzer  16 Welcome to the signs Mon, 02 Jul 2012 17:11:06 +0000 http://www.audentio.com/demo/xf/threads/welcome-to-the-signs.19/ http://www.audentio.com/demo/xf/threads/welcome-to-the-signs.19/ johnj johnj  Testing this style Fri, 29 Jun 2012 23:52:38 +0000 http://www.audentio.com/demo/xf/threads/testing-this-style.18/ http://www.audentio.com/demo/xf/threads/testing-this-style.18/ chrishill chrishill  testing :D Thu, 19 Apr 2012 20:31:45 +0000 http://www.audentio.com/demo/xf/threads/testing-d.9/ http://www.audentio.com/demo/xf/threads/testing-d.9/ kelimekatili kelimekatili  3 Test a thread with Attachments. Sun, 04 Mar 2012 19:39:03 +0000 http://www.audentio.com/demo/xf/threads/test-a-thread-with-attachments.7/ http://www.audentio.com/demo/xf/threads/test-a-thread-with-attachments.7/ dihuta dihuta  1 dddd Sun, 04 Mar 2012 19:32:10 +0000 http://www.audentio.com/demo/xf/threads/dddd.8/ http://www.audentio.com/demo/xf/threads/dddd.8/ xsoli xsoli  Example Poll Sun, 12 Feb 2012 15:26:18 +0000 http://www.audentio.com/demo/xf/threads/example-poll.6/ http://www.audentio.com/demo/xf/threads/example-poll.6/ Mike Creuzer Mike Creuzer  2 How about a new thread with a long title? Sat, 11 Feb 2012 12:07:20 +0000 http://www.audentio.com/demo/xf/threads/how-about-a-new-thread-with-a-long-title.3/ http://www.audentio.com/demo/xf/threads/how-about-a-new-thread-with-a-long-title.3/ Jorge Lainfiesta Jorge Lainfiesta  3 Bug Reports Tue, 05 Oct 2010 22:04:44 +0000 http://www.audentio.com/demo/xf/threads/bug-reports.1/ http://www.audentio.com/demo/xf/threads/bug-reports.1/ Mike F Mike F  1

As Mike says, it's not a bug in the style it's probably just how his demo site works.

This is how it looks on another site using UIX.

http://xenmediagallery.com/forums/news-and-announcements.14/index.rss

http://xenmediagallery.com
 
I just love this style! Thanks for creating it.

This may not be possible to answer, but would there be a way to get the [Post Ratings] add-on to work, or even bring Like back? Thanks in advance.
 
Had this flag up on PageSpeed:

upload_2013-10-23_18-2-1.webp

So in uix.css, you are serving the footer icon png from a different path to the rest of the style.
Code:
#QuickSearchPlaceholder {top: {xen:calc '(@headerLogoHeight / 2) - 8'}px; background: url(@imagePath/uix/icon_16.png) 0 -464px no-repeat;}

<xen:if is="@uix_collapseNodes">
    .uix_collapseNodes {
        display: block;
        width: 16px;
        height: 16px;
        background: url(@imagePath/uix/icon_16.png) -16px -304px no-repeat;
        float: right;
    }
    .uix_collapseNodes.collapsed {background-position: -16px -288px;}
</xen:if>


.footerLinks a.globalFeed {
    @property "nodeTinyIcon";
    background: transparent url('@imagePath/style/icon_16.png') no-repeat 0 -448px;
    margin: 1px 4px;
    display: block;
    white-space: nowrap;
    text-indent: 9999px;
    overflow: hidden;
    opacity: 0.25;
    width: 16px;
    height: 16px;
    @property "/nodeTinyIcon";
    opacity: 1;
    vertical-align: middle;
    display: inline-block;
 
}
 
and I know the above is a TINY thing in the grand scheme of things, but this is such a good theme, we all might as well chip in to make it perfect ;)
 
and I know the above is a TINY thing in the grand scheme of things, but this is such a good theme, we all might as well chip in to make it perfect ;)
No you are 100% correct and I appreciate your attention to detail very much.

I checked the code and I can't find this. My suggestion is to 1. Delete that icon and 2. Revert the style property under Forum/Node List called @nodeTinyIcon (Tiny Icon). I think that should do it.
 
and then how do we choose it?

Almost done with the documentation for this! Sorry about this, but yes you'll have to go into /js/audentio/ad_styler/2.0/styles/uix/default.si and add that in with the other images to the array. I'll have better documentation soon I promise, one of my top priorities.

I just love this style! Thanks for creating it.

This may not be possible to answer, but would there be a way to get the [Post Ratings] add-on to work, or even bring Like back? Thanks in advance.

Hmm, I do not edit too many templates so I'm not sure why this plugin wouldnt work. Is it doing anything at all? Is it just styled funny?
 
No you are 100% correct and I appreciate your attention to detail very much.

I checked the code and I can't find this. My suggestion is to 1. Delete that icon and 2. Revert the style property under Forum/Node List called @nodeTinyIcon (Tiny Icon). I think that should do it.
Yes, it looks like I had an outdated style property for some reason in there. Reset it, and it's all good now.

Is the styles/uix/styles folder from an earlier release, as I noticed the datetime on the folder is the 19th August (initial version?), and styles/uix/uix is the 2nd October (1.2.2.0?)
 
Last edited:
Yes, there should be no /style/ folder. If you have just UI.X installed, and we haven't done any customization or you aren't using a sub-product like Quark or xenBlock, you should just have /uix/ and /xenforo/ as folders.
 
Nope, just UI.X with no customization.

Defo one of yours though ;)

http://z22se.co.uk/styles/uix/style/logo.png
logo.png
 
Almost done with the documentation for this! Sorry about this, but yes you'll have to go into /js/audentio/ad_styler/2.0/styles/uix/default.si and add that in with the other images to the array. I'll have better documentation soon I promise, one of my top priorities.

Hmm...no idea how to do this!
 
Top Bottom