I am new to DNN and have just installed a fresh site (v04.04.00)
I have included a Media Module on one of my pages but I simply cannot get any media to display, I have tried Jpgs and Swfs but with no luck. I should say that this is when using the Filemanager to upload files and referencing them on my local site. If I reference the media by providing full urls to images then it works...
I have seen several threads that point to permissions for the media within the Filemanger, but as far as I can tell the media has all the correct permissions.
Viewing source doesn't help either as the 'src' for the image tag references LinkClick.aspx?
<img src='/UrbanElementDNN/LinkClick.aspx?link=image3.jpg&tabid=36&mid=374' Align='Left' Width='800px' Height='290px' alt='Power Tools' border='0'/>
I don't even have a file call LinkClick.aspx in the root of my application, should I? If anybody could point me in the correct direction that would be great, many thanks.