Hello, why the member can not add more photos in just one image, then get message access denied why ? i have there can add 5 photos but still get that message. Where is bug and how that can fix?
Hello, why the member can not add more photos in just one image, then get message access denied why ? i have there can add 5 photos but still get that message. Where is bug and how that can fix? |
Check the action to see what the repeat time is. It is 5 photos for every xx time period. Say you have it set to 24 hours. They can upload five photos and then have to wait for 24 hours to upload more. BTW: how do you want the action to be? It can be a bit confusing. That 24 hours is from the last photo they uploaded that sets the condition as met. I am still unsure how actions work and there have been some detailed discussion on this from folks that should know but were unsure as well. Geeks, making the world a better place |
Check the action to see what the repeat time is. It is 5 photos for every xx time period. Say you have it set to 24 hours. They can upload five photos and then have to wait for 24 hours to upload more. BTW: how do you want the action to be? It can be a bit confusing. That 24 hours is from the last photo they uploaded that sets the condition as met. I am still unsure how actions work and there have been some detailed discussion on this from folks that should know but were unsure as well. I have there 5 photos and 24 hours but i think if that is 24 hours and then not can add more photos, because i dont want can add more that 5 photos. but still cant add only that one photo.
|
Actions are more of a repeat thing. Limit what one can do in a time period, but it resets and they get to do it again. You are not the first to ask for this. What is needed is a modification. Set the action to unlimited; but have an additional check for the number one can upload. That requires an additional field somewhere; or perhaps a new table and new fields coupled with a module. I have not seen such a module; it would need to tie in with the files uploader. User goes to upload a photo, the uploader checks the database and sees that the user has reached their limit; it replies back with, you have reached your limit for this type of upload; or better, You have reached your limit on Photos. Geeks, making the world a better place |
Actions are more of a repeat thing. Limit what one can do in a time period, but it resets and they get to do it again. You are not the first to ask for this. What is needed is a modification. Set the action to unlimited; but have an additional check for the number one can upload. That requires an additional field somewhere; or perhaps a new table and new fields coupled with a module. I have not seen such a module; it would need to tie in with the files uploader. User goes to upload a photo, the uploader checks the database and sees that the user has reached their limit; it replies back with, you have reached your limit for this type of upload; or better, You have reached your limit on Photos.
So what i can do now so all works well?
|
The only suggestion I have is to try and set the number of photos to five; and set the reset period to a very long time; say as in 100 years. Other than that, you need to see if someone will write a custom mod for this. Geeks, making the world a better place |
I dont understand all works fine earlier everybody can put that quantum what ois put there like 5 photo and now cant put only that one. what is change and where that chage happen. |
Something needs to be done that can upload photo to more than one photo. |
Edit the action and see if that is the cause of the problem. If you remove the reset time, and it works, then you know it is the reset time that is stopping the action. Geeks, making the world a better place |
Edit the action and see if that is the cause of the problem. If you remove the reset time, and it works, then you know it is the reset time that is stopping the action. And where i reset that then? |
if i get off that 24 there so then member can add photo and not be limit. |
even i get off that 24 still is access denied |
even i get off that 24 still is access denied Then it is not the actions that is causing the access denied. Have you set rules in the Page Access Control? An improper rule there has caused that "Access Denied" for me on uploading photos. Geeks, making the world a better place |