Home Forums Newsletter Plugin Support More than 40 lists – UI only shows tabs for lists 1-40

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #345949
    leonard_ostler
    Participant

    Hi,

    as we need more than 40 lists, I tried to increase this by adding a PHP code snippet (as advised in the documentation):
    define('NEWSLETTER_LIST_MAX', 99);
    then deactivated and re-activated the plugin for the site (within a multi-site installation).

    I have access to the database and checked that the wp_newsletter table now has columns for lists 41-99, so that part has worked.
    However, the lists UI still only shows four tabs for lists 1-40, so I can’t add any lists.

    Any idea what might be the problem?
    Thanks

    #345950
    Stefano
    Keymaster

    Hi, check if you added the define at the end of the wp-config.php. It should be added before the “end edit here” or similar.

    #345951
    leonard_ostler
    Participant

    Thanks a lot! That’s where the snippet failed. Now it works 🙂

    Note: Search for “stop editing” in wp-config.php and insert it above.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.