Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#157 2012-10-17 05:38:56

SuMu
Member
From: Germany - Wuppertal
Registered: 2008-03-06
Posts: 242
Website

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

Ah, Thanks :-)


viele Grüße
SuMu

Psychomuell + blogZicke

Offline

#158 2012-12-04 04:27:29

husainhk
Member
From: Dubai, UAE
Registered: 2007-08-12
Posts: 105
Website

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

I have a weird occurrence when using the plugin. In certain article image fields, I see values like these: 1,2,3, or sometimes like this: 1,2,,3,4, … and because of which the images don’t show on the front-end. It seems the plugin doesn’t remove previously used image IDs if images are edited or deleted from the article.

Is there a fix in the code that could solve this? I am using TXP 4.4.1.

Many thanks!

Offline

#159 2012-12-04 09:52:46

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

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

Hi Husain,
thank you for reporting, I’ll look into it asap.
Which plugin version are you using?

Offline

#160 2012-12-04 16:21:49

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

husainhk wrote:

I have a weird occurrence when using the plugin. In certain article image fields, I see values like these: 1,2,3, or sometimes like this: 1,2,,3,4, … and because of which the images don’t show on the front-end. It seems the plugin doesn’t remove previously used image IDs if images are edited or deleted from the article.

Is there a fix in the code that could solve this? I am using TXP 4.4.1.

Many thanks!

I saw this happen recently on a customer’s site but fixed the image ids manually and it went away. No idea how the customer got it to do that so I dismissed it as a gremlin issue.


My Plugins

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

Offline

#161 2012-12-05 07:06:28

husainhk
Member
From: Dubai, UAE
Registered: 2007-08-12
Posts: 105
Website

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

Hi Matt … similar experience here too. To fix this manually, should I delete IDs from the database or just disable the plugin, clear things up and re-enable? Thanks!

Offline

#162 2012-12-05 09:45:22

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

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

Hi Husain,
once again, which plugin version are you using? I can’t help you if you don’t tell me ;)

Offline

#163 2013-03-08 08:36:28

Teemu
Member
From: Shanghai
Registered: 2010-04-27
Posts: 60

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

I think this plugin is great, but seems to have an issue with IE8. Please don’t ask why I even bother.

v0.6.1 and v0.6.2 (TXP 4.4.1) both give this error on page and the dialog window won’t open:

Line: 578
Char: 7
Error: 'parents(...).attr(...)' is null or not an object

Many times this type IE specific JS error is results of a trailing comma somewhere in the code or sorts, but I didn’t find the cause for this.

Any kind of help would be appreciated. Thanks!

Offline

#164 2013-03-08 12:41:40

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

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

Teemu wrote:

I think this plugin is great, but seems to have an issue with IE8. Please don’t ask why I even bother.

Thank you Teemu I’ll have a look ASAP

Offline

#165 2013-03-22 04:00:13

Teemu
Member
From: Shanghai
Registered: 2010-04-27
Posts: 60

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

I think I found the cause for the IE8 problem.

Somewhere about line 320:

$("#bot_temporary "+idClass).clone().appendTo(container);

I added space between second questionmarks and plus sign:

$("#bot_temporary " +idClass).clone().appendTo(container);

Seems to be working now.

Offline

#166 2013-03-22 10:04:12

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

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

Teemu wrote:

I think I found the cause for the IE8 problem.

Great Teemu!
I’m terribly sorry for not helping you with this but I had absolutely no time lately.
Anyway I’m glad you fixed it. I’ll keep into account your findings for the next release.

Offline

#167 2013-08-23 09:50:02

aslsw66
Member
From: Canberra, Australia
Registered: 2004-08-04
Posts: 342
Website

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

I thought I would give this plugin a spin but have run into a few problems.

In the course of writing this post, I’ve realised what the issue is. There is a conflict between smd_thumbnail and bot_image_upload, so I’ve switched off smd_thumbnail (not using it at the moment anyway).

I checked back through the threads a bit and wasn’t sure that this has come up before.

Offline

#168 2013-09-20 14:16:13

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

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

Hi,
Is there a way to hide the thumbnail on the write tab and show the image id or title instead?
Thx!


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

Board footer

Powered by FluxBB