Results 1 to 5 of 5

Thread: Making image submissions Mandatory

  1. #1
    Thread Starter
    Amateur
    Not a Verified Customer
    allmyhoney's Avatar
    Join Date
    Dec 2009
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Making image submissions Mandatory

    Hi all, currently the standard fields that are mandatory for the user to fill out are Category,Title,Price,Location,description,name and email.

    I would also like "Add Images" to be a mandatory field - is this possible? Can someone point me in the right direction?

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

    Re: Making image submissions Mandatory

    There is another thread which may be of interest to you and may provide help with what you want to do: http://wpclassipress.com/forum/viewt...&t=1585&p=6500.

  3. #3
    Member damien's Avatar
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    91
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Making image submissions Mandatory

    I've been trying to work this out but no luck so far, the moment I get it working I'll update here.

    Code:
    if ($post_title == "" || $post_cat == "" || $price == "" || $location == "" || $name == "" || $email == "" || $description == "") {
    		$err .= __('Please fill in all mandatory * fields','cp') . "
    ";
    	}
    adding || $image == "" or $images, $_FILES, etc etc, no luck

  4. #4
    Member damien's Avatar
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    91
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Making image submissions Mandatory

    Has anyone figured this out yet?

  5. #5
    Member damien's Avatar
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    91
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Making image submissions Mandatory

    *bump*

    Still no idea

    searched around the forums and found the same question in 2009, with no answer. Can it be done?

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
  2. Is any one making money then?
    By birdy in forum ClassiPress General Discussion
    Replies: 8
    Last Post: July 21st, 2009, 09:28 PM