Howdy,
I have uploaded a set of PDF files to the Member Downloads section via the file manager. All files uploaded show a generic document icon on the left; only those files which were there originally have an icon which identifies the file type as PDF. I was going to take a screen shot, but the first image on your support/doc page at
support.toastmastersclubs.org/component/zoo/item/downloading
shows the same symptoms. Curious I am.
I tried changing the file's protection state because, coincidently, the 2 original files were public while the ones I uploaded were Members Only, but that didn't (I'm glad) change anything. Something other than file extension? Looking at the HTML source below I see that the image file blank.png is chosen for my file ACFORM.PDF while pdf.png is chosen for the original file.
<tr><td valign=top ><a href="ACFORM.PDF" class="download" title="ACFORM.PDF"><
img src="/images/icons/blank.png" border=0 title="ACFORM.PDF"></a></td><td valign=top ><a href="ACFORM.PDF" class="download" title="ACFORM.PDF">Ah Counter's Log and instructions</a></td><td align=right >22 KB</td></tr>
<tr><td valign=top ><a href="VBP005_Discover_Confidence_VBP_FFE.pdf" class="download" title="VBP005_Discover_Confidence_VBP_FFE.pdf"><
img src="/images/icons/pdf.png" border=0 title="VBP005_Discover_Confidence_VBP_FFE.pdf"></a></td><td valign=top ><a href="VBP005_Discover_Confidence_VBP_FFE.pdf" class="download" title="VBP005_Discover_Confidence_VBP_FFE.pdf">Discover Confidence (Brochure)</a></td><td align=right >1 MB</td></tr>
What sets/chooses the .PNG file? I would think that during the upload, the extension of the file would do so, but it seems that that is not the case. Please advise.
Art F.