Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
New Applicant Idea.
Tell me what you think of this?
When a new applicant applies for membership it sends the board admin a notification e-mail. (I dont know if it does this yet)
Then have the ability to approve the member via e-mail by replying to the e-mail w/ a yes or no answer.
The reason for this would be to approve members when you arent near your computer. (ie I am always travelling around staying intouch via blackberry.)
what do u think of this?
0
This discussion has been closed.
Comments
procmail of course
supposing you set up an email account like myspecialvanillaemailaddress@mydomain.com:
.procmailrc for procmail:
:0: * ^TOmyspecialvanillaemailaddress |/usr/local/bin/php /path/to/my/vanilla/extensions/some_script.php
OR .forward for Exim:
#Exim forward if $local_part is "myspecialvanillaemailaddress" then pipe "/usr/local/bin/php /path/to/my/vanilla/extensions/some_script.php" endif
you just pop one of those files in your home folder, depending on which one your host supports, and that's it. or something close to that. i haven't messed with them in a while.