UI.X 2

UI.X 2 [Paid] 2025-03-05

No permission to buy ($59.50)
Hi! I wanted to highlight threads created by Premium users AND also highlight their individual posts.
For the first, I tried this code from here:

At post_macros template found:
Code:
message message--post js-post

Added this:
Code:
{{ $post.User && $post.User.isMemberOf('999') ? 'your-class-name' : '' }}

And then this to extra.less:
Code:
.your-class-name
{
    background-color: red;
}

But got no results...
There's some theme code, that's why I ask here and not at that thread:
Code:
<article class="message message--post {{ $uix_condensed ? 'uix_message--condensed' : '' }} js-post js-inlineModContainer {{ $isIgnored ? 'is-ignored' : '' }} {{ $post.isUnread() ? ' is-unread' : '' }}"
        data-author="{{ $post.User.username ?: $post.username }}"
        data-content="post-{$post.post_id}"
        id="js-post-{$post.post_id}">

Can you help me to solve this?
Thanks!

I need to add some spacing between the ad position named "Container Breadcrumb (bottom): Below)" as you can see it runs together.

What's the best way to accomplish this with the UIX theme?

View attachment 193756
To better assist both of you with these inquires, go ahead and create a ticket on our support portal. From there one of our staff will be able to help you further :)
 
yeah. that is bound to happen. one can logically switch to default theme as that would work fine. i am assuming all third party themes would break on 2.1 unless they have been updated in recent times to handle the changes in 2.1. and as discussed just a few posts ago in this thread... a complex theme like ui.x2 breaks even when there is a minor version mismatch between xenforo and the theme.
 
Back
Top Bottom