Number of mailing lists in the recipients page

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

ahmed.youssef
Posts: 4
Joined: Wed Nov 16, 2011 11:25 am

Number of mailing lists in the recipients page

Post 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
maschoff
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

Post by maschoff »

Oops, which version of OpenEMM do you use?
OpenEMM Maintainer
ahmed.youssef
Posts: 4
Joined: Wed Nov 16, 2011 11:25 am

Re: Number of mailing lists in the recipients page

Post by ahmed.youssef »

I'm using AGNITAS OpenEMM 2011_RC1
Thanks in advance
maschoff
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

Post 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.
OpenEMM Maintainer
ahmed.youssef
Posts: 4
Joined: Wed Nov 16, 2011 11:25 am

Re: Number of mailing lists in the recipients page

Post 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
ahmed.youssef
Posts: 4
Joined: Wed Nov 16, 2011 11:25 am

Re: Number of mailing lists in the recipients page

Post 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
maschoff
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

Post 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.
OpenEMM Maintainer
maschoff
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

Post 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.
OpenEMM Maintainer
Post Reply