3rdaxis
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] [Plugin: Postie] Image template and inline images not working@mattleech I found a solution to the multiple image problem. Under settings > Media I set the Large size way up and now there is no issue with the original postie code. After not being able to use your code, i started to think about what would cause it to fail and sent a bunch of very small pictures which all posted just fine, so it was not the number of pics, So I figured it must be the size.
Thanks for your help though. Messing with your code is what got me thinking on the solution to my problem.
Forum: Plugins
In reply to: [Postie] [Plugin: Postie] Image template and inline images not working@mattleech thanks for the quick reply. This time around though im getting this error
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE in /home/content/w/i/l/wildcatfan42/html/wordpress/wp-content/plugins/postie/postie-functions.php on line 1819Its halting from the first line of the modified code.
function ReplaceImagePlaceHolders(&$content,$attachments, $config) {Is there a specific template your using for the images?
Thanks
Forum: Plugins
In reply to: [Postie] [Plugin: Postie] Image template and inline images not workingmattleech
I tried your code after looking everywhere and trying every fix I could find for multiple image attachment problem in postie. Even with a fresh install of WP and Postie, everything works fine except when i add more than one image to an email, it will not post.
The issue i have with your code is once i replace the original with yours I get an error at line 1823
$value = '[gallery]';and tells me there is wrong syntax. Iv tried several times making sure i was only replacing the code i was supposed to and i always get that error at that line. Is there something Im missing?Thanks