I have created a custom member field, {Google_Plus_URL}, where a URL like, https://plus.google.com/1051794532082275037724 can be entered.
In my template, I reference this field as such:
{if Google_Plus_URL}
Connect with <a href="http://{Google_Plus_URL}rel=author">{screen_name} on Google+</a>
{/if}The end result is, unexpectedly:
Connect with <a href="http://a" rel="author">https://plus.google.com/105179240822750377794</a>">Mike Adamick on Google+</a>In researching this issue, I come across the “Automatically turn URLs and email addresses into links” options in relation to channels, but there doesn’t appear to be an similar setting for member data. Is is possible to prevent custom member fields from being automatically formatted?
I’m using EE v2.5.5