cheeseburglar
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] Using ios Shortcuts with Postie: unable to parse anymoreSwitching to HTML worked. I’m glad it turned out to be a simple setting change.
I had gotten some feedback regarding how shortcuts changed the way it creates and sends emails to a non html / non rich text format, so I’m surprised that changing the preferred text type in postie to HTML is what fixed the problem. Seems like it should be the opposite i.e. my preferred text type was HTML and I switched to plain email to fix the problem.
Forum: Plugins
In reply to: [Postie] Using ios Shortcuts with Postie: unable to parse anymoreI just emailed it again. Thank you.
Forum: Plugins
In reply to: [Postie] Using ios Shortcuts with Postie: unable to parse anymoreI emailed the logs (postie.zip) over to help.
I tried many ways to format the body of the emailed created in shortcuts, but it changes the format in a little bit of a weird way that postie can’t work with.
Forum: Plugins
In reply to: [Postie] Upload images only. Do not create a post.Is this any different from setting the default post status to “trash”?
Forum: Plugins
In reply to: [Postie] Upload images only. Do not create a post.Ahh! That was it. I never would have noticed that!
Now what I see happening is that when the image is emailed, the post is still created but is placed in the trash instead of nothing being created at all.
Forum: Plugins
In reply to: [Postie] Upload images only. Do not create a post.I’ve created the filterPostie.php file with the following code and placed it in wp-contents, but unfortunately, when I email images, it still publishes.
<?php add_filter(‘postie_post_before’, ‘my_postie_post_before’); function my_postie_post_before($post) { return null; } ?>Is there another step I could be missing?
Thank you!
Forum: Plugins
In reply to: [Postie] Upload images only. Do not create a post.I’ve never added an addon let alone create one. Would I be adding filterPostie.php to wp-content with the code above like mentioned here?
http://postieplugin.com/extending/Thank you!