Skip to content

Commit 50b59bc

Browse files
committed
Reference different file upload plugin
Closes #39.
1 parent f9a97e2 commit 50b59bc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
h1. Changelog
22

3-
h2. 4.5.0.0 - 2015-01-26
3+
h2. 4.5.0.0 - 2016-12-02
44

55
* Replace @split()@ (deprecated since PHP 5.3) with @explode()@.
66
* Remove @zem_contact_mailheader()@ function, switch to using Textpattern's @encode_mailheader@ function (Textpattern 4.0.4+).

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ bc. <txp:php>$_GET['zem_contact_send_article']='yes';</txp:php>
810810

811811
h5. How can I use this form to upload files?
812812

813-
You can't, but have a look at the "sed_afu":http://txp-plugins.netcarving.com/ (anonymous file upload) and "mem_form":https://bitbucket.org/Manfre/txp-plugins/downloads/ plugins.
813+
You can't, but have a look at the "zcr_file_attach":https://github.com/Bloke/zcr_file_attach/releases/ module, or "mem_form":https://bitbucket.org/Manfre/txp-plugins/downloads/ plugins.
814814

815815
h5. Can I use this plugin to send HTML email?
816816

zem_contact_reborn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2680,7 +2680,7 @@ function pap_zemcontact_submit()
26802680
; Send article: can I show the contact form without having to click a link first?
26812681
: Sure, put this just above the @zem_contact@ tag: @<txp:php>$_GET['zem_contact_send_article']='yes';</txp:php>@
26822682
; How can I use this form to upload files?
2683-
: You can't, but have a look at the "sed_afu":http://txp-plugins.netcarving.com/ (anonymous file upload) and "mem_form":https://bitbucket.org/Manfre/txp-plugins/downloads/ plugins.
2683+
: You can't, but have a look at the "zcr_file_attach":https://github.com/Bloke/zcr_file_attach/releases/ module, or "mem_form":https://bitbucket.org/Manfre/txp-plugins/downloads/ plugins.
26842684
; Can I use this plugin to send HTML email?
26852685
: Not without a plugin like "mem_form":https://bitbucket.org/Manfre/txp-plugins/downloads or using the delivery callback.
26862686
; Can I use this plugin to send newsletters?

0 commit comments

Comments
 (0)