Cristiano
Forum Replies Created
-
Forum: Plugins
In reply to: [Export All URLs] Multisite – Subdomains URLsThanks for your answer, Atlas!
Forum: Plugins
In reply to: [WP Google Review Slider] No name and photo, just “A Google User”ok, thanks!
Obrigado pela resposta, Marco.
Imagino que deva ser uma manipula??o do plugin WooCommerce Extra Checkout Fields for Brazil, do mesmo autor. Abrirei o tópico por lá.
Forum: Plugins
In reply to: [Postie] Using filter postie_post_before to identify a responseHey Wayne, how are you doing?
Now I have another problems, probably related to this…
Let me underestand… I’m using the ‘postie_post_before’ filter. Using this to get the email’s subject: “$subject = $post[‘post_title’];”. After version 1.7.6, if this email is a reply, I still get the post_title (email’s subject) this way?
More than that, if it’s a reply, the ‘postie_post_before’ filter will work? Or I need to use instead ‘postie_comment_before’? And, if it’s the case, How can I get the post_title/email subject?
Thanks
Forum: Plugins
In reply to: [Restricted Site Access] I can't use Rest APISame with me… Rest API doesn’t work if Restricted Site Access is activated.
Any help?
Forum: Plugins
In reply to: [Postie] Body Content not being extracted to post.It’s very important… i just realized that it’s the cause of some problems I currently have with Postie…
Forum: Plugins
In reply to: [Postie] Using filter postie_post_before to identify a responseRunning Postie with debug mode I couldn’t find the key comment_post_ID on the log also…
Forum: Plugins
In reply to: [Postie] Using filter postie_post_before to identify a responseHi Wayne,
Sorry, I just saw your answer… in fact, I tried this and couldn’t get it working…
Tried this:
if (array_key_exists('comment_post_ID', $post)) { $comment = "yes"; } else { $comment = "no"; }
and this:
if (isset($post['comment_post_ID'])) { $comment = "yes"; } else { $comment = "no"; }
And both returns “no”… although Postie gets the email and publish it as a comment.
Forum: Plugins
In reply to: [Social Hashtags] Something wrong is happening…As I see, nobody answers nothing here since 8 months ago… so, I think the best option is give up and go to another plugin. Thanks.
Forum: Plugins
In reply to: [Social Hashtags] Something wrong is happening…Any help? ??
Forum: Plugins
In reply to: [Simple Author Box] Social Links BrokenI tried this, but when I save settings, it delete the “https://twitter.com/” part and keeps just the username. So, it doesn’t work…
Forum: Plugins
In reply to: [Simple Author Box] Not able to save complete Twitter URLSame here…
Forum: Plugins
In reply to: [Social Hashtags] Something wrong is happening…It was working on localhost… when I published the web it stopped working. Locally it still working. I had not made any changes, just published it.
I tryied to delete the actual instagram client and create a new one, but I still get the same error.
Forum: Plugins
In reply to: [Postie] Using filter postie_post_before to identify a responseIs there a way to know if the incoming email is a reply or not?
Forum: Plugins
In reply to: [Postie] Using filter postie_post_before to identify a responseTried the same as the last one, but with the postie_post_after filter… the $email_resp variable is still empty. I really don’t know what to do.