blumbergrotem
Forum Replies Created
-
Note that it doesn’t have recording capabilities, for us it just integrates with PowerPress.
Rotem
Hello, Joel,
I have ended up using https://simplepodcastpress.com/ player,
Here’s how it looks: https://simplepodcastpress.com/#demo
It is really good and has a lot of advanced features.
It is not expansive the support is really great and we are very satisfied.
Best regards,
Rotemif (strpos($log->subject, ‘<the subject of the mail that causes error becuase of hebrew(I tracked it down by printing it to a debug log on wp_error)>’) !== false) {
$my_post = array(
‘post_type’ => PostmanEmailLogPostType::POSTMAN_CUSTOM_POST_TYPE_SLUG,
‘post_title’ => $log->subject,
‘post_content’ => ‘<replace the problematic content with a valid one(in my case it was not important for me to log all the content so I just placed the subject)>’,
‘post_excerpt’ => $new_status,
‘post_status’ => PostmanEmailLogService::POSTMAN_CUSTOM_POST_STATUS_PRIVATE,
);
} else{
$my_post = array(
‘post_type’ => PostmanEmailLogPostType::POSTMAN_CUSTOM_POST_TYPE_SLUG,
‘post_title’ => $log->subject,
‘post_content’ => $log->body,
‘post_excerpt’ => $new_status,
‘post_status’ => PostmanEmailLogService::POSTMAN_CUSTOM_POST_STATUS_PRIVATE,
);
}Rotem
Hello @joelcantero7,
I have encountered the same issue.
can you please explain how you resolved it?
Your help is highly appreciated.
Rotem