Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2007-02-13 22:39:51

hakjoon
Member
From: Arlington, VA
Registered: 2004-07-29
Posts: 1,634
Website

Re: [request] Image upload from Write tab

That’s some nice work there. Everything seems good except I’m still a little unsure of the flow of the selector tab. There are some dropdowns and what looks like a carousel plus 2 big images and I’m just not 100% on how it all works together. I also question this type of interface for a site with lots of images. I love it visually but I’m unsure how functional it actually is.

What does bas_img_selector look like these days?


Shoving is the answer – pusher robot

Offline

#26 2007-02-13 23:28:28

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: [request] Image upload from Write tab

@matthew,

This looks great.
( I also still apreciate still the simplicity of the old GUI . Don’t know what that is though. Nostalgy ? )

I’m getting more and more confused these days, then the spartanix get’s my brain back in shape.

regards, marios


⌃ ⇧ < ⌃ ⇧ >

Offline

#27 2007-02-14 00:19:18

squaredeye
Member
From: Greenville, SC
Registered: 2005-07-31
Posts: 1,495
Website

Re: [request] Image upload from Write tab

Check out the thread for bas_img_selector, he’s got a demo of it there, its simple, nice.

We’ll see where we could go with this.

Matthew


Offline

#28 2007-02-14 03:37:57

renobird
Member
From: Gainesville, Florida
Registered: 2005-03-02
Posts: 786
Website

Re: [request] Image upload from Write tab

Matthew,

Excellent work…not sure how you turned that out so fast.
There are some great features in there that I hadn’t thought about (of course).
The ability to float or apply a class on the fly is super smart.

Cheers!

Hakjoon Wrote

You all see Bastian’s post about adding upload functionality to bas_img_selector?
Does that make these discussions unnecessary?

Good lord, I hope so. : )

Last edited by renobird (2007-02-14 03:41:04)

Offline

#29 2007-02-17 09:34:54

Leithen
Member
From: Scotland
Registered: 2006-02-05
Posts: 24

Re: [request] Image upload from Write tab

ma_smith wrote:

Masa,

  • Images handled like bas_img (with hierarchical folders) or (multiple categories – tagging) for sorting purposes (may be outside the frame of this plugin)

Perhaps this ought to be a request for an entirely seperate plugin, but multiple image categories would be very powerful.

Take the example of a small website I’ve done for a touring golf club . I’ve used prad_image_index to create an image gallery that displays galleries of images categorised by a combination of who provided them and where they were taken. Ideally I’d like to be able to choose a number of categories to apply to each image – photographer, course, subject, year etc.

This would allow me to retain the existing galleries in its seperate section, but also pull all categorised or tagged photos into the players profiles and venues listings

Offline

#30 2007-02-19 16:44:21

Dragondz
Moderator
From: Algérie
Registered: 2005-06-12
Posts: 1,529
Website GitHub Twitter

Re: [request] Image upload from Write tab

I worked theses few days in an upload plugin from write tab (my firs admin pluggin) and for now I have a testing version.

Don’t use it in an active website, the pluggin is only for testing and improving.

It only work under TXP 4.0.4.

Download it : Pluggin textpattern : dzd_upload_image

What do you think about it?

I also worked on public downloading form, but I don’t know if it s securised, then i prefer work later on it.

A new available version in the same link: include improvements : choose category, caption, Alt, and automatic thumb creation.

Last edited by Dragondz (2007-02-21 14:02:31)

Offline

#31 2007-02-23 20:54:33

Anton
Plugin Author
From: Alingsås, Sweden
Registered: 2004-11-16
Posts: 138
Website

Re: [request] Image upload from Write tab

Dragondz: I like it very much :) But how about these changes/additions:

  • style=“display: true” should probably be “display:block;”
  • use gTxt for “Upload” (already translated) and possibly som other string
  • Output the ID for the image, and/or a popup-link to show its Textile code

Eh bien, c’est tout quoi. Autrement c’est presque parfait :)

Last edited by Anton (2007-02-24 21:48:08)

Offline

#32 2007-02-23 21:07:31

Anton
Plugin Author
From: Alingsås, Sweden
Registered: 2004-11-16
Posts: 138
Website

Re: [request] Image upload from Write tab

Regarding image cropping.. Since we’re using jQuery nowadays, how about including parts of Interface (a set of jQuery plugins) too? I might going too far here, I know, but have a look at the ease of use of this image cropping demo

More demos are available too.

Offline

#33 2007-02-23 21:16:40

renobird
Member
From: Gainesville, Florida
Registered: 2005-03-02
Posts: 786
Website

Re: [request] Image upload from Write tab

Anton,

Wow. I’ve never seen that cropping tool.
Implementing it into any of the image tools could be amazing!


Tom

Last edited by renobird (2007-02-23 21:16:59)

Offline

#34 2007-02-24 07:39:52

Dragondz
Moderator
From: Algérie
Registered: 2005-06-12
Posts: 1,529
Website GitHub Twitter

Re: [request] Image upload from Write tab

Anton wrote:

Dragondz: I like it very much :) But how about these changes/addition:

  • style=“display: true” should probably be “display:block;”
  • use gTxt for “Upload” (already translated) and possibly som other string
  • Output the ID for the image, and/or a popup-link to show its Textile code

Ben, c’est tout quoi. Autrement c’est presque parfait :)

Thanks ben

the pluggin is not released, i think it need some imprivement (admin/tab for prefs) and sure your ideas are welcome

A bientôt.

Offline

#35 2007-03-26 00:47:05

jamiew
Archived Plugin Author
From: NYC
Registered: 2005-01-08
Posts: 74
Website

Re: [request] Image upload from Write tab

Quick cludge to add uploading to upm_img_popper!

Edit the plugin and around line 102, after the extract() call, add the following:

global $file_max_upload_size;
echo upload_form(gTxt('upload_image'), 'upload', 'image_insert', 'image', '', $file_max_upload_size);

Have to manually do a “back” using the shortcut keys since there is no navigation bar.

Offline

#36 2007-04-09 17:23:41

jameslomax
Member
From: UK
Registered: 2005-05-09
Posts: 448
Website

Re: [request] Image upload from Write tab

Dragondz wrote:

I worked theses few days in an upload plugin from write tab (my firs admin pluggin) and for now I have a testing version.
Don’t use it in an active website, the pluggin is only for testing and improving.

Is this working OK?
The idea to this thread is excellent, and long overdue: yes, yes, yes, upload images from the Write tab.

Are there any major concerns though, installing this particular plug in now if it might break stuff?

Offline

Board footer

Powered by FluxBB