Hiya...
Apologies in advance if this is a stooopid question but....
I was just wondering if it possible to do the following:
Context: I have downloaded and installed the very excellent POSTCARD module...I;m using drupal to setup a members-only site...so there is a problem when someone sends a POSTCARD to a non-member. i.e. because itis a members only based site...ACCESS CONTENT is switched off for unauthorised users..so when they click through to their POSTCARD..they are automatically redirected to the login page. For the members who aren't already logged in the same happens...
The same would apply to private message reminders, subscription emails etc.
So the functionality of what I want to do is as follows
a) User creates a postcard and sends to to reccipient.
b) recipient receives email announcing the fact that they have a postcard waiting for them and a link to where they can view it.
c) if the person is a non-authorised user OR a not-logged-in user they are automatically redirected to the YOU MUSIT LOGIN TO ACCESS THIS PAGE.
d) I would like then to be able to LOGIN - and then continue on to the page they originally wanted to go to.
It is very common on other sites...so am jsut wondering if there are any PHP wizards out there who have already sussed this with Drupal..or if there is a reference point someone can point me to and I can attempt a patch or even a module to achieve this.