UI.X 2

UI.X 2 2.2.15.0.2

No permission to download
Unsure why that black line is showing as I'm not able to replicate it on our demo boards but to better assist you go ahead and create a ticket on it so our team can take a look

I have seen this before, it has to do with screen resolution. On certain scales you will see it, on larger ones it's not noticeable.
 
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! :)
 
Top Bottom