Hi Leighton,
Not sure if this is a feature-request or a bug. I had a test subscriber who's subscription expired. When re-subscribing, the Thank You page just shows the text 'Thank You' - with no other text. Looking through the template file, there are rules for modified subscriptions, auto login and a global 'please check your mail' type. However, in my test case, the user was already logged in, so was an authenticated user but had no subscriber role. In this case I would like to output a 'Thanks for re-subscribing' message, but I'm not sure this can be triggered based on the variables available.
Can you advise?
Thanks








Jaybee,
Re-Subscribers are treated simply as new subscribers in both the Paypal and Drupal systems, since the Subscription ID of the old one is not re-used, but rather a new subscription is created. As such, there is not straightforward way to tell if a user is re-subscribing or not. One thing that I can and probably will do is check if the user has previously been subscribed to the subscription plan for which the new subscription is being created, and institute a new variable $isResubscribe to designate when a user is resubscribing. I will try and get this in the next release as a Feature Request.
Sincerely,
Leighton Whiting