Page 1 of 1
Number of mailing lists in the recipients page
Posted: Wed Nov 16, 2011 11:29 am
by ahmed.youssef
I've a problem cause I've more that 100 mailing list but the recipients page contains a drop down to view the already created mailing lists which get only 100 mailing list, so what shall I do to change the number of the mailing lists contained in the drop down to fit my mailing lists count
Re: Number of mailing lists in the recipients page
Posted: Wed Nov 16, 2011 6:50 pm
by maschoff
Oops, which version of OpenEMM do you use?
Re: Number of mailing lists in the recipients page
Posted: Thu Nov 17, 2011 2:35 pm
by ahmed.youssef
I'm using AGNITAS OpenEMM 2011_RC1
Thanks in advance
Re: Number of mailing lists in the recipients page
Posted: Thu Nov 17, 2011 4:05 pm
by maschoff
Quick fix: Search for string
Code: Select all
for="list_settings_length_2">100</label></div>
in file mailinglist-list.jsp and replace value "100" with a higher value. No need to restart OpenEMM afterwards.
Re: Number of mailing lists in the recipients page
Posted: Sun Nov 20, 2011 10:28 am
by ahmed.youssef
I did what you said but nothing happened still display only 100 mailing list also I've changed all the files that contains the key "list_settings_length_2" to be 2000 instead of 100 but nothing happened also
Re: Number of mailing lists in the recipients page
Posted: Mon Nov 21, 2011 2:54 pm
by ahmed.youssef
Any ideas cause really this issue made me to lose some of my history by deleting old mailing lists to be able to create new
Re: Number of mailing lists in the recipients page
Posted: Mon Nov 21, 2011 3:01 pm
by maschoff
If the quick fix does not help we have to dig deeper. But we do not have the time for that right now.
Re: Number of mailing lists in the recipients page
Posted: Tue Feb 14, 2012 4:57 pm
by maschoff
Sorry, I did not read your post thoroughly enough. Go to file recipient-list.jsp in directory openemm/webapps/openemm/recipient and change maxRows="100" to maxRows="200" in line 69. I just tried it and it works. You do not have to restart OpenEMM for this modification.