PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   File Type Restrictions (http://www.photopost.com/forum/photopost-pro-how-do-i/126058-file-type-restrictions.html)

Freesteyelz July 15th, 2006 05:18 AM

File Type Restrictions
 
1. Is it possible to restrict the uploading of certain file types (e.g., mpg, wmv, mov, etc.) to specified Usergroups?

2. And to restrict file types to specified categories?

Chuck S July 15th, 2006 07:51 AM

Answer to those questions is NO the file type is a global setting in Admin => Upload Options

Freesteyelz July 15th, 2006 05:35 PM

That's too bad. I'd like to see this option as a feature in a future release, however. Anyway, thank you for addressing my question. :)

Freesteyelz July 18th, 2006 02:30 AM

Updated: I think I got it to work on a user level. :)

I'm still working on "usergroupid" as called in vB but I've managed to get it working with PP's call of "userid". Here's what I did:

In uploadphoto.php find:
Code:

Content visible to verified customers only.
And replace it with:
Code:

Content visible to verified customers only.
Replace "x" and "y" for the Userid #'s and only these members will have multimedia upload permission. All other users will get an error that the file is not supported. The language.php will need to change accordingly.

If this is provien to work I'd like to post it in the Mod section. :)


All times are GMT -5. The time now is 03:59 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97