UI.X

UI.X 1.5.22.0

No permission to download
Registered, thanks!
Very nice site, btw. congrats!

Thanks!

There are a number of manual tweaks built into the site using template mods and CSS but they're almost entirely comprised of small cosmetic items or things the users requested/were used to on the old site.

All of the major stuff was done through the UI.X settings.
 
We need the ability to have different "banners" on the front page and other pages (or more importantly to be able to turn off the front page banner from showing on every page). Tried a few add-ons that don't seem to work with this framework. Any ideas, or are we missing some easy way to do this? Thanks!!
 
We think we may have solved it by putting

<xen:if is="{$contentTemplate} == 'forum_list'">

in the ad_above_top_breadcrumb template We aren't terribly comfortable with messing around with code, so we'd been hoping there was an add-on that we could use to easily put an image at the top of the forum homepage, and change this image whenever we liked without having to edit the template.
 
Last edited:
We think we may have solved it by putting

<xen:if is="{$contentTemplate} == 'forum_list'">

in the ad_above_top_breadcrumb template We aren't terribly comfortable with messing around with code, so we'd been hoping there was an add-on that we could use to easily put an image at the top of the forum homepage, and change this image whenever we liked without having to edit the template.

You could try bd's "Widgets" add-on and basically convert your ads to widgets. The add-on will let you hook things (including ad templates or chunks of ad code) virtually anywhere on the page, exempt certain pages, etc.

It's not exactly an ad management solution but it does pull the managing of the ad code out of the templates and into a "front end" so to speak, meaning you don't have to modify templates directly.
 
On iOS I've been getting this weird non-action issue when I try to use some of the toolbar functions. IMG, specifically, will sort of cloud the screen and then I need to click outside of the box somewhere or reload the page.

Hmm can you take a video per chance? Is anyone else having this issue?

Basically I would like to register and take a look in some details.
I can't register in the demo.
Appreciate some link with the theme. Thanks.
And good job @Mike Creuzer impressive.

We are working on a public demo with registration access :), its on the to-do list!

We need the ability to have different "banners" on the front page and other pages (or more importantly to be able to turn off the front page banner from showing on every page). Tried a few add-ons that don't seem to work with this framework. Any ideas, or are we missing some easy way to do this? Thanks!!

Yeah there is a bunch of ways to do that. Sometimes a custom slider is a possibility, @Brogan has a featured threads add-on which supports sliders/banners, or you can use widget framework. If you get stuck and want us to do it, we offer custom solutions, send me a message :)
 
Screenshot maybe. It's hard to video since it's so random. Did you have a chance to look into the mark all posts as read button not functioning properly on the new posts page? That's still working at about a 50/50 rate.
No one else has reported it, I generally only look into things if they have > 2 reports. Just not enough time otherwise :( That or empirical evidence. I cannot replicate this currently anyways.
 
No one else has reported it, I generally only look into things if they have > 2 reports. Just not enough time otherwise :( That or empirical evidence. I cannot replicate this currently anyways.
I understand.

Anyone else mind testing the Mark All Posts As Read button on the New Posts page if you're on iOS 8?
 
You could try bd's "Widgets" add-on and basically convert your ads to widgets. The add-on will let you hook things (including ad templates or chunks of ad code) virtually anywhere on the page, exempt certain pages, etc.

It's not exactly an ad management solution but it does pull the managing of the ad code out of the templates and into a "front end" so to speak, meaning you don't have to modify templates directly.

Yeah there is a bunch of ways to do that. Sometimes a custom slider is a possibility, @Brogan has a featured threads add-on which supports sliders/banners, or you can use widget framework. If you get stuck and want us to do it, we offer custom solutions, send me a message :)

Thank you both for your suggestions. :)
 
Very nice theme! Would it be possible to get some presets for more neutral, modern, web2.0 looking colors?

And how do you fix this issue?
 

Attachments

  • align-sig-post-tools-to-bottom.webp
    align-sig-post-tools-to-bottom.webp
    19.9 KB · Views: 15
What a great style with a lot of settings! I'm really impressed by your work. Just some questions:
  • is it possible to disable the login / register overlay and use a normal login / register page instead? (The overlay seems to lead to problems for users using adblocker plugins in their browser)
  • is it possible to display the thread title of the last post in the forum home, even on small smartphone displays?
  • is it possible to change the width after witch the username gets shortened in the userbar?
Thanks!
 
What a great style with a lot of settings! I'm really impressed by your work. Just some questions:
  • is it possible to disable the login / register overlay and use a normal login / register page instead? (The overlay seems to lead to problems for users using adblocker plugins in their browser)

I don't know about the other two questions, but this one is in the Style Properties > [UI.X] Header > Uncheck "Login opens in Modal Box"
 
Thank you! I spent an hour looking for the option.

I never tried styling XenForo without UI.X installed, so I wasn't familiar with the "normal" style properties sections. I think the first time I tried to style a non-UI.X property, I ended up forcing it in the EXTRA.css file because it never even occurred to me to click through the rest of the style properties. Oops. :confused:
 
Very nice theme! Would it be possible to get some presets for more neutral, modern, web2.0 looking colors?

And how do you fix this issue?

Thank you kindly! :)

That issue so to speak occurs on the default theme as well. If people want I can look into getting that to display at the bottom of the post altogether?

What a great style with a lot of settings! I'm really impressed by your work. Just some questions:

Thank you very much, glad you like it!!

is it possible to disable the login / register overlay and use a normal login / register page instead? (The overlay seems to lead to problems for users using adblocker plugins in their browser)

Yes as @Ridemonkey mentioned, there is a setting to disable the modal and use a sliding drawer style login form. But if you want it to open in the actual login page some templates need to be modified. That said, I believe that this should be a setting so we've added it to the list!

is it possible to display the thread title of the last post in the forum home, even on small smartphone displays?

XenForo default theme removes the title of the last post. Its possible but requires some extra code. To get it perfect you'd need to edit a few templates so this is something we can do custom for you if you want, PM me.

Otherwise, this code will just get the link to show up:

Code:
@media (max-width: @maxResponsiveMediumWidth)
.Responsive .node .nodeLastPost .lastThreadTitle, .Responsive .node .nodeLastPost .lastThreadUser {
display: block;
}

Add this to extra.css

is it possible to change the width after witch the username gets shortened in the userbar?

Yes its possible. There are 3 ways:
  • width of the link
  • font size
  • hide/showing the text
We have a setting for the hide/showing of the text, the last option there. If you want the other 2 you'll need custom css, let me know and I can take a look.

But as for that last setting you essentially get to choose the size of the viewport to which that username hides entirely. If you go to Style Properties > UI.X Navigation > Viewport Width to Hide Account Tab Username, you can change this value to whatever you want. By default it should be @maxResponsiveNarrowWidth (480px by default). If you want it to always be gone, set it to 100%. If you want it to always show, set it to 0.
 
Back
Top Bottom