UI.X 2

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

No permission to buy ($59.50)
Hi

I use UI.X for XF1.5x on all my forums. If I want to upgrade from XF1.5x to XF2.1x and also upgrade the UI.X style accordingly, will it then keep all colours etc.. or do I need to do everythig manual again?

I do not find infomation on how to upgrade technically from UI.X version 1 to version 2 so that I have as little as possible work with it?
 
I use UI.X for XF1.5x on all my forums. If I want to upgrade from XF1.5x to XF2.1x and also upgrade the UI.X style accordingly, will it then keep all colours etc.. or do I need to do everythig manual again?

Unfortunately, no nothing will be kept as the style systems in XenForo 1 and 2 are not backwards compatible

Is theme house running a Christmas sale or have a volume order promo?

https://xenforo.com/community/threa...projects-and-more.124820/page-11#post-1308180 :)
 
2 questions...

The mobile logo has since update to latest version. This is important as users use it to get back to forum.

Also where do you change the new New Posts button colour. 191921
 
I'm trying to dumb down the Facebook widget. I want to make it a simple image with link.

Tried to edit the "connected_account_associated_facebook" template:
Code:
<a href="{{ $providerData.profile_link ?: 'http://www.facebook.com/profile.php?id=' . $connectedAccounts.facebook }}" target="_blank">
    <img src="https://www.localdomain.tld/styles/image/facebook.gif" width="48" alt="" />
</a>
<div><a href="{{ $providerData.profile_link ?: 'https://www.facebook.com/profile.php?id=' . $connectedAccounts.facebook }}" target="_blank">{{ $providerData.username ?: phrase('view_account') }}</a></div>

That doesn't seem to work.

Looks like the "thuix_widget_social_media_feed" template needs editing:
Code:
<div class="fb-page" data-href="https://www.facebook.com/{$options.name}/" data-tabs="timeline" data-height="130px" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/{$options.name}/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/{$options.name}/">{$options.name}</a></blockquote></div>


                    <div id="fb-root"></div>
                    <xf:js>(function(d, s, id) {
                        var js, fjs = d.getElementsByTagName(s)[0];
                        if (d.getElementById(id)) return;
                        js = d.createElement(s); js.id = id;
                        js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.12&appId=152215748776501&autoLogAppEvents=1';
                        fjs.parentNode.insertBefore(js, fjs);
                    }(document, 'script', 'facebook-jssdk'));</xf:js>

Anyone got an idea how to edit this?
 
Last edited:
Tried to edit the "connected_account_associated_facebook" template:

This is the template used on the connected account page

Anyone got an idea how to edit this?

This would be the correct template, but unfortunately you don't really get much control over what it displays. You can check out the other Facebook widgets they offer to see if there is something else you like: https://developers.facebook.com/docs/plugins/page-plugin/
 
How come the logo is smaller in chrome than it is in IE ?

Driving me nuts trying to resize in chrome

That doesn't sound intended, tagging @Ian Hitt to take a look :)

@Jake B. It shouldn't be that hard to replace the js with an image with hard-coded link to a specific Facebook page...?

Oh, so you don't want the feed or number of followers or any of that? If that's the case you can just create a new HTML widget containing whatever you'd like and place it in that location :)
 
That doesn't sound intended, tagging @Ian Hitt to take a look :)

Thanks, its on the newest version. Never used to show like that.

Fine in IE but in other browsers its small.
Dunno if its just me being daft thou...
 

Attachments

  • 15466980520885424609991470911537.webp
    15466980520885424609991470911537.webp
    106.4 KB · Views: 15
  • 15466981568566354403914195836291.webp
    15466981568566354403914195836291.webp
    86.2 KB · Views: 15
@ThemeHouse,

I found an add-on incompatibility with the UI.X 2 add-on and the Amazon Parser add-on by @AndyB (which is a very popular add-on as I'm sure you're aware).

If you use two links in the same sentence (or paragraph) the first link and all of the text before it will be completely stripped out.

To test this, install the Amazon Parser add-on with UI.X 2 and copy and paste this text to a post:

This is a long paragraph and this is the first link. Now here's another sentence in the same paragraph with a second link.

Those links can link to any Amazon product you want FYI, I'm just using two random products as an example. I'm not entirely sure what's going on here, but it seems like a regex issue.
 
@ThemeHouse,

I found an add-on incompatibility with the UI.X 2 add-on and the Amazon Parser add-on by @AndyB (which is a very popular add-on as I'm sure you're aware).

If you use two links in the same sentence (or paragraph) the first link and all of the text before it will be completely stripped out.

To test this, install the Amazon Parser add-on with UI.X 2 and copy and paste this text to a post:

This is a long paragraph and this is the first link. Now here's another sentence in the same paragraph with a second link.

Those links can link to any Amazon product you want FYI, I'm just using two random products as an example. I'm not entirely sure what's going on here, but it seems like a regex issue.
I see you've created a ticket on this and that one of our developers is communicating with you now. Good to hear and hope that this issue can be resolved soon for ya. Thank you for reporting this! :)
 
How come the logo is smaller in chrome than it is in IE ?

Driving me nuts trying to resize in chrome

I've responded to your answer in our support ticket :) For anyone else who may have a similar issue, just remember that if you do not have a 2x (that is, an image file that is double the size) image of your logo, then leave the 2x style property blank.
 
Gooood afternooon! How is progress coming on a 2.1-ready theme?

I really want to get our forum up to 2.0, but, I don't want to work on a 2.0 theme and then have to redo all the work for 2.1. Will there be a direct upgrade path for 2.1? Or should I just wait until you have a 2.1-compatible version released?

I have one major add-on I am waiting on that still isn't ready for 2.0 yet, but given their poor support, I may end up dropping it if I can find a replacement. (It's a trader rating add-on.)

Just trying to plan ahead for the next few busy months.
 
Gooood afternooon! How is progress coming on a 2.1-ready theme?

I really want to get our forum up to 2.0, but, I don't want to work on a 2.0 theme and then have to redo all the work for 2.1. Will there be a direct upgrade path for 2.1? Or should I just wait until you have a 2.1-compatible version released?

I have one major add-on I am waiting on that still isn't ready for 2.0 yet, but given their poor support, I may end up dropping it if I can find a replacement. (It's a trader rating add-on.)

Just trying to plan ahead for the next few busy months.
We are still working on the 2.1 version which is going quite well, we don't have an official ETA of release yet. But we are hoping to have it out before or after XenForo releases the release candidate for XF2.1 but if anything changes we'll post here.

Also, if you're interested in custom development for such an add-on. Go ahead and create a ticket on it as we'll be able to work with you and get you an official quote.
 
Back
Top Bottom