PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   Super Mod uploaded image to my category and he shouldnt be able to (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/118262-super-mod-uploaded-image-my-category-he-shouldnt-able.html)

BrentWilson May 9th, 2005 07:55 PM

Super Mod uploaded image to my category and he shouldnt be able to
 
http://www.mustangevolution.com/gall.../1/3/test2.jpg

You can see that I have it set so that no one but me can upload to this category... but my super moderator was able to upload to the category by clicking the upload button in the gallery navbar and then selecting my political category. I logged in as a reg user and could not see my category however.

What am I missing?

BrentWilson May 9th, 2005 09:34 PM

Re: Super Mod uploaded image to my category and he shouldnt be able to
 
I can confirm that Supermods AND other Admins can see my categories and upload to them even though I have specified that no one is allowed to do so.

While I know that you are aware that this does do this I believe it should not be setup this way. Admins and Supermods will acciedentally upload to the wrong directory etc etc.

BrentWilson May 11th, 2005 05:38 PM

Re: Super Mod uploaded image to my category and he shouldnt be able to
 
bump this is really important to me to be able to limit ever user to be able to see their categories only. It gets way to confusing for me and my supermods and other admins as the categories begin to grow!

Brian May 11th, 2005 06:53 PM

Re: Super Mod uploaded image to my category and he shouldnt be able to
 
Try looking in your forum/includes/functions_gallery.php file for this code:
Code:

Content visible to verified customers only.
Replace with this:
Code:

Content visible to verified customers only.
And see if that takes care of the problem.

BrentWilson May 11th, 2005 08:07 PM

Re: Super Mod uploaded image to my category and he shouldnt be able to
 
That did not fix it :(

Brian May 11th, 2005 08:27 PM

Re: Super Mod uploaded image to my category and he shouldnt be able to
 
Sorry about that, I must have been looking at the wrong code. If you\'ll look for this bit of code and add // in front of it to comment it out then that should prevent other users from uploading.
Code:

Content visible to verified customers only.

BrentWilson May 11th, 2005 08:31 PM

Re: Super Mod uploaded image to my category and he shouldnt be able to
 
Quote:

Originally Posted by Brian
Sorry about that, I must have been looking at the wrong code. If you\'ll look for this bit of code and add // in front of it to comment it out then that should prevent other users from uploading.
Code:

Content visible to verified customers only.

I don\'t have that code in includes/functions_gallery.php

BrentWilson May 11th, 2005 08:33 PM

Re: Super Mod uploaded image to my category and he shouldnt be able to
 
Quote:

Originally Posted by BrentWilson
I don\'t have that code in includes/functions_gallery.php

Never mind I found it... for some reason wasnt finding the whole thing

BrentWilson May 11th, 2005 08:35 PM

Re: Super Mod uploaded image to my category and he shouldnt be able to
 
and that fixed it!

Thanks alot!


All times are GMT -5. The time now is 08:27 AM.

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