Home Forums Newsletter Plugin Support Increase preferences not working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #11304
    sunnyshines
    Participant

    Hi Stefano

    I wanted to increase the preferences from 20 to 30, did as you had mnentioned in documentation i.e.:

    1. Modified wp-config.php with the entry “define(‘NEWSLETTER_LIST_MAX’, 30);”

    2. In diagnotics i did forced upgrade immediately

    3. In subscription form preferences were still 20

    Am i missing anything?

    Please guide
    Nitin

    #11305
    Stefano
    Keymaster

    Just tested on my blog and it works. Which version of newsletter plugin are you using?

    #11321
    idromet
    Participant

    I tried it too and it doens’t work.

    Running: Versione 3.5.9 on WP 3.9.1

    #11322
    idromet
    Participant

    After a couples of tries it worked for me.

    If it can help other members: I added the code immediatly after the DEBUG definition, i changed this symbol ‘ with a new one changed manually (forum override it) , and then i forced upgrade.

    This is my code:

    […]
    define(‘WP_DEBUG’, false);

    define(‘NEWSLETTER_LIST_MAX’, 40);
    […]

    #281784
    revistaciencia
    Participant

    I had the same issue and put just after the “define(‘WP_DEBUG’,false);” worked to me.

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