Support » Plugins » [FIX] Mailling-List Plugin Wp2 Problem

  • If you’re getting problems with mailling-list plugin and wp2 just do this:

    Download de newest version of the Mailing-List plugin (3.0).

    -> Delete mailling-list.css.
    -> Change in the mailling-list.php:

    Line 174
    FROM:
    document.getElementById(“postdiv”).appendChild(document.getElementById(“ml_post_footer”));

    TO:
    document.getElementById(“quicktags”).appendChild(document.getElementById(“ml_post_footer”));

    It’ll work.

  • The topic ‘[FIX] Mailling-List Plugin Wp2 Problem’ is closed to new replies.