Follow-up / similar error to When moving posts to another thread AND discourse is not in basepath - prefix is missing in href:
Background / pre-requisities:
-
I have a forum-installation in a subfolder (example.com/forum)
-
I have a private category which only certain groups can access. A topic is created in one of these.
-
I take a quote from one of these posts and copy it to a public topic.
Expected result:
-
It should as now - correctly say: “In another topic” since it cannot / should not access the private topic.
-
The link though, should go to the the topic so that users with access to the topic should be able to read it. I.e. path should be example.com/forum/t/XXX
Received result
- The path to the topic is example.com/forum/forum/t/XXXX
Additional info:
Here is
[quote="USERNAME, post:9, topic:68504"]
quoteed text
[/quote]
which is translated to:
https://example.com/forum/forum/t/68504/9
but should be translated to
https://example.com/forum/t/68504/9
Live production example: