• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] PDF and Docs uploaded

Started by max18121980,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

max18121980Topic starter

Dear Alexander, I'm afraid for you to handle, since I appreciate your time and your knowledge in programming.

I very much hope that my idea would have a place in life. It would be possible to add make uploading documents (PDF) like videos and photos for later viewing online.
  •  

PHPVibe A.

I guess you could modify the images supported format to handle pdf extension in com/com_image.php (or clone it, create a new rewrite rule, new com, etc)

$allowedExtArray = array('jpg', 'png', 'gif');	# Set allowed file types


and then handle the pdf rendering in tpl/main/othermedia.php

Similar topics (7)