Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#11 2006-05-21 11:47:23
- jameslomax
- Member
- From: UK
- Registered: 2005-05-09
- Posts: 448
- Website
Re: [plugin] [ORPHAN] fpx_image_import
Looks good!
Is there a way of adjusting it slightly, so the import interface has its own admin page? Its a problem when it sits at the bottom of the images page, if you have lots of images that 1) have to load and 2) that you have to scroll past, to get to the import options.
And also, if you are importing a large quanitity of images, it makes sense again if you manage it within its own page, not inserted at the bottom of the images page.
Offline
#12 2006-05-22 16:46:57
- Flashpix
- Plugin Author
- From: Cologne/Germany
- Registered: 2004-04-11
- Posts: 19
- Website
Re: [plugin] [ORPHAN] fpx_image_import
James, the only other possibility would be to put it on the same page as the configuration page, or another tab there. But then you wouldn’t see the results of the import.
And yes, the textpattern image handling sucks, and there are efforts currently going on to improve this.
Offline
#13 2006-05-22 18:35:17
- jstubbs
- Moderator
- From: Hong Kong
- Registered: 2004-12-13
- Posts: 2,394
- Website
Re: [plugin] [ORPHAN] fpx_image_import
Its not that is sucks, its just confusing when you have a plugin installed. Then its hard to know how to create/edit/change a thumbnail. Just an example. If you use the TXP default image handling without any image plugins, its not so bad.
Offline
#14 2006-05-31 13:44:58
- alexwest
- Member
- From: Järna, Sweden
- Registered: 2004-08-04
- Posts: 45
Re: [plugin] [ORPHAN] fpx_image_import
Great work!
Something I would like to see as an added feature is the option (very much like Filename as alt-text) to have the Image name being set to the Filename minus the extension.
Thanks!
be safe and happy
Offline
#15 2006-06-02 17:09:10
- aba
- Plugin Author
- Registered: 2004-04-14
- Posts: 119
Re: [plugin] [ORPHAN] fpx_image_import
alexwest wrote:
Great work!
Something I would like to see as an added feature is the option (very much like Filename as alt-text) to have the Image name being set to the Filename minus the extension.
Thanks!
locate the following code segment (after about 2/3):
<code>
$ext = $extensions[$extension];
$imagename = utf8_encode(substr($filename, 0, strrpos($filename, ‘.’)));
$alt = $imagename;
$imagename .= $ext;
$name2db = doSlash($imagename);
</code>
get rid of the following line:
<code>
$imagename .= $ext;
</code>
Offline
#16 2006-07-18 12:47:43
- bluelena69
- Member
- From: North Carolina
- Registered: 2006-01-06
- Posts: 51
Re: [plugin] [ORPHAN] fpx_image_import
I am getting a redirect error in both Firefox and IE7 when I try to open my “image” tab in admin. The error reads “Firefox has detected that the server is redirecting the request for this address in a way that will never complete.” I have a feeling that something might have happened when I was trying to implement a multiple image import plugin. I first used aba_import_image and then realized that fpx_image_import might be better for my needs. Thus I uninstalled the aba_import and installed fpx_import plugin. It was after this that I noticed that I received the aforementioned error when trying to access the image tab. Any ideas? If it helps, my site lives on a Windows 2003 server box and I am utilizing a redirect trick to get clean urls…
Thanks,
Blue
“He has emotional problems. We need a new American President…”
—Hugo Chavez
Offline
#17 2006-07-19 10:33:37
- Destry
- Moderator
- From: Haut-Rhin
- Registered: 2004-08-04
- Posts: 4,285
- Website
Re: [plugin] [ORPHAN] fpx_image_import
Promising plugin, Flashpix. Since aba is planning a complete rewrite of his version (aba_image_import)…why don’t you guys work together?
Wordworkin’ for you.
Offline
#18 2006-07-19 20:49:13
- aba
- Plugin Author
- Registered: 2004-04-14
- Posts: 119
Re: [plugin] [ORPHAN] fpx_image_import
Destry wrote:
Promising plugin, Flashpix. Since aba is planning a complete rewrite of his version (aba_image_import)…why don’t you guys work together?
because I’m a lousy programmer, awkward to work with and still trying to get myself convinced to do the rewrite.
Use the source, do it like I did: Get a book about PHP and start changing the plugin.
Offline
#19 2006-07-20 10:14:27
- Destry
- Moderator
- From: Haut-Rhin
- Registered: 2004-08-04
- Posts: 4,285
- Website
Re: [plugin] [ORPHAN] fpx_image_import
Forget your meds this morning, aba? You so misunderstand me I’m not even going to go there. In any case, your words speak volumes.
Wordworkin’ for you.
Offline
#20 2006-09-08 16:38:05
- squaredeye
- Member
- From: Greenville, SC
- Registered: 2005-07-31
- Posts: 1,495
- Website
Re: [plugin] [ORPHAN] fpx_image_import
FPX,
Great plugin,
Did I miss something, or will I always see the file structure of the images in the import folder?
Will I need to manually delete those after import?
If so, can we have an option of deleting those like nhn did?
:)
Matthew
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline