On Fri, Sep 18, 2009 at 2:51 PM, DrunkenMonk <[email protected]> wrote:
>
> Looks promising. What auths are checks in site.auth.email? I assumed
> the target(s) of the email, to allow only certain members to send to
> certain lists/ids, but when I think about, that seems difficult.
Same as normal:
some.page: @admin
some.other.page: @member
Just tells who can send an email from which page. I've discovered
emailing is a bit tricky, if you don't know what you are doing.
> I'll give this ago inside of a few weeks, I think. Bet ya I'm gonna
> have problems with old plugins and settings when I do...
>
> Having an optional override in site.config or similar for mode might
> be good, in order to allow finished sites the option to avoid a lot of
> work.
That's a good point. I didn't include that in this release. You can
get a temporary workaround by changing functions.php ~410 from
if ($args['mode'] != 'active') {
to
if ($args['mode'] == 'demo') {
That will negate the requirement of having to manually turn the mode
on to active in a form. I have a fairly interactive site, but I only
have about 6 or 7 forms that send emails (contact me, lost password,
email confirmation, change, and some contact/bulletin actions I don't
really use yet). I simply added [session mode active] to each one.
Cheers,
Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---