• hy everybody,

    i’m new to wordpress, but i have read several books about it,
    but in real life things are different. πŸ˜‰

    i use the age-verify plugin and it works quite well,
    but i am building a site in german, so i have to rearrange the
    month – day – year dropdowns to day – month – year.

    How can I make this change with a hook or anything update compatible?

    Thanks for your help!
    Alex

    http://wordpress.org/plugins/age-verify/

Viewing 1 replies (of 1 total)
  • Not an expert by any means but I think you have rearrange the fields in a functions.php

    Code:
    $form .= '<p><input type="text" name="av_verify_m" id="av_verify_m" maxlength="2" value="" placeholder="MM" /> - <input type="text" name="av_verify_d" id="av_verify_d" maxlength="2" value="" placeholder="DD" /> - <input type="text" name="av_verify_y" id="av_verify_y" maxlength="4" value="" placeholder="YYYY" /></p>';

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

Viewing 1 replies (of 1 total)
  • The topic ‘Rearrange the month-day-year dropdown’ is closed to new replies.