Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Publishing info from e-mail or comments form?
Yes, it works! And what about that authorid=“visitor” status=“4” ? Seems to me that it makes no difference – articles are published anyway.
Offline
Re: Publishing info from e-mail or comments form?
admi wrote:
And what about that authorid=“visitor” status=“4” ? Seems to me that it makes no difference – articles are published anyway.
Statuses: 1=draft, 2=hidden, 3=pending, 4=live, 5=sticky. The default status is 3, so articles are saved as pending: you see them on the admin side, but not on the public one. authorid
is not so important, but if you use <txp:author />
in article forms, it will be empty for your visitor-published articles, unless you create some “fake” author (say, visitor
).
Glad it works, but there is yet few things to do. So please test, but wait a little before fully trusting it.
Offline
Re: Publishing info from e-mail or comments form?
Thanx! Sure, I will.
It is OK with 4.5.4 but not Ok with 4.4.1. At least on my sites.
Glad TXP is getting a another useful plugin!
Offline
Re: Publishing info from e-mail or comments form?
admi wrote:
It is OK with 4.5.4 but not Ok with 4.4.1. At least on my sites.
Yeah, thanks, it’s because of txpspecialchars
function introduced in 4.5. You can replace it with htmlspecialchars
in the code.
Offline
Re: Publishing info from e-mail or comments form?
Why not use mem_simple_form
to do this?
Offline
Re: Publishing info from e-mail or comments form?
aslsw66 wrote:
Why not use
mem_simple_form
to do this?
I guess that Oleg’s way is easier AND supported:)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Publishing info from e-mail or comments form?
I think it still has problem with TXP 4.4.1 but the best way to solve it to upgrade txp to 4.5.4.
Offline
Re: Publishing info from e-mail or comments form?
admi wrote:
I think it still has problem with TXP 4.4.1 but the best way to solve it to upgrade txp to 4.5.4.
Right, that’s because of article validation introduced in 4.5. Now should work in 4.4.
aslsw66 wrote:
Why not use
mem_simple_form
to do this?
Also because mem_simple_form
is a generic data-insertion plugin, that does not make article validation.
Last edited by etc (2013-06-27 13:25:38)
Offline
Re: Publishing info from e-mail or comments form?
Hi Oleg, I am testing this plugin and I get no results. ie the comment form is not saved in the db. Could this be because I have a form with numerous fields only some of which I gave the required names (such as body, title, custom_field_1, etc)?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#22 2014-04-09 11:36:55
- raminrahimi
- Member
- From: India
- Registered: 2013-03-19
- Posts: 278
Re: Publishing info from e-mail or comments form?
there is a problem, when some one submit more paragraphs on the body (textarea) it will join all paragraphs and will make one paragraph, is it possible to receive all those paragraph separately ?
Offline