0

Obscure, (see files on GitHub), encodes all content between the tags {exp:obscure}{/exp:obscure} similar to the way the {encode} tag for email works in ExpressionEngine. Add-on provides additional flexibility by allowing you to include other elements or images within the tag. For example:

<li>
  {exp:obscure}
    <a href="mailto:[email protected]?subject=I can fix Obscure Add-On">
      <img src="...envelope-icon.svg" alt="Email Megan" />
    </a>
   {/exp:obscure}
</li>

Currently this add-on only works in EE version 2 & 3. ☹️

Are there any PHP-savvy folks out there interested in updating this code so it works in ExpressionEngine 5?

1
  • ready for merge Commented Sep 13, 2019 at 3:08

1 Answer 1

1

The update is waiting for you. You can take it in my fork or approved push request which I did for your repo.

p.s. I will do some extra updates this evening because I can see that some unsafe method using - like $_POST

1
  • Thanks so much, Max! I really appreciate this! Commented Sep 13, 2019 at 17:37

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.