Simple Machines Community Forum

SMF Support => SMF 2.1.x Support => Topic started by: gevv on July 03, 2022, 04:55:49 AM

Title: Move Topic link problem
Post by: gevv on July 03, 2022, 04:55:49 AM
Hi,

The link does not open on the moved topic information topic  (smf 2.1.2)


edit topic  no problem with content;

This topic has been moved to [url="http://localhost/smf/index.php?board=2.0"]xxx board[/url].

[iurl]http://localhost/smf/index.php?topic=1.0[/iurl]

html output has a problem;

This topic has been moved to <a href="//%22http://localhost/smf/index.php?board=2.0%22" class="bbc_link" target="_blank" rel="noopener">xxx board</a>.<br><br><a href="http://localhost/smf/index.php?topic=1.0" class="bbc_link">http://localhost/smf/index.php?topic=1.0</a>
href="//%22http://localhost/smf/index.php?board=2.0%22


Note: Sorry i posted this in the wrong section. Please move topic SMF  2.1 support
Title: Re: Move Topic link problem
Post by: Aleksi "Lex" Kilpinen on July 03, 2022, 05:45:01 AM
What is the forum url in your settings?
Title: Re: Move Topic link problem
Post by: Arantor on July 03, 2022, 05:56:54 AM
Smells like a language pack problem to me where the URL is quoted but the post isn't parsed through the full validation chain to fix it.

The URL isn't wrong, because the iurl tag is built correctly.
Title: Re: Move Topic link problem
Post by: gevv on July 03, 2022, 06:41:46 AM
Quote from: Aleksi "Lex" Kilpinen on July 03, 2022, 05:45:01 AMWhat is the forum url in your settings?

There is no problem in my url settings, I tested it on active and local sites

Quote from: Arantor on July 03, 2022, 05:56:54 AMSmells like a language pack problem to me where the URL is quoted but the post isn't parsed through the full validation chain to fix it.

The URL isn't wrong, because the iurl tag is built correctly.


I tried Turkish, English and French, the problem persists


Title: Re: Move Topic link problem
Post by: gevv on July 04, 2022, 05:41:21 PM
I think this is a bug