• Resolved ssiddiqi1

    (@ssiddiqi1)


    WYSWYG Editor (TinyMCE or CKEDitor) available only on in Pro? Don’t you think it is a bit too much?
    It requires only replacing textarea at line 159 with wp_editor.
    line 159:
    `

    <textarea id="txtArea" name="txtArea" class="ckeditor" cols="120" rows="10"></textarea>

    replace with

    <?php
    wp_editor( '', 'content-id', array( 'textarea_name' => 'txtArea', 'media_buttons' => true, 'tinymce' => array( 'theme_advanced_buttons1' => 'formatselect,forecolor,|,bold,italic,underline,|,bullist,numlist,blockquote,|,justifyleft,justifycenter,justifyright,justifyfull,|,link,unlink,|,spellchecker,image,media,wp_fullscreen,wp_adv' ) ) );
    ?>

    http://wordpress.org/extend/plugins/mass-email-to-users/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Nks

    (@nik00726)

    Yeh its ok,

    But Mind well the wp_editor has some issues with old wp and new wp
    with line break and br and div tag when actual email is sent.

    The email is not displayed same as user typing in WYSWYG so I am not using WordPress WYSWYG editor in my plugin

    Thanks

    Thread Starter ssiddiqi1

    (@ssiddiqi1)

    Well, whatever, but if a user has TinyMCE Advanced or Ultimate plugin installed then wp_editor call those.
    As I can see from your code, the way you id the textarea, you are probably using CKEditor in Pro version. CKEditor has its own issues with WordPress.
    Anyway good luck and nice work.
    However, there are issues with your plugin. One cannot blast email to all the registered members at once. I have more than 500 registered members. Therefore members list is of several pages. I can select All Members on one page, if I do on the next page then members are not selected from previous pages. I can send 10 messages at once because of your selecting members option from list. It can be annoying for users with a large members database.

    Take a look at Email User, Email User2 or Newsletter Manager. You can select one, two, three or all members using Crtl or Shift Key.

    Plugin Author Nks

    (@nik00726)

    Hi

    What I consider is never blast more then 100 email at once from your own hosting server email address as If you blast more then 100 email at once your server Ip as well as email address may blacklisted in major service provider like yahoo,gmail,msn So in this case your email may deliver or may bounce from yahoo,gmail,msn etc.

    So that I have given paging at end and you will find records per page selection where you can select upto 100 user at once and send them email.

    So If you have 500 users it will displayed in 5 pages and you can send 100 emails at once.

    Thanks for using this plugin

    Thread Starter ssiddiqi1

    (@ssiddiqi1)

    Wel, I understand the issue of blasting too many emails. But it should be user concern, not a developer concern to limit it. Some users have dedicated servers where ISP limit of sending emails are not a concern. Anyhow, at present, at least in your WP free version one needs to retype after sending 10 or 100 messages, whatever. It is annoying and not practical.

    thank u ssiddiqi1 its working 🙂

    but i have one doubt, i am not able to select multiple e-mails, i.e one email in page 1 in 20 email list and the other in the second page,, i a can’t select both consecutively,,, plz help

    Thread Starter ssiddiqi1

    (@ssiddiqi1)

    @cartkn,
    That is the serious problem with this plugin. I do not use it.

    thank u

    thanku very much ssiddiqi1

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Mass Email To users] WYSWYG Editor’ is closed to new replies.