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
What is the forum url in your settings?
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.
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
I think this is a bug