Unsubscribe link in mailing list email
Re: Unsubscribe link in mailing list email
If I look at gmail, it does first name alphabetically. I think that is the most intuitive. A user ID does say that much to me. But, that's my opinion.
Re: Unsubscribe link in mailing list email
An idea to clean it up a bit. Isn't it better to create a separate table below the regular contacts for the tickboxes with groups? Then they are seperate.
-
- Site Admin
- Posts: 85
- Joined: Tue Aug 14, 2018 6:33 pm
- Location: Huntington Beach, CA, USA
Re: Unsubscribe link in mailing list email
There is no requirement that a user list his name, so in that case there can be no sorting by first name. The groups are separated from the users. No need for a separate input box.
-Stephen
Re: Unsubscribe link in mailing list email
Seems like I was running an older DEV version without the sorting. It looks awesome now. Disregard my previous comments.
Many Thanks!
Many Thanks!
-
- Site Admin
- Posts: 85
- Joined: Tue Aug 14, 2018 6:33 pm
- Location: Huntington Beach, CA, USA
Re: Unsubscribe link in mailing list email
I've made a few changes in the DEV release. Put some separators into the recipient list. Some wording changes.
-Stephen
Re: Unsubscribe link in mailing list email
That looks awesome!!! So much better!
Re: Unsubscribe link in mailing list email
If I put the extension in my theme and changed in the mailform to this link <a href="https://site.nl/themes/LH-Next 2.0/user_mailing_list/subscription%RW_SUFFIX%?unsubscribe">here</a> .It doesn't work. I get this error: Error: the requested object was not found.stephenbillard wrote: ↑Wed May 27, 2020 10:08 pm[quote} By far the simplest means of doing this is as I suggested--making a custom mailform with a link to your custom script. The script can be in your theme is you wish. The other alternative is to create a plugin that registers a handler for the admin_head filter. that filter can insert whatever JS you want into the page. Of course you need to test to be sure that the page being displayed is the subscription page.Eddie wrote: ↑Tue May 26, 2020 5:38 pm I just wish to hide the navigation bar, that's all. I thought css was going to do the trick but noticed that the best way was via a small code of javascript in the subscription page. Can I somehow put the subscription file in my theme so its not overwritten on updates?
Album: themes/LH-Next 2.0/user_mailing_list/subscription
-
- Site Admin
- Posts: 85
- Joined: Tue Aug 14, 2018 6:33 pm
- Location: Huntington Beach, CA, USA
Re: Unsubscribe link in mailing list email
The link will need to be to the script itself, rewriting is not available to the theme folders. So use
Note: since you are providing the link, there is no need to put the script in a folder, could be with the other theme scripts.<a href="https://site.nl/themes/LH-Next 2.0/user_mailing_list/subscription.php?unsubscribe">here</a>
-Stephen
Re: Unsubscribe link in mailing list email
It somehow gives a 500 internal server error
-
- Site Admin
- Posts: 85
- Joined: Tue Aug 14, 2018 6:33 pm
- Location: Huntington Beach, CA, USA
Re: Unsubscribe link in mailing list email
Those are generally caused by file permissions.
Probably best for you just to put the folder and file in the plugins folder. Then it could be rewritten as well.
Probably best for you just to put the folder and file in the plugins folder. Then it could be rewritten as well.
-Stephen