I need some advice/push in the right direction, please.
SS 2.4.1
blog 0.4.0
I'm using the blog module and I have comments turned on, but with login required to post a comment.
This works great except if someone wants to leave a comment and they're not already a member, they don't really have a way to "sign up" for an account as the default installation goes. So my question is, how would I go about implementing such a system?
Ideally I'd like to approve all requests by default. So if a user was to submit a request they would automatically be added to a member list and have access rights to post a comment. My thinking is that I could just make a form that adds a users signup info to the members list. That simple.
Does anyone have any insight into this? Any tutorials already written? Any suggestions?
Any help or ideas are greatly appreciated.
Thanks!
C.b