ahh.. okay i’ve had to really look into this—what’s happening is it’s not rendering the custom field with the url inside it for any member that’s not a super admin.
When we publish from the CP, we add a pdf to that field that’s specified as a file field. On the front end our code looks like this:
{exp:channel:entries channel="morningcomments" sort="desc" limit="1"}
<a href="http://{cattlemorningcommentspdf}">DOWNLOAD THE PDF</a>
{/exp:channel:entries}This is what’s rendering if you’re any member besides a super admin:
<a href="http://">DOWNLOAD THE PDF</a>