PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs - vBulletin 3.6x (http://www.photopost.com/forum/bugs-vbulletin-3-6x/)
-   -   Minimum Image and File Size [added 2.2] (http://www.photopost.com/forum/bugs-vbulletin-3-6x/127244-minimum-image-file-size-added-2-2-a.html)

dcpaq2 September 13th, 2006 12:43 AM

Minimum Image and File Size [added 2.2]
 
I would like to make the suggestion of having a feature added to Photo Post Vb Gallery that will allow the admin through the Admin Control Panel to place MINIMUM limits on users from uploading Images or files that are SMALLER than a determined size.

Most programs have limits placed on maximum sizes, but this one I would like to request a limit on minimum sizes.

This would be for both image dimentions as well as file sizes themself such as a zip or rar or pdf file when using multimedia mode.

I hope this will get considered and someday soon implimented.

Thanks much

Doug

Luciano October 22nd, 2006 06:04 AM

yes definetely.. users have been posting thumbnails instead of big pictures
Luc

Zachariah March 5th, 2007 06:35 PM

3 Attachment(s)
Test this out. :)

Dimentions
- Min Width
- Min Height

SQL - Note there is no table Prefix
Code:

Content visible to verified customers only.
Add 3 phrases:
1)
Phrase Type: Error Messages
Product: PhotoPost vBGallery
Varname: adv_gallery_imagetoosmall
Text: Your image is too small. The minimum dimensions for this type of image in this category are {1} x {2}.

2)
Phrase Type: PhotoPost vBgallery CP
Product: PhotoPost vBGallery
Varname: min_width
Text: Min Width

3)
Phrase Type: PhotoPost vBgallery CP
Product: PhotoPost vBGallery
Varname: min_height
Text: Min Height

Edit:
/forums/includes/functions_gallery_imageedit.php


Find:
Code:

Content visible to verified customers only.
Before Add:
Code:

Content visible to verified customers only.
Edit:
/forums/admincp/vba_gallery_admin.php file.


Find:
Code:

Content visible to verified customers only.
Replace:
Code:

Content visible to verified customers only.
Find:
Code:

Content visible to verified customers only.
Below Add:
Code:

Content visible to verified customers only.
Find:
Code:

Content visible to verified customers only.
Replace:
Code:

Content visible to verified customers only.
Find:
Code:

Content visible to verified customers only.
Below Add:
Code:

Content visible to verified customers only.
Find:
Code:

Content visible to verified customers only.
Replace:
Code:

Content visible to verified customers only.
Find:
Code:

Content visible to verified customers only.
Replace:
Code:

Content visible to verified customers only.
Find:
Code:

Content visible to verified customers only.
Below Add:
Code:

Content visible to verified customers only.
Find:
Code:

Content visible to verified customers only.
Replace:
Code:

Content visible to verified customers only.
Find:
Code:

Content visible to verified customers only.
Below Add:
Code:

Content visible to verified customers only.

Zachariah March 13th, 2007 07:37 PM

Added to vBgallery 2.2

dcpaq2 April 10th, 2007 02:39 PM

When will VB Gallery 2.2 be available for download?

Doug


All times are GMT -5. The time now is 08:52 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