Forum Replies Created

Viewing 15 posts - 1,906 through 1,920 (of 2,964 total)
  • Author
    Posts
  • in reply to: Removing the group/field label via a template #3383
    Steve
    Keymaster

    @pupppet– Which version of Piklist are you using?

    in reply to: File field issues #3382
    Steve
    Keymaster

    @pupppet– It looks like that may be a bug with the file field type. We’ll look into that.

    As for limiting the number of files a user can upload, you can use the limit validation rule. However, this doesn’t trigger until after the user saves their data. This is because Piklist uses the server to validate data, not javascript. The server is way more secure than javascript.

    in reply to: Piklist Checker Woes. #3381
    Steve
    Keymaster

    @marcus– Thank you for moving this fix into Piklist Checker. The latest version, which now support Windows, is on WordPress.org >

    in reply to: How to retrieve custom post status label? #3372
    Steve
    Keymaster

    @cyclissmo– Since Piklist does everything the WordPress way, you can usually use standard WordPress functions to retrieve your data. Good job!

    in reply to: Drop down meta-box doubled #3367
    Steve
    Keymaster

    @ehoanshelt– One other thing to look at. Make sure that the duplicate field is not actually TWO fields with the same name on that page.

    in reply to: Group Field Add_More Array Values #3365
    Steve
    Keymaster

    The keys are what’s stored in the database. Currently there is no way to automatically pull the values.

    You will have to write a function to do this.

    To make this easier you can place the field or the choices in a separate function and cal it in the admin and front end.

    Let me know if that makes sense.

    in reply to: Drop down meta-box doubled #3361
    Steve
    Keymaster

    @ehoanshelt– I just tested your code by changing the two taxonomies to category and post_tag, and it worked beautifully, with both the WP.org and Beta versions of Piklist.

    Try clearing your cache, or another browser to see if that fixes it.

    in reply to: Validate Unique value #3360
    Steve
    Keymaster

    Glad it works… and thanks for posting the code snippet! Closing this ticket.

    in reply to: Validate Unique value #3356
    Steve
    Keymaster

    @justin– If you can’t print_r the $field, then there’s definitely an issue! 😉

    Where are you placing this code? It should be in your custom plugins main file, or your theme’s functions.php file.

    Feel free to zip up your entire plugin/theme and email to [email protected] if you’re still having issues.

    in reply to: validation doesn't work #3355
    Steve
    Keymaster

    @izeut– I just sent you an invite to join our translation team. Email me at [email protected] if you have any questions. Thank you so much for your help!

    in reply to: Notice: trying to get property of non-object #3354
    Steve
    Keymaster

    @justin– Great! Closing this ticket.

    in reply to: Validation of multiple custom fields at the same time? #3350
    Steve
    Keymaster

    @hirschbrat– The beta just got emailed to you. Let us know if you still have issues.

    in reply to: Validate Unique value #3349
    Steve
    Keymaster

    @justin– Yup, it is! $field['value'][0]

    If you include print_r($field); in your my_validate_unique function you can see everything that gets returned.

    in reply to: validation doesn't work #3347
    Steve
    Keymaster

    @izeut– Also, instead of using a custom message in another language, would you like to help translate Piklist into your language?

    in reply to: validation doesn't work #3346
    Steve
    Keymaster

    @izeut– Welcome to the Piklist community!

    You format is perfect… you’re just using the wrong validation function. Try replacing limit with range. Here’s a list of the validation functions in Piklist and their descriptions.

Viewing 15 posts - 1,906 through 1,920 (of 2,964 total)