File Uploads
Author | Posts |
---|---|
May 10, 2013 at 3:49 pm 3480 | |
madegood | Hello, I seem to be having an issue where if I upload a .jpg or really any file format, it shows up for me in the project thread but in the front-end anyone else on the project cannot see it. Any ideas? |
May 10, 2013 at 5:49 pm 3488 | |
Mahi | Users can see project(s) and inside elements ONLY if they assigned in to that project. |
May 10, 2013 at 6:02 pm 3490 | |
dalbeck | The user is apart of the project thread and I also used the Notify User of Post check box. |
May 14, 2013 at 12:46 am 3573 | |
maurodi | Hi, is it possible to enter in the list of uploadable files the ePub format? |
May 14, 2013 at 7:56 am 3584 | |
Tareq Hasan | This solution should work. |
May 14, 2013 at 7:28 pm 3624 | |
maurodi | Hi |
May 14, 2013 at 7:48 pm 3625 | |
Tareq Hasan | Use this snippet to add epub support to WP User Frontend return $extensions; add_filter( ‘wpuf_allowed_extensions’, ‘wpufe_epub_ext’ ); |
July 24, 2013 at 9:51 pm 6286 | |
madegood | Hi, I’d like to upload .gpx files and am using the code posted most recently by tareq. The file uploads just fine, but when I publish the post the file is not associated with that particular post in any way. Any ideas? Cheers |
July 24, 2013 at 10:26 pm 6290 | |
madegood | Okay sorry, I worked it out. Needed to give it a meta key. |