Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#157 2011-11-11 20:24:53

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Hi Eric,

I was never able to resolve the 2MB image size limit as mentioned here before
Any news on that?
This is on another host with PHP info:

  • upload_max_filesize 128M 128M
  • post_max_size 128M 128M

(.htaccess fix is in place)

Also regarding your suggestion for thumbnails…

TheEric wrote:


  1. Thumbnails shown next to the the caption / title fields when entering the image info en-bulk.

That would be an excellent and welcome improvement.

Last edited by masa (2011-11-11 20:25:15)

Offline

#158 2011-11-15 13:24:18

pafruu
Member
From: New Brunswick, Canada
Registered: 2010-01-14
Posts: 65

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Is Eric gone away? Does anyone know?


I try, and I try, and I try…. and sometimes I achieve

Offline

#159 2011-11-15 13:28:36

joebaich
Member
From: DC Metro Area and elsewhere
Registered: 2006-09-24
Posts: 507
Website

Re: [plugin] [ORPHAN] ebl_Upload Version 3

pafruu wrote:

Is Eric gone away? Does anyone know?

See #142

There is a fix upcoming, but unfortunately I’m short for time before school starts in two weeks, and then I’m out of commission until the winter break.

I think that “winter break” = “Christmas Holidays”.

Offline

#160 2011-12-16 03:49:27

TheEric
Plugin Author
From: Wyoming
Registered: 2004-09-17
Posts: 566

Re: [plugin] [ORPHAN] ebl_Upload Version 3

I’m …alive!

Finals over, people suddenly realize I’m still alive. Hit me with your issues, if it’s the 2038 issue, if possible, give me a login if you have my email address. I have 3.5 weeks until next semester and then I’m out of commission until summer break.

Offline

#161 2011-12-16 11:49:46

Timid&friendly
Member
From: The Netherlands
Registered: 2006-05-28
Posts: 252
Website

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Hope your finals went well.

I have sent you an e-mail to your gmail account.

Let me know if you need anything else.

Last edited by Timid&friendly (2011-12-16 11:50:29)


I think, therefore I AM, … … er … I think :-?

Offline

#162 2011-12-16 13:03:32

pafruu
Member
From: New Brunswick, Canada
Registered: 2010-01-14
Posts: 65

Re: [plugin] [ORPHAN] ebl_Upload Version 3

pafruu wrote:

Hello Eric,

I got the error #2049, after reading all of the posts, i noticed that the site we were working on went live and there was a conflict in the serial number with the now live url at www.bouctoucherv.com. So i reissued a new serial number with the new url. installed it and now i get error #2.

what am i doing wrong?

edit: I noticed that we entered the domain www.bouctoucheRV.com in the serial number generator where, on the browsers url bar, it shows www.bouctoucherv.com.

should that be changed? If so How?


I try, and I try, and I try…. and sometimes I achieve

Offline

#163 2012-02-05 14:13:08

thebombsite
Archived Plugin Author
From: Exmouth, England
Registered: 2004-08-24
Posts: 3,251
Website

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Has Eric disappeared? All his sites seem to be “down” for one reason or another. If this is the case how can someone go about getting a “working” version of the plugin seeing as it needs registering?


Stuart

In a Time of Universal Deceit
Telling the Truth is Revolutionary.

Offline

#164 2012-02-05 14:38:51

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Probably just busy

Offline

#165 2012-02-06 19:39:36

TheEric
Plugin Author
From: Wyoming
Registered: 2004-09-17
Posts: 566

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Very, very busy. First year they scare you to death, second year they work you to death….

I’ll get it back online when I have a chance to breath. I moved everything over to my hosting server, but haven’t had the time to restore the database.

If you want to purchase, send me an email and I’ll do it manually. Otherwise, it’ll be a few more weeks. I’m also toying with the honour system in regards to registrations and doing away with the serial # nonsense.

Last edited by TheEric (2012-02-06 19:40:16)

Offline

#166 2012-02-08 22:01:06

russellhorn
New Member
From: Hebden Bridge
Registered: 2012-02-08
Posts: 1
Website

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Hi Eric

Hows do i email you(No email link and website link broken)… really keep to get the plugin.

PS. thanks Stuart for asking the question for me.

Offline

#167 2012-06-11 03:26:22

TheEric
Plugin Author
From: Wyoming
Registered: 2004-09-17
Posts: 566

Re: [plugin] [ORPHAN] ebl_Upload Version 3

The flash version is officially dead. I will not be supporting this any longer.

HOWEVER.

There is a pure HTML 5 version which I’m working on and has been proven to work. It will only work on HTML5 compliant browsers that support multiple=true, and this naturally, excludes IE until IE10 is released.

Offline

#168 2012-06-11 04:28:36

TheEric
Plugin Author
From: Wyoming
Registered: 2004-09-17
Posts: 566

Re: [plugin] [ORPHAN] ebl_Upload Version 3

Also, in case anyone is interested in how I’m doing this while maintaining the same upload form, here’s a snippet of jQuery that I’m using.

<script type="text/javascript">
	$(document).ready( function(){
		// Change the Upload Input to accept Multiple
		$('#image-upload').attr('multiple','TRUE');
		// Give the Upload Input a proper Name
		$('#image-upload').attr('name','uploads[]');
		// Nuke the original upload processor and replace with my own
		$('input[name="step"]').val('ebl_upload');		
	});
</script>

This new version is exciting. It’s a break from the study of law and helps to keep my code chops current.

Offline

Board footer

Powered by FluxBB