Results 1 to 2 of 2

Thread: max_user_uploads vs. max_listings_uploads - DONE 1.0.7

  1. #1
    Join Date
    Dec 2002
    Posts
    1,883

    Default

    (I originally added this message as a reply to the announcement of version 107Beta4 release, but thought afterward that it should be added to the Bug Report list, as well.)

    Thanks for fixing the 2nd occurrence of max_listings_uploads in common.inc and main.inc. I think it also needs to be changed in /admin/edit_user_images.php on the following lines (copied from the the latest version...107BETA4):

    Line 195 currently reads:
    if ($num_images < $config[max_listings_uploads])

    change to:
    if ($num_images < $config[max_user_uploads])

    Line 212 currently reads:
    <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo $max_listings_upload_size ?>">

    change to:
    <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo $max_user_upload_size ?>">

    Thanks for the new release!
    --Joevav

  2. #2
    Join Date
    Jun 2004
    Posts
    1,067

    Default

    Hi,

    Thanks i will get take a look at the changes and get a new release up later today.

    Ryan

Similar Threads

  1. UPGRADE SCRIPT 1.0.7 to 1.1.0
    By RealtyOne in forum HELP (CLOSED)
    Replies: 1
    Last Post: 08-02-2003, 07:44 PM
  2. Version 1.0.7 Released
    By greengiant in forum Announcements
    Replies: 1
    Last Post: 04-30-2003, 09:26 AM
  3. Open-Realty 1.0.7 Beta 5
    By greengiant in forum Announcements
    Replies: 0
    Last Post: 04-21-2003, 10:58 PM
  4. Released 1.0.7 Beta 3 - FINAL BETA
    By greengiant in forum Announcements
    Replies: 0
    Last Post: 04-15-2003, 08:57 PM
  5. 1.0.7 Beta Released
    By greengiant in forum Announcements
    Replies: 1
    Last Post: 04-14-2003, 10:27 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts