I have the following content in {photos_link}:
http://www.google.com
When I include the following code in my template:
{if photos_photo}
<h2>{photos_photo}</h2>
<p> <div class="labs"><br />
</p><h2><a href="http://{photos_link}">{photos_caption}</a></h2>
<p> </div><br />
{/if}
The following html is returned by the server:
<h2><a href="http://popeye.fmr.com:9080/ExpressionEngine/images/photo/icon_facebook.jpg">http://popeye.fmr.com:9080/ExpressionEngine/images/photo/icon_facebook.jpg</a></h2>
<p> <div class="labs"><br />
</p><h2><a >http://www.google.com">Google</a></h2>
<p> </div>But when I hover over the link on the page, I get the following:
<a href="http://popeye.fmr.com:9080/ExpressionEngine/ee_fidelity/http://www.google.com">http://popeye.fmr.com:9080/ExpressionEngine/ee_fidelity/http://www.google.com</a>Why is http://popeye.fmr.com:9080/ExpressionEngine/ee_fidelity/ getting prepended to my content (URL)?
By the by, the channel_auto_link_urls is ‘n’ for the “photos” channel.