 | |  | |
February 20th, 2005, 06:39 PM
|
#1 (permalink)
| | Junior Member Verified Customer
Join Date: Mar 2003
Posts: 11
| How Do I Allow One Category To Have No Max Upload Limit?
I would like to have one category which doesn't have any max upload limit, so if a member posts in that particular category, it doesn't count against their max limit. Can anyone help? |
| |
February 20th, 2005, 06:49 PM
|
#2 (permalink)
| | Senior Member Verified Customer
Join Date: Aug 2003 Location: Portugal
Posts: 492
| Re: How Do I Allow One Category To Have No Max Upload Limit?
Max upload limit? Do you mean a category where the space used by the photos isn't decreased in the user's available space?
|
| |
February 20th, 2005, 07:07 PM
|
#3 (permalink)
| | Junior Member Verified Customer
Join Date: Mar 2003
Posts: 11
| Re: How Do I Allow One Category To Have No Max Upload Limit?
Exactly...members can post as many photos as they want in one particular category and it won't affect their available space.... |
| |
February 20th, 2005, 08:13 PM
|
#4 (permalink)
| | Senior Member Verified Customer
Join Date: Aug 2003 Location: Portugal
Posts: 492
| Re: How Do I Allow One Category To Have No Max Upload Limit?
I believe that's not possible without major, and I do mean *major* hack.
|
| |
February 20th, 2005, 09:15 PM
|
#5 (permalink)
| | Ultimate Member Verified Customer
Join Date: May 2004 Location: Tempe, Arizona
Posts: 2,240
| Re: How Do I Allow One Category To Have No Max Upload Limit?
Create a "universal" account and allow access to your members.
|
| |
February 20th, 2005, 09:25 PM
|
#6 (permalink)
| | Registered User Verified Customer
Join Date: Nov 2005
Posts: 1,400
| Re: How Do I Allow One Category To Have No Max Upload Limit? Quote: |
Originally Posted by MikQuattro I would like to have one category which doesn't have any max upload limit, so if a member posts in that particular category, it doesn't count against their max limit. Can anyone help?  | Strangely enough this same issue has popped up for me also but in reverse. I want users to be able to upload as much as they want in all of the generic forums but in the one forum that I specify as "Member's Category" I want the user group limits to kick in. The thought process is that can can upload as much as they want for the 'on-topic' categories but in the Member's Category area they can upload anything they want that is 'off-topic' but only within a specified space limit.
If nobody comes up with anything in a few days bump this thread again and I'll do what I can.
|
| |
February 20th, 2005, 09:30 PM
|
#7 (permalink)
| | Ultimate Member Verified Customer
Join Date: Nov 2003 Location: Raleigh, NC
Posts: 1,413
| Re: How Do I Allow One Category To Have No Max Upload Limit?
Should be easy to add a flag to the categories where you could turn On/Off if that category counts toward the user's limits or not.
|
| |
February 21st, 2005, 03:10 PM
|
#8 (permalink)
| | Junior Member Verified Customer
Join Date: Mar 2003
Posts: 11
| Re: How Do I Allow One Category To Have No Max Upload Limit? KW802, thanks for your (and everyone else's) reply. I've had a very good look at the code and templates and I'm afraid I won't be able to come up with anything on my own. Any help is appreciated....
Cheers! |
| |
February 21st, 2005, 03:29 PM
|
#9 (permalink)
| | Guest | Re: How Do I Allow One Category To Have No Max Upload Limit?
Look in your forum/includes/functions_gallery_imageedit.php file for: Code: Content visible to verified customers only.
Replace with: Code: Content visible to verified customers only.
Replace X with the catid and that should do the trick.
| |
| |
February 21st, 2005, 03:38 PM
|
#10 (permalink)
| | Registered User Verified Customer
Join Date: Nov 2005
Posts: 1,400
| Re: How Do I Allow One Category To Have No Max Upload Limit?
Cool. In my case it'd be == X. |
| |
February 21st, 2005, 04:03 PM
|
#11 (permalink)
| | Senior Member Verified Customer
Join Date: Aug 2003 Location: Portugal
Posts: 492
| Re: How Do I Allow One Category To Have No Max Upload Limit?
Brian, that's not a *major* hack =)
I thought a lot more code was needed to prevent users from circumventing the system by uploading to category X and then moving to other categories or keep Gallery from updating the db when editing the photo, etc.. that kind of things.
|
| |
March 8th, 2005, 05:55 PM
|
#12 (permalink)
| | Junior Member Verified Customer
Join Date: Mar 2003
Posts: 11
| Re: How Do I Allow One Category To Have No Max Upload Limit?
Thanks Brian....I appreciate that!  |
| |
March 8th, 2005, 10:25 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Jan 2005 Location: Kentucky, USA
Posts: 38
| Re: How Do I Allow One Category To Have No Max Upload Limit? Quote: |
Originally Posted by KW802 The thought process is that can can upload as much as they want for the 'on-topic' categories but in the Member's Category area they can upload anything they want that is 'off-topic' but only within a specified space limit. | I would like to do this as well. What exactly would I put here: Code: Content visible to verified customers only.
for multiple categories?
Thanks.
|
| |
March 9th, 2005, 08:53 AM
|
#14 (permalink)
| | Guest | Re: How Do I Allow One Category To Have No Max Upload Limit?
Replace the code you just posted with this instead: Code: Content visible to verified customers only.
(Replace X, Y, Z with the catids)
| |
| |
March 10th, 2005, 10:44 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Jan 2005 Location: Kentucky, USA
Posts: 38
| Re: How Do I Allow One Category To Have No Max Upload Limit?
Thanks Brian.
|
| |
June 10th, 2005, 03:56 AM
|
#16 (permalink)
| | Junior Member Verified Customer
Join Date: Sep 2004
Posts: 9
| Re: How Do I Allow One Category To Have No Max Upload Limit?
Execue me, i can't find the text above in the newest version of vBa Gallery but i found : Code: Content visible to verified customers only.
and change it to Code: Content visible to verified customers only.
But seem not working...
The user upload image to the category still counting quota..
Please help =D |
| |
June 11th, 2005, 11:07 AM
|
#17 (permalink)
| | Junior Member Verified Customer
Join Date: Sep 2004
Posts: 9
| Re: How Do I Allow One Category To Have No Max Upload Limit?
*bump * |
| |
July 27th, 2005, 05:40 AM
|
#18 (permalink)
| | Guest | Re: How Do I Allow One Category To Have No Max Upload Limit?
I would like kind of the opposite of this. It would be great if we could limit different sections to different amounts.
| |
| |
October 25th, 2005, 01:31 AM
|
#19 (permalink)
| | Junior Member Verified Customer
Join Date: Mar 2003
Posts: 11
| Re: How Do I Allow One Category To Have No Max Upload Limit?
Brian (or another clever individual), is this solution useable on vB v3.5?
Also, if I wanted this solution to affect two categories instead of just one, would I just add the other category ID number and seperate them with commas?
Thanx in advance! |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 10:55 PM. | |