Home › Forums › Newsletter Plugin Support › Increase preferences not working
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
Just tested on my blog and it works. Which version of newsletter plugin are you using?
I tried it too and it doens’t work.
Running: Versione 3.5.9 on WP 3.9.1
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); […]
I had the same issue and put just after the “define(‘WP_DEBUG’,false);” worked to me.