Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Robertoj

Pages: [1]
1
FAQ, Tips / Re: Cannot upload files larger than 2Mb
« on: May 31, 2006, 03:27:44 AM »
the only problem is that when i upload a file bigger than 2 mb i get that script, i dont know if that is ok or if i did something wrong, besides giving me that script the file is uploaded.

Question are:

1)is this script an error?
2)is there a way to geting rid of it?

Thanx v@no for your help bro  :wink:

2
FAQ, Tips / Re: Cannot upload files larger than 2Mb
« on: May 30, 2006, 07:49:03 AM »
strange, its the same error jmello got and although it gives me that error still uploads the photo, could it be a thumbnail error?
 :?

3
FAQ, Tips / Re: Cannot upload files larger than 2Mb
« on: May 29, 2006, 07:07:12 PM »
Array
(
    [media_file] => Array
        (
            [name] => DSC01330.JPG
            [type] => image/pjpeg
            [tmp_name] => /tmp/phpF6f2k9
            [error] => 0
            [size] => 2272608
        )

    [thumb_file] => Array
        (
            [name] =>
            [type] =>
            [tmp_name] =>
            [error] => 4
            [size] => 0
        )

)

4
FAQ, Tips / Re: Cannot upload files larger than 2Mb
« on: May 29, 2006, 07:14:39 AM »
ok i finally found it seems i had it different cause some of the mods i installed, this is the code:
if ($action == "uploadimage" || $action=="multiuploadimage") {

i placed:

echo "<pre>";
print_r($HTTP_POST_FILES);

below it works but got the array error, i set the filezise and thumbnail size to 99000 and i still get the array error
please help. :roll:

Thanx

5
FAQ, Tips / Re: Cannot upload files larger than 2Mb
« on: May 26, 2006, 09:40:40 AM »
Mmmm i think im dumb here is my /root member.php file:
http://www.robertojuri.com.ar/downloads/b/member.rar

6
FAQ, Tips / Re: Cannot upload files larger than 2Mb
« on: May 25, 2006, 09:17:15 AM »
mm i dunno if im too dumb but theres no "if ($action == "uploadimage") {" in my member.php file i have Version 4images 1.7.2 installed.

Help would be gratefully apreciated.

7


well maybe another coder can make this hack besides the original author ?

features request
A: Usergroup based
/ in admin control panel administrator decides
1: usergroup is allowed to create albums ( YES | NO )
2: how many albums user can create  ( 1, 2, 5, 10, 20 )
3: how many pictures per album can user upload ( 2, 5, 10, 50 )
4: usergroup is allowed to password protect each album ( YES | NO )
5: Admin can disable album for individual-user without blocking other members in that usergroup


I totally agree with digi photo i think this mod wold be one of the best mods, im dealing now with MPC but doesnt lets me do a lot of things i would like, for eg let members to create categories inside their MPC, i hope some coder helps us, it wold be awsome.

8
FAQ, Tips / Re: How can I show more new images on home page?
« on: May 05, 2006, 06:20:21 PM »
Was really usefull, thanx mawenzi and v@no  :wink:

9
Mods & Plugins (Requests & Discussions) / Re: Add Category
« on: May 05, 2006, 06:05:18 PM »
dam, i modifiead my last post when you replied lol :lol:, yes i found the MPC and got it runnin but it only generates 1 category for each member and i want them to be able to create subcat´s in there, or maybe have an option in privileges for folders in ACP,
 it would be really nice, this way you can let people have a place where they can organize and post their pics. :D

10
Mods & Plugins (Requests & Discussions) / Re: Add Category
« on: May 05, 2006, 05:48:23 PM »
Thanks a lot mawenzi :wink:
The mod worked as charm,
 about the first i found the MPC mod and i have it working but i´d like to let each memeber admin their subcategories inside their Member Personal Category  :mrgreen:

11
Mods & Plugins (Requests & Discussions) / Re: Add Category
« on: May 05, 2006, 11:00:26 AM »
Also wanted to ask how to add more lines of "new image" on the main page, i have 4 cells in each line but would like to have more lines showing pictures.

Thank You

12
Mods & Plugins (Requests & Discussions) / Add Category
« on: May 05, 2006, 10:35:11 AM »
Is there a way to make the code of Add Category work not only for admins but also for registered members? what i want is to have next to the upload icon the add category icon as well.

Thanx in advance.
Robert.   :roll:

Pages: [1]