Hi Shawn,
Am Dienstag, 6. November 2012 17:19:58 UTC+1 schrieb Shawn H.:
>
>
> I followed the instructions on the boltwire site about setting up an
> action.contact page, but when I test it the email never comes through. My
> site.auth.email file has this line in it: "action.contact: @guest". I
> followed all the instruction exactly I think, including changing
> site.config. Am I doing something wrong?
>
Try this (you can find the complete thread in this google group when
searching for mailaddress):
I already had an aboutus page.
So I created an aboutus.contactus page with the following:
! Contact Form
[if equal '{sitemail}' '']You must register a site email address on your
site config page to use this form.
[else]Please use the form below to send us your message:
<box>
[form][t]
[r]
[c width=100px]Your Email:
[c][text from "{~email}" size=40]
[r]
[c]Subject:
[c][text subject size=40]
[r]
[c top]Message:
[c][box body rows=6 cols=35][box]
[r]
[c]
[c right][submit "SEND MAIL"]
[t]
[session to "{sitemail}"]
[session mail]
[form]
</box>
[if]
The key was the site.auth.mail page!!
I edited site.auth.mail and added:
aboutus.contact: @guest
and I can now send email from admin, any logged in user and any guest user
which was the primary purpose.
UPDATED BOLTWIRE PAGE:
I've added the site.auth.mail info to the boltwire site page
http://boltwire.com/index.php?p=docs.concepts.mail
>
> This is not on my site, but I noticed that the search function on the main
> boltwire.com site does not seem to work.
>
You are correct. A good starting point to check out the docs is
http://www.boltwire.com/index.php?p=docs
>
> How do I change a users password (like my own)? There used to be an
> action.password, but it doesn't seem to be there anymore and I can't find
> it in the help.
>
Check out and adapt action.register. User data is stored in data fields on
pages named login.username.
Greetings, Martin
>
>
>
--
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/boltwire/-/gAl1vH67ewwJ.
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.