K koraldon Active member Nov 19, 2020 #1 Hi, I'm using html <a href="link"> in a forum description. However, it seems to inject the forum base route so the link is not working. Is this a feature or a bug?
Hi, I'm using html <a href="link"> in a forum description. However, it seems to inject the forum base route so the link is not working. Is this a feature or a bug?
P Paul B XenForo moderator Staff member Nov 19, 2020 #2 It works for me using this: Upvote 0 Downvote
K koraldon Active member Nov 19, 2020 #3 This is the code at the node description Code: <a href=“http://members.pundak.co.il/world”> This is the link address in the frontend: Code: https://www.pundak.co.il/forums/forums/%D7%A4%D7%95%D7%A8%D7%95%D7%9D-%D7%9E%D7%9C%D7%A1%D7%98%D7%A8%D7%94.7/%E2%80%9Chttp://members.pundak.co.il/world/%E2%80%9D Found the issue, the " was not embedded correctly when using hebrew... it was input as utf8 character. Upvote 0 Downvote
This is the code at the node description Code: <a href=“http://members.pundak.co.il/world”> This is the link address in the frontend: Code: https://www.pundak.co.il/forums/forums/%D7%A4%D7%95%D7%A8%D7%95%D7%9D-%D7%9E%D7%9C%D7%A1%D7%98%D7%A8%D7%94.7/%E2%80%9Chttp://members.pundak.co.il/world/%E2%80%9D Found the issue, the " was not embedded correctly when using hebrew... it was input as utf8 character.