I have a channel that has a textarea with a number of links in it. On the template those are being manipulated by EE, and I’m not sure why. For example, these links:
<a href="/add-ons">View the Add-on library »</a>
<a href="/add-ons/ee2">EE 2 Ready Add-ons »</a>
<a href="/filter/?t=ext">Extensions »</a>
<a href="/filter/?t=mod">Modules »</a>
<a href="/filter/?t=plug">Plugins »</a>are being output like so (imagine there are no spaces between the ‘%’ symbols and the number following them):
<a href="http://devot-ee.com/?URL=%">View the Add-on library »</a>
<a href="http://devot-ee.com/?URL=%">EE 2 Ready Add-ons »</a>
<a href="http://devot-ee.com/?URL=%">Extensions »</a>
<a href="http://devot-ee.com/?URL=%">Modules »</a>
<a href="http://devot-ee.com/?URL=%">Plugins »</a>In my channel prefs, I have the “Automatically turn URLs and email addresses into links?” setting set to “no”. I’m not sure where else to look. I know EE does this for URL’s in the Control Panel (I’ve seen that before in EE1, at least) but I’ve never seen this on the front end. You can see the URL’s yourself by hovering over the links in the “Over 800 Ways…” splash area at the upper right of the devot-ee.com homepage.