eriksmans
Forum Replies Created
-
Forum: Plugins
In reply to: [Mmm Simple File List] Download filesI have found a solution, it works for me. I put the code here for other user who want to accomplish the same. You have to put this in your .htaccess
<FilesMatch “\.(jpg|pdf)$”>
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>Forum: Plugins
In reply to: [Mmm Simple File List] Download filesHi Adam,
I really like your plugin. As another user asked, how can I adjust the code so people can download instead of viewing a file. I have a page with PDF’s and I want my users to download the PDF’s.
Thank you!
Forum: Themes and Templates
In reply to: different header different pageHi David,
I get the same result, with this code, so on contact a blank space ( where the picture should be ) and than the rest of my website with the standard header…So no luck with that either
Thanks for the help
Forum: Themes and Templates
In reply to: different header different pageHi David,
When I try this I get a blank space on my page where the header should be and underneath my site starts. If you check my website and than contact you see what I mean. Here is my code that I have for my header, hope you can help me.
[Code moderated as per the Forum Rules. Please use the pastebin]