Maybe it is too many hours in front of the monitor, but a very small issue is now looming large.
I have a simple one line weblog that holds the link to an uploaded file. The field has no formatting and is called resource.
I have placed it on a page as follows:
{exp:weblog:entries weblog="webinars" limit="5" disable="categories|category_fields|custom_fields|member_data|pagination|trackbacks" site="3" }
<li><a href="http://{resource}">{title}</a></li>
{/exp:weblog:entries}However, on the active page (which I can’t display because it is password protected) the link appears as follows:
The link should be:
http://www.miraclesofpublicaffairs.org/_webinars/nameofvideo.wmv
I have done this kind of thing loads of times in the past, so I am stumped as to why it won’t display properly.
Any clues are welcome.
Thanks.