Registration Issues
-
Sorry me again!
The Issue
Our entire site, other than the home page, is membership only.
Many of our members choose to pay by cheque/bank transfer (ie. manual payment – which works fine) HOWEVER at the end of the registration process, they are left logged in as users but still not members (until their payment is received).Of course, I realise I can still protect the rest of the site but this combination of being logged in but not yet a member is a confusing scenario.
Questions therefore as follows –
1. Is there a way I could automatically log the user out after registration? Perhaps by adding code to register.php?
2. Also, is there any way of checking whether a user is a member? I’ve tried using something along the lines of – $member->has_membership( 123 ) but this throws an error – Call to undefined method MS_Model_Member::get_member.
With many thanks in advance.
The topic ‘Registration Issues’ is closed to new replies.