Hi there,
I have to follow problem:
When I send a mailing and put {unsubscribeurl} in the message it won't display
the unsubsribe url.
That just don't work.
How can I fix this?
Thnx!
Greetz,
Michael
NMS V 1.0 beta 6 unsubscribe
Re: NMS V 1.0 beta 6 unsubscribe
But when I'm look in de source of the email I see this code.

Anyone?Sign off?

Re: NMS V 1.0 beta 6 unsubscribe
MichaelK,
Yes, I have run into this issue myself. The problem is not with the links not being present (as you have just pointed out yourself), but with them not being visible. The reason for is that there is no anchor text in between the opening and closing "" tags, causing the links to remain invisible.
I've tried to fix this issue, however, but without success. I've been through all the module files, and tinkered with all the bits of code that I can see which might have something to do with how the links are constructed, and it has had no effect whatsoever. I've raised the issue with the developer of the module (or at least the person who has now assumed responsibility for maintaining it), but obviously they are busy with other things too, so all we can really do is wait and hope it'll be fixed shortly.
***
Whilst on the subject of problems with the NMS module - there is another problem, with how the URLs are actually generated. Notice in the example you posted, the link (if it were visible, at least) would be pointing to the "moduleinterface.php" page, when in fact it should be pointing to "index.php". I've attached an updated version of the "action.process_queue.php" file, which fixes this issue, so i'd recommend downloading that, and copying it over your existing version. That will fix one issue, at least
[gelöscht durch Administrator]
Yes, I have run into this issue myself. The problem is not with the links not being present (as you have just pointed out yourself), but with them not being visible. The reason for is that there is no anchor text in between the opening and closing "" tags, causing the links to remain invisible.
I've tried to fix this issue, however, but without success. I've been through all the module files, and tinkered with all the bits of code that I can see which might have something to do with how the links are constructed, and it has had no effect whatsoever. I've raised the issue with the developer of the module (or at least the person who has now assumed responsibility for maintaining it), but obviously they are busy with other things too, so all we can really do is wait and hope it'll be fixed shortly.
***
Whilst on the subject of problems with the NMS module - there is another problem, with how the URLs are actually generated. Notice in the example you posted, the link (if it were visible, at least) would be pointing to the "moduleinterface.php" page, when in fact it should be pointing to "index.php". I've attached an updated version of the "action.process_queue.php" file, which fixes this issue, so i'd recommend downloading that, and copying it over your existing version. That will fix one issue, at least

[gelöscht durch Administrator]
Re: NMS V 1.0 beta 6 unsubscribe
Thanks for your reply message.
When I get my subscribe message, there's also a unsubscribe url. Then it works fine.
When I get my subscribe message, there's also a unsubscribe url. Then it works fine.
Re: NMS V 1.0 beta 6 unsubscribe
Hi, I'm playing around with NMS too with same problems.
I've noted, when you check other templates, that there're lots of unsubscribe methods :
{$unsubscribe_url},
{$confirm_unsubscribe_url},
{$unsubscribeurl},
{$unsubscribe}
None of them work in the message and I suppose this is because the message is the only template define with in the source of NMS.module.php (cause they work with other templates which aren't tagged like this).
Other remark to MichealK:
I suppose you've encoded the contact in the admin section, and now your unsubscribe url links to the admin panel too, which doesn't happen when you make a subscription in the front end. But I can't imagine myself subscribe hundreds of poeple by hand (I suppose importing cvs file do the same bug).
Do I suppose too much ?
I've noted, when you check other templates, that there're lots of unsubscribe methods :
{$unsubscribe_url},
{$confirm_unsubscribe_url},
{$unsubscribeurl},
{$unsubscribe}
None of them work in the message and I suppose this is because the message is the only template define with in the source of NMS.module.php (cause they work with other templates which aren't tagged like this).
Other remark to MichealK:
I suppose you've encoded the contact in the admin section, and now your unsubscribe url links to the admin panel too, which doesn't happen when you make a subscription in the front end. But I can't imagine myself subscribe hundreds of poeple by hand (I suppose importing cvs file do the same bug).
Do I suppose too much ?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: NMS V 1.0 beta 6 unsubscribe
The unsubscribe links pointing to the admin panel are fixed in SVN.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: NMS V 1.0 beta 6 unsubscribe
But I download this module with the ModuleManager so I can't upload this new version because the NMS map is empty.