• This is an excellent little plugin. I would make only one request: would it be possible for you to to assign an ID to the checkboxes which corresponds to the file name?

    I’ve made the change myself, but it requires hacking a core file so it would be nice to have it “official”.

    For anyone who wants to do the same, you change /wp-content/plugins/email-before-download/email-before-download.php and change the line around 194 to something like this:
    code
    $chekboxes .= ‘
    ‘ . $d->title. ‘ <input id=”‘.preg_replace(‘#[ -]+#’, ‘-‘, $d->title).’-Datasheet” type=”‘.$checkbox.'” ‘.$checked_state_html.’ name=”ebd_downloads[]” value=”‘. $dl_id . ‘”/>’;
    /code

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Fantastic plugin’ is closed to new replies.