Number of mailing lists in the recipients page
Moderator: moderator
-
- Posts: 4
- Joined: Wed Nov 16, 2011 11:25 am
Number of mailing lists in the recipients page
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
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Number of mailing lists in the recipients page
Oops, which version of OpenEMM do you use?
OpenEMM Maintainer
-
- Posts: 4
- Joined: Wed Nov 16, 2011 11:25 am
Re: Number of mailing lists in the recipients page
I'm using AGNITAS OpenEMM 2011_RC1
Thanks in advance
Thanks in advance
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Number of mailing lists in the recipients page
Quick fix: Search for string
in file mailinglist-list.jsp and replace value "100" with a higher value. No need to restart OpenEMM afterwards.
Code: Select all
for="list_settings_length_2">100</label></div>
OpenEMM Maintainer
-
- Posts: 4
- Joined: Wed Nov 16, 2011 11:25 am
Re: Number of mailing lists in the recipients page
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
-
- Posts: 4
- Joined: Wed Nov 16, 2011 11:25 am
Re: Number of mailing lists in the recipients page
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
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Number of mailing lists in the recipients page
If the quick fix does not help we have to dig deeper. But we do not have the time for that right now.
OpenEMM Maintainer
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Number of mailing lists in the recipients page
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.
OpenEMM Maintainer