Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
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
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
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
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
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
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
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
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
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
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
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