• Resolved Scott West

    (@scottwest)


    I’m trying to shorten the number of required characters for the review. Any Ideas, I’m not nearly as smart as I thought I was this morning

    .

    “You must include a review. Please make reviews at least a couple of sentences.”
    wp-customer-reviews.php *** `if (strlen(trim($this->p->ftext)) < 30) {
    $errors .= ‘You must include a review. Please make reviews at least a couple of sentences.<br />’;
    }` ***
    and

    wp-customer-reviews.js *** `if (newid === “ftext” && jQuery(“#”+oldid).val().length < 30) {
    err.push(“You must include a review. Please make reviews at least a couple of sentences.”);` ***

    http://wordpress.org/extend/plugins/wp-customer-reviews/

Viewing 2 replies - 1 through 2 (of 2 total)
  • wittmania

    (@wittmania)

    Not sure if you solved this yet or not, but all you have to do is chance the number from 30 to zero and it will always validate regardless of the comment length.

    Thread Starter Scott West

    (@scottwest)

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Customer Reviews] … Please make reviews at least a couple of sentences.’ is closed to new replies.