XF 1.5 Welcome to XenForo 1.5 / Assorted Improvements

Welcome to XenForo 1.5. We're now ready to upgrade XenForo.com and start putting the new code through its paces. Following this, we will start the public beta process. All customers with active licenses will be able to download and test the new version. However, please be aware that beta versions are not supported and should not be installed on production sites.

There are still some other assorted improvements coming in XenForo 1.5 that we haven't covered yet, so let's look at those...

Link title conversion

When a post is made, links can automatically be converted to show the title of the page they link to. If enabled, a "simple" link like this:
Code:
[URL]https://xenforo.com/community/[/URL]
Would be automatically converted to:
Code:
[URL="https://xenforo.com/community/"]XenForo Community[/URL]

This process is similar to automatic media embedding. If a link uses something other than the URL as the anchor text, it will not be converted.

Proxy referral tracking

The link and image proxies now log aggregated referrer information:

upload_2015-6-30_13-27-43.webp


This can be used to determine where a particular image or link has been embedded or where it is most popular.

There is one entry per referral URL per image or link URL. This data can be maintained for a shorter amount of time than the base image/link proxy logs:

upload_2015-6-30_13-28-20.webp


Post and profile post edit alerts

XenForo 1.4 introduced author alerts to various post- and thread-related actions. We have already expanded this to similar actions with profile posts in 1.5, but we have also expanded this to cover post and profile post editing:

upload_2015-6-30_13-33-57.webp


upload_2015-6-30_13-30-46.webp


These both work similarly to the existing author alert systems.

Bypass spam check permission

Configuring XenForo's content-based spam prevention systems can help cut down on the amount of spam you receive, but they can be triggered by legitimate users. There is now a permission called Bypass spam check that allows you to exempt users from being checked against spam options or databases when they're creating content, regardless of the number of messages they have posted.

This is useful if you have an external or clear signal that the user is legitimate. For example, on XenForo.com, when a user associates their account with their license, we can be pretty sure they're not a spammer.



That sums up the big changes coming in XenForo 1.5. We'll be making tweaks over time based on the feedback we receive. If you have any specific suggestions, please post in the suggestions forum so it can be properly tracked. If you notice any bugs here since the upgrade to XenForo in 1.5, please post in the bugs forum.
 
Are the page titles fetched during for new imports? I have a fairly large board currently on VB4 to be imported to XF 1.5.
 
Are their more detailed information about the two-factor-authentication?
Especially about the ACP settings about this?

Can we e.g. force to set up a 2FA method for a specific user group?
And on the other hand can you disable/disallow a specific 2FA method for all users and/or for a specific user group?
And if so can you even disable the backup codes?
 
You mentioned this was customizable earlier in another thread.

If you post an external link, like so:

Code:
https://www.youtube.com/

It produces:

YouTube

However, if you post an internal link, like so:

Code:
https://xenforo.com/community/threads/welcome-to-xenforo-1-5-assorted-improvements.100565/

It produces:

XF 1.5 - Welcome to XenForo 1.5 / Assorted Improvements | XenForo Community

Is it possible to make it a bit more simple? Like this:

Welcome to XenForo 1.5 / Assorted Improvements
We've now rolled out a change here.

We now attempt to get the title from a site's og:title or twitter:title meta property first. These are the meta properties that Facebook and Twitter respectively use for things like link previews when a link is shared.

If it can't find either of these, it will just fall back to using the <title> tag.

9 times out of 10, these properties are likely to be the same as a title tag, but actually for XF boards it does lose the board title from the page title but it will still have the prefix.

This thread:
XF 1.5 - Welcome to XenForo 1.5 / Assorted Improvements
 
Hmm, I preferred it with the site name as I knew at a glance then what site the link was from.

Some sites I just refuse to visit so now it means hovering over the link and checking before clicking.
 
Hmm, I preferred it with the site name as I knew at a glance then what site the link was from.

Some sites I just refuse to visit so now it means hovering over the link and checking before clicking.
I assume the old method of editing the text for links still works, therefore you can't really trust it. I could type "Bug Report | XenForo Community" and link it to a Rick Roll Youtube video. You should always hover links.
 
very nice, what about building in the "Add-on Install & Upgrade" ?
i would think this would be a must feature to have.. i would love to have support to third party resource sites not just the ones linked to Xenforo

or to the very least able to connect to the addon's source Url to check for update and notify the admin when there is one. kinda hard to track over 100 plugins manually u know... i use plugins from other sites as well that are not listed in Xenforo so the Update checking would be a nice add...
same for theme & languages updates..

at least with 1.5 i can trash about 15-20 of my plugins..
 
Last edited:
Top Bottom