Unfortunately I can’t get any further with this problem. My apologies if this is in the phpList manual and I simply missed it or misunderstood it. If someone could help me, I would be very grateful.
I’m using PHPlist version 3.6.15.
I have set up different subscribe pages, each with different transaction messages (e.g. unsubscribe message). However, the unsubscribe link in a campaign [UNSUBSCRIBEURL] always leads to the settings of the subscribe page (and unsubscribe message), which is set as default. How can I use unsubscribe links in different campaigns that lead to different unsubscribe messages?
I haven’t yet understood the concept of why different subscriber pages can be created, but the transaction messages are always from the default subscriber page. What did I miss?
Thanks in advance for any help. I really appreciate the help here in the forum.
That is not how subscribe pages work.
An unsubscribe link, and also a preferences link, will use the subscribe page associated with the subscriber - an attribute on the user_user table. Usually that attribute is the subscribe page that the person subscribed on, but when you add subscribers manually to phplist or import subscribers then that attribute is not set. In this case phplist uses the default subscribe page.
1 Like
Thank you, duncanc, for your reply. Now I understand. And there is no way to manually set, import or edit this attribute in the user_user table?
@JeremySteig Yes there is a way using the Subscribers plugin plugin:subscribers [phpList Resources]
The plugin provides a Command page that lets you apply an action to a group of subscribers. One of the actions is to set the Subscribe page.
1 Like
Great! Thank you very much for your help. I really appreciate it!