Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#601 2009-04-09 22:25:42
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: zem_contact_reborn 4.0.3.20
Bloke wrote:
I’ve taken the plunge and I’m TXP-ising my site (finally!) because it’s going to be way easier to manage plugin downloads than the current static site. So I’m trying to emulate that page in ZCR.
Yes, it’s an interesting exercise Textpatterning a hand-coded PHP website. I went through that last year & adi_gps, adi_contact & updates to adi_link were the result.
My favourite (not-so-misleading) shop name is Kincheap.
Offline
#602 2009-04-09 22:26:24
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: zem_contact_reborn 4.0.3.20
Bloke wrote:
smd_if to the rescue?
Yes, I think so, thank you :))) I’ve never needed smd_if before, but now I finally get a chance to use it :)
Offline
#603 2009-04-19 09:56:04
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: zem_contact_reborn 4.0.3.20
gomedia wrote:
Is there anything in adi_contact_combo that would help?
Bloke wrote:
Hell yes :-) I’d forgotten about that gem; thanks for the reminder. The adi_contact_labels might help in my above predicament regarding the unnamed field too.
adi_contact version 0.2 released.
Offline
#604 2009-04-21 16:56:47
- dreamer
- Member
- Registered: 2007-06-08
- Posts: 242
Re: zem_contact_reborn 4.0.3.20
Is there a way to have 2 fields on one line instead of on the next line? like here is my code;
<txp:zem_contact_text label="City" name="City" required="1" /><br />
<txp:zem_contact_text label="State" name="State" required="1" /><br />
I removed the br tags but that didn’t help much.
Offline
#605 2009-04-21 17:09:33
Re: zem_contact_reborn 4.0.3.20
Hi dreamer,
try adding the attribute break=""
to each tag. (break
is set to br
by default).
Last edited by maniqui (2009-04-21 17:09:58)
Offline
#606 2009-04-27 08:53:55
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: zem_contact_reborn 4.0.3.20
is there a way to display sender name in a sender (from) field instead of sender e-mail address in a e-mail header?
right now than i receive e-mail the header look:
topic – e-mail address – date
but i wish:
topic – sender name – date
Offline
#607 2009-04-27 10:12:29
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: zem_contact_reborn 4.0.3.20
i think i need to add “from” attribute to <txp:zem_contact /> tag:
<txp:zem_contact from=”“ />
but, what value?
Offline
#608 2009-04-28 06:49:30
Re: zem_contact_reborn 4.0.3.20
I’m trying to get this to do the Send to a friend in a pop up (highslide) – but can’t get it :(
Firstly I am using an image for the link and the form is contained within a div which becomes the pop up (see below)
The thing is the form doesn’t show in the pop up (but Bla Bla does) – so I’m thinking I’m calling the send to a friend function incorrectly.
Am I using the correct link?
<a href="?zem_contact_send_article=yes" onclick="return hs.htmlExpand(this)"><img src="/images/icon_email.png" /></a>
<div class="highslide-maincontent">
Bla Bla
<txp:zem_contact to="test@test.com" send_article="1">
<txp:zem_contact_email label="Recipient Email" send_article="1" />
<txp:zem_contact_email label="Your Email" />
<txp:zem_contact_submit label="Send Article" />
</txp:zem_contact>
</div>
Offline
#609 2009-04-28 13:15:56
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: zem_contact_reborn 4.0.3.20
Gallex wrote:
i think i need to add “from” attribute to <txp:zem_contact /> tag:
<txp:zem_contact from=”“ />
but, what value?
anybody?
Offline
#610 2009-04-29 02:45:29
Re: zem_contact_reborn 4.0.3.20
Its in the plugin docs.
from’email@address.com” – specify an email address
from_form=“form name” – I presume you specify whatever you like – I have tested this
Offline
#611 2009-04-29 11:22:54
Re: zem_contact_reborn 4.0.3.20
I’m sending a test email through my form to my email address but I’m not getting the email.
I’m using this line of code on my Page:
<txp:zem_contact to=“wildemedia@hotmail.co.uk” />
I can’t see what I’ve done wrong I just copied the code out of the plugin help section.
Any help will be greatly appreciated!
Offline
#612 2009-04-29 11:43:51
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,311
Re: zem_contact_reborn 4.0.3.20
Do you receive any user registration mail? If not it might be possible you need to look through some mail/scripting setting at your hosting service.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline