43
Quote:
Peekay wrote:
The only feature on my wish-list (if it is possible) is to enable 'ordinary' registration too. I.e., it would be good if when users clicked 'Register Now' they could either enter a reg code to put themselves in to a special group, or simply subscribe as 'normal' registered users.
You can sort of fake this right now if you make a code that allows membership in registered users (or no groups, if it is possible to make a code with no groups -- since all users are added to registered users anyway).
And then you could change the link for "Register Now" on your site, so it includes this default code in the URL, and that will take people straight to the regular form (and you just have to make sure that the questions on the form are set up to be displayed to the right groups).
Of course, that means when you're e-mailing people, you have to send them to "register.php?code=specialcode". If you send them to the front page (or if they go there themselves) and click "Register Now," it would register them as if they were a regular user.
Note: if you make a code that gives membership in registered users, I think you will end up with the user listed as a member of that group twice. I don't know if that will have an adverse affect on the operations of any other parts of the site or any other modules. I don't think so, but it's something to be aware of.
--Julian