Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

  1. Index
  2. » Archives
  3. » Plug-in: zem_contact_reborn

#565 2006-10-10 14:16:31

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Plug-in: zem_contact_reborn

Try <code>to_form=“my_to_form”</code> where the ‘my_to_form’ form contains just an email address.
If that works, then try more ‘advanced’ things like multiple addresses.
Multiple addresses should be separated by a comma: <code>myfirstadress@mydomain.com,mysecondadress@myotherdomain.com</code>

But if that’s all you need, then don’t use a form, but use the ‘to’ attribute of zem_contact: <code>to=“myfirstadress@mydomain.com,mysecondadress@myotherdomain.com”</code>, which is easier and won’t show up in the HTML code the visitor sees.

Offline

#566 2006-10-10 14:30:07

bartekk
Member
Registered: 2004-11-09
Posts: 57

Re: Plug-in: zem_contact_reborn

I tried it with one email adress and it still doesn’t work to.

The alternative works fine, but I want to hide the second email adress, so I will try with the copysender attribute.

thx

Offline

#567 2006-10-12 13:21:45

Finnish
Member
From: Russia, Vladivostok
Registered: 2005-11-02
Posts: 13

Re: Plug-in: zem_contact_reborn

how to cope with SMTP authentication when it’s required?


have a nice day :)

Offline

#568 2006-10-12 13:46:05

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Plug-in: zem_contact_reborn

zem_contact_reborn uses PHP’s mail() function, which doesn’t support SMTP authentication. You’d have to edit the plugin and use something like <a href=“http://email.about.com/od/emailprogrammingtips/qt/et073006.htm”>PEAR Mail</a> to be able to use SMTP authentication. Do you really need this?

Offline

#569 2006-10-12 14:10:51

Finnish
Member
From: Russia, Vladivostok
Registered: 2005-11-02
Posts: 13

Re: Plug-in: zem_contact_reborn

yes i do really need it. and solved it. uses PHPMailer class. it works! just replaced mail() function with $mail->Send() and few tweaks and it works!


have a nice day :)

Offline

#570 2006-10-16 10:46:03

treb0r
Member
From: Hebden Bridge, UK
Registered: 2005-09-05
Posts: 20
Website

Re: Plug-in: zem_contact_reborn

I’m having problems with zem_contact and I can’t see an answer here, although it is possible that I’ve missed something because this thread is so long.

Bascially, I’ve used this plugin for all of my sites (15+), and everything was ok until I recently started to get complaints that email messages were going missing. I’ve had a look, and it appears that out of all my sites, two or three have stopped sending emails altogether. I’m using the same version of txp (4.03) and zem_contact_lang (4.0.3.02) and zem_contact_reborn (4.0.3.16) plugins, and all the sites are hosted on the same machine at txd.

The sites that are broken no longer display the ‘message sent’ notification.

Working Site:

http://losource.net/contact

Broken Site:

http://pagaian.org/contact/rob-blake

I’ve even used the same forms on each.

Any clues gratefully received!

Last edited by treb0r (2006-10-16 10:47:39)

Offline

#571 2006-10-16 10:52:05

lukepermsn
Member
From: london
Registered: 2004-07-15
Posts: 57
Website

Re: Plug-in: zem_contact_reborn

The first thing I would ask is if any of the servers have upgraded their software (PHP, Apache, MySQL)?

There is another message a few posts up from maniqui that reports something similar.

L.


“Absorb what is useful, Discard what is not, Add what is uniquely your own” – Bruce Lee

Offline

#572 2006-10-16 10:56:48

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Plug-in: zem_contact_reborn

@trebor: do you have the zem_contact_reborn form inside an article.. and is the article tag used multiple times in the template for that section?
When I don’t fill out any fields and submit the form, the error message show the same errors 4 times in a row. And what’s even more strange is that in two cases there’s an error “The form has expired, please try again”, which should only occur if you wait more than 10minutes before submitting the form.

Offline

#573 2006-10-16 10:57:17

treb0r
Member
From: Hebden Bridge, UK
Registered: 2005-09-05
Posts: 20
Website

Re: Plug-in: zem_contact_reborn

Thanks for the reply – yes I saw the post, but what concerns me is that all the sites live on the same box at txd. Maybe I should raise a support ticket..

Offline

#574 2006-10-19 04:53:45

semanio
Member
Registered: 2005-10-18
Posts: 20

Re: Plug-in: zem_contact_reborn

Stuart,

FYI… on the new Textpattern 4.0.4 zem_contact_reborn has a slight error (that gets fixed if you run in Live mode). Here is the error. I plan on taking a stab at fixing it tomorrow (Thursday 19 October 2006):

tag_error <txp:zem_contact_radio name=“current_patient” label=“No” checked=“yes” break=”“ required=“yes” /> -> Textpattern Notice: Unknown tag attribute: required on line 582

-Nate

Offline

#575 2006-10-20 16:47:52

Neko
Member
Registered: 2004-03-18
Posts: 458

Re: Plug-in: zem_contact_reborn

What happened to the download link? It doesn’t work anymore (at least to me).

Where can I find and download a copy of the whole package (contact, lang and cleaner)? TY.

Last edited by Neko (2006-10-20 16:50:02)

Offline

#576 2006-10-20 17:42:31

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Plug-in: zem_contact_reborn

zem_contact_reborn + lang + cleaner can be downloaded from the plugin archive in TextBook

It looks like thebombsite.com is gone and since there haven’t been any updates to this plugin for half a year. Can we assume that it is not longer mainained? There are quite a few bugs in the existing version which I’ve already started fixing privately. Reading back in this topic, I see that Tranquillo was doing a lot of the coding. If he’s no longer working on the plugin (email sent to ask about this), I wouldn’t mind maintaining it myself.

Last edited by ruud (2006-10-20 17:55:12)

Offline

  1. Index
  2. » Archives
  3. » Plug-in: zem_contact_reborn

Board footer

Powered by FluxBB