Active
Project:
PHPlist Integration Module
Version:
6.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 May 2011 at 19:49 UTC
Updated:
4 May 2011 at 08:09 UTC
Hi!
I'd like to have several subscription blocks
like one per list...
Is this possible to configure by this module?
If not please help me with how to make this by phplist itself - where to find specific php code and what changes in which files do I need
I think this should'n be hard...
Just to make a function of subscription page that only take one list name argument and creates specific subscription ?
Regards
Comments
Comment #1
paulbeaney commentedHi,
This isn't a trivial exercise as you'd need to automagically create as many blocks as you had lists (adding and removing as lists get added/removed). I'd suggest the quickest way to achieve what you want it create a module with the blocks you need based on phplist_subscribe_form(), and look at the functions phplist_subscribe_checkboxes() and _phplist_get_lists() to see how you could manipulate their output to get just one list.
Good luck!
Regards,
- Paul