SMFHacks.com

GDPR Pro => Support => Topic started by: Shades on March 01, 2022, 05:07:45 pm

Title: BBC Links in Privacy Policy Editor
Post by: Shades on March 01, 2022, 05:07:45 pm
SMF 2.1.1

Having an issue editing BBC links. When I create the BBC link in the privacy policy like this:
Code: [Select]
[url=https://mysite.com/index.php?action=contact]Contact Form[/url]It's fine at first!

But when I go back in to edit it doubles the URL and has quotes "" and \ like this:
Code: [Select]
[url="https://mysite.com/\"https://mysite.com/index.php?action=contact\""]Contact Form[/url]
And on the front end looks like this:
Code: [Select]
https://mysite.com/%5C%22https://mysite.com/index.php?action=contact%5C%22
So each time I go in to edit I have to make sure I remove the "Quotes", the \'s and totally redo the links.

Can you solve this?

P.S. This happens with the ezPortal BBC ezBlock too but I'll post over there! ;)

Thanks,
Shades 8)
Title: Re: BBC Links in Privacy Policy Editor
Post by: Shades on March 07, 2022, 05:12:48 pm
Anyone else experienced this? ???
Title: Re: BBC Links in Privacy Policy Editor
Post by: SMFHacks on March 07, 2022, 06:36:47 pm
Copy to your sources folder and see if it helps
Title: Re: BBC Links in Privacy Policy Editor
Post by: Shades on March 07, 2022, 07:47:57 pm
No didn't work! As soon as I click "update" my link looks like this:

Code: [Select]
[url="https://bikerhound.com/\"https://bikerhound.com/index.php?action=contact\""]Contact Form[/url]
But I typed this:

Code: [Select]
[url=https://bikerhound.com/index.php?action=contact]Contact Form[/url]
It does fine on the initial update but if I click "update" for the second time and don't change anything, that's when it messes up. ???