Results 1 to 7 of 7

Thread: Image size

  1. #1
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Image size

    I find that whenever users post an image over 500kb it really stuffs things up, as in, the image takes over the entire screen and you can't see the "close" function. For those ones I always end up going in and manually resizing it to load better.

    Any chance we can control how big the images can be?

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Image size

    Yes. Right now the max file upload size allowed is 1MB. If you edit the form_process.php page you can reduce the max size allowed. Search for the following and change to the max size you want.
    Code:
    $size_bytes = 1024000;

  3. #3
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Image size

    Thanks!

  4. #4
    Affiliate Member AppThemes Affiliate krakkamike's Avatar
    Join Date
    May 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Image size

    Ok, dumb question... but I am having the same problem but cant find the form_process.php, the closest thing i can see is the process_form_ajax.php.

    Where is the form_process.php?

  5. #5
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: Image size

    What version are you using as a few files have changed.

  6. #6
    chifen's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    326
    Thanks
    18
    Thanked 13 Times in 12 Posts

    Re: Image size

    Nice..But if i want change listing thumbs in front and back where can i find that?

  7. #7
    chifen's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    326
    Thanks
    18
    Thanked 13 Times in 12 Posts

    Re: Image size

    Okey i found..

    'template_url')."/includes/img_resize.php?width=150&height=150&url=".

    so i change to 150 ...

    but i cannot not found where to rezise in front....

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Displaying a Main Image or Large Image for listings
    By kwave12 in forum ClassiPress General Discussion
    Replies: 20
    Last Post: December 10th, 2010, 03:47 PM