XF 1.5 Convert URL to page titles not working

micron

Member
In the settings have enabled the option that links to topics were automatically converted into the title. But the links do not change the name.

The forum enabled SEO links. The format of the links on the forum the following - /threads/11111.

What can be the reason? Checked post new links, covert's not happening.
 
Are you referring to links to your own site not working or are links to other sites not working? Can you provide some example links?
 
Does not work replacing references to the name of the topic inside the forum. In the message I specify a link to the forum thread. It should display not just the link and show the name of the topic.
 
What if you post the link exactly like this:
Code:
https://www.google.ru/

Note that URLs are only technically valid if they have a protocol (in this case https). We do try and coerce this out as a valid URL, but we will assume "http" and in the case of Google, this will redirect to the "https" version of their page. If a redirect happens and you're running the latest version of XF, then for security reasons our HTTP client won't follow this and therefore won't return the correct title.

So, try the link as exactly as I wrote it above and let us know if that works.
 
Well, it could be a similar thing.

For example if the URL you are posting does any sort of redirect, then we won't follow that redirect.

However, it could also be down to domain name resolution or a firewall issue on the internal network your server is connected to. Your host may be better placed to advise you and support you with this.
 
I do this question aside, because now the problem may be due to the fact that the test forum is on temporary hosting. When I take the final forum on Xeno, and if the problem remains, then I will. Thanks for the help.
 
Top Bottom