• This may be because of 3.0.1 I’m not sure, but it’s a fresh install. I have the image and video links set up as simple links.

    It seems to only post the last attachment and not all of them. But all the attachments do get uploaded to the gallery. When I go edit the post I see there is a gallery of images waiting.

    If there are say 3 pdf files in a email only the last one gets listed in the blog post.

    Any ideas? I could go back to 2.9.2 if need be. Went back to 2.9.2 still the same issue..

    https://www.ads-software.com/extend/plugins/private-only/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Tosh

    (@xberserker)

    Sorry didn’t tag this forum topic right before, doh!

    Anyway, still not posting all the attachments and the images aren’t showing up in the post either.

    Thread Starter Tosh

    (@xberserker)

    any ideas?

    Thread Starter Tosh

    (@xberserker)

    Anyone out there?

    j

    (@yjeanrenaud)

    I got the same problem. It seems to be something with the design you selected :-/ have no other clue

    balebond

    (@balebond)

    I’m having the same issue. Using the suffusion theme. Anyone have any ideas?

    Found a fix.

    goto: /postie/postie-functions.php

    Search for:

    case ‘image’:

    And inside that case statement there is a line:

    $attachments[“html”][$filename] = parseTemplate($file_id, $part->ctype_primary, $imagetemplate);

    Replace that line with

    $attachments[“html”][$filename] .= parseTemplate($file_id, $part->ctype_primary,
    $imagetemplate);

    That should fix it!

    I think there is similar bug with audio.. but not sure since i dont use that feature… if you are having the same problem, Just add in the period by the equals sign like i did for images

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Private Only] Attachments are getting uploaded but not posted’ is closed to new replies.