jenkit
Forum Replies Created
-
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Alo with WPML possible bugs?Hi, I’ve noticed that when uploading csv file with list of subscribers whose language is chinese (zh-hans), they show up in subscribers table but “Language” column is empty. What’s causing this? Cheers
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Alo with WPML possible bugs?Hi, I didn’t spoke to WPML guys. Is ALO compatible with WP 4.4? I’m not sure if I should update WP. Thanks
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Alo with WPML possible bugs?Hi, I know that for english user language code in database is “en” not “en_US”. So what language code should be for chinese simplified user? Any plans for your plugin updates? Cheers
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Alo with WPML possible bugs?Hi, It’s urgent for me and I’m trying to figure out what’s wrong. What locale for recipient should be saved in database when his language is chinese simplified? Thanks
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Alo with WPML possible bugs?Ok, thanks. Looking forward to it.
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Alo with WPML possible bugs?Hi Eventualo, any idea what is causing that bug? Cheers
Ok. I’m almost there. Idea: How about filtering content of [READ-ONLINE-URL] by adding query var with receiver id? And using that id on on-line preview to retrieve recipient data? What filter should I apply and can I use alo functions e.g. alo_em_is_subscriber() on on-line preview (in single-newsletter.php)? Thanks a lot.
I found somewhere that in template php are 2 objects available: $newsletter and $recipient. But I can’t get their data in on-line newsletter preview. Am I missing something? Thanks
Thanks. Your code is awesome for newsletter preview while editing it in admin area.
What I’m trying to achieve is to let subscriber to view his just received newsletter in the browser after he clicks “preview on-line” link. Let’s say there’s subscriber name in email content and I’d like to this same name appear in email’s on-line preview. So is there a way to pass that name (recipient data in general) from email (viewed in mail client e.g. gmail) to on-line preview (browser)?Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Changing english text for button and form messagesYeah! That works like a charm. You are my hero! Could you please please have a look at my other thread: here as I’m still struggling to show recipient data in on-line newsletter preview. Thanks
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Sending emails to mailing lists when content addedHi, please how could I get recipient info in online preview? I need that so I can show content to the user according to the list he subscribed. Thanks
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] At least one mailng list checkedThanks. Altough something else is submiting that form whenever an e-mail is valid. There is onsubmit=”alo_em_pubblic_form();return false;” attribute on form tag. Is there a way to fire that function after checking if at least one list was selected?
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Sending emails to mailing lists when content addedThank you!. It helped a tone. And please do you know how to get $subscriber_id and $user_lists on on-line version of the newsletter? Cheers
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] ALO EasyMail Newsletter and WPML compatibilityHi, same issue. Have you resolved that problem with WPML? Thank you for your awesome work!
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Acceptance checkboxIt looks like supported fields are needed to write something to database, but the checkbox I’d like to use is a kind of validation thing for the newsletter form. could I edit this form in plugin’s code?