|
One more question. In 4.0 I allowed PDF files to be available. I added this to the multimedia variable in pp-inc.php, but now I don't have an option to download the pdf file and the thumbnails are not working. Below is the line I updated:
elseif ( stristr($bigimage,".wmv") || stristr($bigimage,".mpg") || stristr($bigimage,".avi") || stristr($bigimage,".doc") || stristr($bigimage,".xls") || stristr($bigimage,".pdf") ) {
Thanks for any advice.
Fred
|