PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old 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?
MikQuattro is offline   Reply With Quote
Old February 20th, 2005, 06:49 PM   #2 (permalink)
rbl
Senior Member
Verified Customer
 
Join Date: Aug 2003
Location: Portugal
Posts: 492
Send a message via AIM to rbl Send a message via MSN to rbl
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?
rbl is offline   Reply With Quote
Old 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....
MikQuattro is offline   Reply With Quote
Old February 20th, 2005, 08:13 PM   #4 (permalink)
rbl
Senior Member
Verified Customer
 
Join Date: Aug 2003
Location: Portugal
Posts: 492
Send a message via AIM to rbl Send a message via MSN to rbl
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.
rbl is offline   Reply With Quote
Old February 20th, 2005, 09:15 PM   #5 (permalink)
Ultimate Member
Verified Customer
 
Join Date: May 2004
Location: Tempe, Arizona
Posts: 2,240
Send a message via MSN to mholtum Send a message via Yahoo to mholtum
Re: How Do I Allow One Category To Have No Max Upload Limit?

Create a "universal" account and allow access to your members.
mholtum is offline   Reply With Quote
Old February 20th, 2005, 09:25 PM   #6 (permalink)
Registered User
Verified Customer
 
KW802's Avatar
 
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.
KW802 is offline   Reply With Quote
Old February 20th, 2005, 09:30 PM   #7 (permalink)
Ultimate Member
Verified Customer
 
ConqSoft's Avatar
 
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.
ConqSoft is offline   Reply With Quote
Old 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!
MikQuattro is offline   Reply With Quote
Old February 21st, 2005, 03:29 PM   #9 (permalink)
Brian
Guest
 
Posts: n/a
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.
  Reply With Quote
Old February 21st, 2005, 03:38 PM   #10 (permalink)
Registered User
Verified Customer
 
KW802's Avatar
 
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.
KW802 is offline   Reply With Quote
Old February 21st, 2005, 04:03 PM   #11 (permalink)
rbl
Senior Member
Verified Customer
 
Join Date: Aug 2003
Location: Portugal
Posts: 492
Send a message via AIM to rbl Send a message via MSN to rbl
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.
rbl is offline   Reply With Quote
Old 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!
MikQuattro is offline   Reply With Quote
Old 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.
Damian is offline   Reply With Quote
Old March 9th, 2005, 08:53 AM   #14 (permalink)
Brian
Guest
 
Posts: n/a
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)
  Reply With Quote
Old 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.
Damian is offline   Reply With Quote
Old 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
headmaster is offline   Reply With Quote
Old 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 *
headmaster is offline   Reply With Quote
Old July 27th, 2005, 05:40 AM   #18 (permalink)
vissa
Guest
 
Posts: n/a
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.
  Reply With Quote
Old 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!
MikQuattro is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[PP521] Max number of images in category mtha Photopost Pro How Do I...? 4 December 1st, 2005 10:53 AM
How Do I Allow One Or More Categories To Have No Max Upload Limit? MikQuattro How Do I? - vBulletin 3.5.X 1 October 27th, 2005 10:41 PM
How do I increase the upload max from 2MB? r13ater How Do I? - vBulletin 3.0.X 2 August 10th, 2005 10:03 PM
where to set max limit download size for pics? NooB Nephalim Photopost Pro How Do I...? 2 April 9th, 2005 08:25 AM
User-created subdirectories independent of max upload limit scionlife General Discussion 11 November 8th, 2004 04:52 PM


All times are GMT -5. The time now is 10:55 PM.

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