Closed (fixed)
Project:
PHPlist Integration Module
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Mar 2008 at 16:58 UTC
Updated:
21 Mar 2011 at 21:01 UTC
In principal it works great.
I add 3 diffent lists in my phplist, how can I do it, that the drupal user only sees one or two of them in his mailing list (user/1/edit/phplist)?
Comments
Comment #1
paulbeaney commentedHi,
The current functionality is that Drupal users see all lists which are tagged as 'Active'.
Regards,
- Paul
Comment #2
tiger_h commentedHow do I change that. Im using phplist in a multisite installation each site having its own indepentent activ list.
Comment #3
paulbeaney commentedIn phpList itself - the page where you add/edit your list.
Regards,
- Paul
Comment #4
tiger_h commentedHi
my problem is, that domain1 need activ list 1, domain2 needs activ list2 and domain3 needs activ list3. Users und domain1 should see list1 only,...
Thanks for your help
Comment #5
tiger_h commentedMy quick and dirty solution to display the list corresponding with the domain only. I edited the function phplist_lists
Comment #6
paulbeaney commentedComment #7
paulbeaney commentedHi,
Just thought of a way you could do this using the existing functionality: create a role unique to each of your domains, and ensure that all your users have the appropriate role. This way, you can use the permissions mechanism provided by the module to restrict which lists get shown on which site.
This is probably only doing in a very simplistic environment, but might just give you a workaround.
Regards,
- Paul
Comment #8
paulbeaney commentedThis now possible with roles (in D6-DEV)