Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#85 2011-02-11 00:12:54

MattD
Plugin Author
From: Monterey, California
Registered: 2008-03-21
Posts: 1,254
Website

Re: bot_image_upload: upload, sort, edit, show images in ‘write' tab

That worked for me also. If it doesn’t work for Zanza then maybe there is a third plugin loading jQuery UI?

You can make my plugin use a later version of jQuery UI by updateing the url in the plugin preferences.

Last edited by MattD (2011-02-11 00:15:01)


My Plugins

Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker

Offline

#86 2011-02-11 00:53:04

redbot
Plugin Author
Registered: 2006-02-14
Posts: 1,410

Re: bot_image_upload: upload, sort, edit, show images in ‘write' tab

MattD wrote:

That worked for me also. If it doesn’t work for Zanza then maybe there is a third plugin loading jQuery UI?
You can make my plugin use a later version of jQuery UI by updateing the url in the plugin preferences.

Matt,
I’m sure this will work for Zanza too. My previous suggestions were just attempts to localize the problem and should be ignored.
These plugins can peacefully live together. I’ll repeat how for clarity:

The only thing to do is delete this single row form bot_image_upload, nothing more:

<script type="text/javascript" src="$bot_iu_ui_path"></script>

P.S.
I’ll add this workaround in the plugins help

Last edited by redbot (2011-02-11 02:03:37)

Offline

#87 2011-02-11 09:46:59

Zanza
Plugin Author
Registered: 2005-08-18
Posts: 699
Website

Re: bot_image_upload: upload, sort, edit, show images in ‘write' tab

It does work indeed! Thanks to you all! Great job! :)

Update There still is the problem with ebl plugin not working inside of modal layer, of course.

Last edited by Zanza (2011-02-11 09:57:50)

Offline

#88 2011-02-11 09:59:40

redbot
Plugin Author
Registered: 2006-02-14
Posts: 1,410

Re: bot_image_upload: upload, sort, edit, show images in ‘write' tab

Zanza wrote:

It does work indeed! Thanks to you all! Great job! :)

Great! Thank you for the help.
Now I just need some time to see what’s wrong with bot_iu + ebl_img

Offline

#89 2011-02-12 13:22:19

redbot
Plugin Author
Registered: 2006-02-14
Posts: 1,410

Re: bot_image_upload: upload, sort, edit, show images in ‘write' tab

Version 0.6 is out

Changes:

  • Now works with ebl-image-edit
  • Help edited. Now includes instructions to deal with other plugins using jQuery ui.

For the record the solution to the last issue was simpler than the one I suggested here.
You just have to configure the plugin setting the ui path to ‘’.

As usual download from first post.

P.S.
If you are upgrading from v 0.5 you don’t need to re-upload the ui script.

Last edited by redbot (2011-02-12 13:27:39)

Offline

#90 2011-02-18 15:07:57

spiffin
Plugin Author
From: London, UK
Registered: 2004-06-08
Posts: 95
Website

Re: bot_image_upload: upload, sort, edit, show images in ‘write' tab

Thanks for a great plugin.

Could anyone please tell me how to define a custom field? I’ve tried various options such as:

‘bot_iu_fields’ => ‘#custom_field_1’ and ‘bot_iu_fields’ => ‘#custom_1_set’ – but no success as yet.

I’m using glz_custom_fields BTW.

Thank you.

Offline

#91 2011-02-18 15:15:46

redbot
Plugin Author
Registered: 2006-02-14
Posts: 1,410

Re: bot_image_upload: upload, sort, edit, show images in ‘write' tab

Hi Simon,
you must use this sintax:

'bot_iu_fields' => '#article-image,  #custom-1, #custom-2'

BTW it’s all written in the plugins help

Offline

#92 2011-02-18 15:21:30

spiffin
Plugin Author
From: London, UK
Registered: 2004-06-08
Posts: 95
Website

Re: bot_image_upload: upload, sort, edit, show images in ‘write' tab

Great, thank you redbot.

(sorry, I didn’t notice the examples at the bottom of the plugin help .. doh!)

Offline

#93 2011-02-28 01:59:49

redbot
Plugin Author
Registered: 2006-02-14
Posts: 1,410

Re: bot_image_upload: upload, sort, edit, show images in ‘write' tab

Version 0.6.1 fixes a minor bug.
When releasing version 0.5 I claimed: “Uploaded and edited images are now selected by default”.
Well it was not entirely true, in fact this feature did not work for single-image fields for a stupid oversight on my part.
Now its fixed.

Download from first post.

P.S.
If you are upgrading from v 0.6 you don’t need to re-upload the ui script.

Last edited by redbot (2011-02-28 02:03:15)

Offline

#94 2011-03-11 18:02:40

nabrown78
Member
From: Northampton, MA, USA
Registered: 2006-10-04
Posts: 294
Website

Re: bot_image_upload: upload, sort, edit, show images in ‘write' tab

Hi Redbot,

Tiny problem — the “edit” and “delete” images (background images to those links) do not show up for me. I cannot for the life of me figure out what the issue is, and I tried to search for those images to no avail.

Offline

#95 2011-03-11 18:22:52

MattD
Plugin Author
From: Monterey, California
Registered: 2008-03-21
Posts: 1,254
Website

Re: bot_image_upload: upload, sort, edit, show images in ‘write' tab

The images are embedded in the plugin code. The url to the edit image is http://site_url/textpattern/?bot_image_img=edit. Can you view the image in your browser by going directly to the url?


My Plugins

Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker

Offline

#96 2011-03-11 18:46:38

redbot
Plugin Author
Registered: 2006-02-14
Posts: 1,410

Re: bot_image_upload: upload, sort, edit, show images in ‘write' tab

nabrown78 wrote:

Hi Redbot,
Tiny problem — the “edit” and “delete” images (background images to those links) do not show up for me. I cannot for the life of me figure out what the issue is, and I tried to search for those images to no avail.

Hi Nora,
I was sure fixed this issue some release ago as you can see reading from this post but apparently I was wrong :-(((
You can do a few things to help me spot where the problem is.
First – as Matt suggests (thanks Matt) – can you check if typing this addres: http://site_url/textpattern/?bot_image_img=edit or http://site_url/?bot_image_img=edit shows the image?
Are you using a multi-site installation?

Offline

Board footer

Powered by FluxBB