Topic-icon It is possible to add more than #5 lists in sendy plugin?

Active Subscriptions:

None
Hi I'm using the sendy integration and I found it very useful as I associated it with many different contact modules. I was wondering if it is possible to add more than 5 lists in the plugin configuration...
Thanks
The topic has been locked.
Support Specialist
Sorry for the delay. To add more lists, it's actually pretty easy. Edit the /plugins/system/sendy/sendy.xml file. In there, you'll see lines like:
<field name="list5_id" type="text" label="List #5 Id" size="50" description="Enter a List ID"/>
                <field name="list5_name" type="text" label="List #5 Name" size="50" description="Enter a List Name"/>
Just copy and add more of those lines updating the number each time... listX_name/listX_id.

The extension currently looks to support a max of 20 lists, but that too can be increased with little difficulty if you need more than that.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
Thank you very much for your help! I was actually thinking of adding about 100 lists connected to different modules. Can you tell me how to overcome the 20 lists limitation?

Thanks
Peter
The topic has been locked.
Support Specialist
Edit /libraries/sendy/sendy.php Around line 108, you'll see:
for ($i = 1; $i < 20; $i++)
Update that 20 to whatever you want. Another tough change :)

As for your use case, would you mind letting us know what you're doing with all those lists? Just curious how you're using Sendy. Are they just different landing pages and you want to track where users signed up, or are you doing something different with all those lists?

Either way, let us know if that works and please test, test, test!

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
Alex, thank you again for your amazing support! As you suppposed I have many different landing pages optimized for a specific service and/or geographic location and I want to segment the users profiles to send them targeted newsletters.
I'm going to test and let you know.
Peter
The topic has been locked.