Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2015-12-18 22:31:32

kuopassa
Plugin Author
From: Porvoo, Finland
Registered: 2008-12-03
Posts: 229
Website

Upload images with zem_contact_reborn

Plugin: kuo_upload_image

An experimental thing. With kuo_upload_image your zem_contact_reborn form can be used to upload an image file directly to Textpattern’s Images section. Comes with an optional text field where used can write some caption text to the image. The plugin currently doesn’t create a thumbnail so admin should do that manually if it’s needed.

Code example:

<txp:zem_contact to="your@email.com" label="Upload" thanks="Thanks!">
<ul>
<txp:kuo_upload_image label="File:" wraptag="li" category="write-image-category-here" 
caption_label="What's happening in the photo:" uploader_username="kuopassa" 
upload_max_size="" />
<li><txp:zem_contact_submit>Upload &raquo;</txp:zem_contact_submit></li>
</ul>
<txp:zem_contact_secret value="Please check the Images section from Textpattern." />
</txp:zem_contact>

Some notes:

  • An email message is sent each time zem_contact_reborn is successfully submitted.
  • The zem_contact_reborn form needs to have something, not just kuo_upload_image’s tag. You can use for example zem_contact_secret or combine some other fields with it.
  • This plugin will do a small modification to the source code of zem_contact_reborn. It’s done automatically. It makes sure the HTML form has this: enctype="multipart/form-data" because otherwise files can’t be uploaded.

If you’ve got time, please test this plugin and write below if you get in trouble. :-)

Offline

#2 2015-12-19 07:50:13

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,011
Website GitHub Mastodon Twitter

Re: Upload images with zem_contact_reborn

Petri, thanks for the plugin. I’m sure it’ll be of use to many people here.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#3 2015-12-19 10:06:06

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

Re: Upload images with zem_contact_reborn

With which ZCR plugin versions is it compatible… 4.0.3.20 or 4.5.0.0?

Offline

#4 2015-12-19 12:05:52

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,011
Website GitHub Mastodon Twitter

Re: Upload images with zem_contact_reborn

The docs say 4.0.3.20


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

Board footer

Powered by FluxBB