Skip to main content

Questions tagged [encode]

0 votes
1 answer
96 views

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 ...
Megan McFarland's user avatar
1 vote
1 answer
107 views

Is there an add-on for JSON_Encode for EE3? We used one before in our previous EE2.5 version to convert EE channel entries for our mobile site.
Michael Cook's user avatar
1 vote
1 answer
168 views

Am trying to include an html encode php script on the very top of a layout template. Am allowing php to execute on this layout template, however I end up with something like this {!-- ra:...
Noor M's user avatar
  • 98
0 votes
2 answers
131 views

I am storing site settings using stash and would like to pull out the email address from stash and use it in the EE encode tag. Does anyone know if this is possible? I have tried a few different ...
W3bGuy's user avatar
  • 1,610
0 votes
1 answer
183 views

I have some modules on a site that basically functions as ORMs and one as a search engine for those ORMs. The problem I'm currently running into is that when a search term is submitted, it gets double ...
jrothafer's user avatar
  • 5,900
0 votes
0 answers
113 views

A client is complaining about an increase in SPAM so I'm looking into using the "encode" tag on email addresses on the site. All email addresses are generated from channel entries from a text field ...
Mike Lohrman's user avatar
0 votes
1 answer
159 views

How do I get EE to actually print out the email {apply_email} instead of making a javascript obfuscated email address in the templates? Is there an option I can put on the tag to do this?
user52144's user avatar
1 vote
1 answer
488 views

I need to use some kind of "encoded" value for title/url-title, and I was thinking of using md5 or sha-1 hash code for this. The idea is that user receives email link to the entry, but it is supposed ...
Davor Peic's user avatar
1 vote
0 answers
146 views

I have an editor configuration set up using emailProtection. emailProtection is set to Encode. If the user adds an email link in the WYSIWYG editor, when it is rendered in the page, it has the ...
user1663's user avatar
2 votes
6 answers
545 views

I've just discovered that for some channel fields (from investigations so far, those that are marked for markdown formatting) {encode email="[email protected]" title="send me an email"} will that tag as ...
UltraBob's user avatar
  • 943
1 vote
3 answers
917 views

I use {encode="{webmaster_email}" title="Send E-Mail"} to hide my email address from harvester bots. When I use this code within my template all is fine. This code is also part of the footer. The ...
awa's user avatar
  • 525