Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#211 2013-04-25 22:42:55

rossharvey
Member
From: Earth. Sometimes.
Registered: 2005-03-16
Posts: 233
Website

Re: smd_thumbnail: manage multiple thumbnails of your images

Hey Stef,

For the first time ever, one of your plugins isn’t working for me! Usually flawless.

Running 4.1.1, when I click on an image to edit it, the smd_thumb options are not visible (there is just a single grey line). I assume this is where the custom options would be.

Any ideas?

Hope all is well :¬)

Offline

#212 2013-04-25 23:15:44

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 12,513
Website GitHub

Re: smd_thumbnail: manage multiple thumbnails of your images

rossharvey wrote:

when I click on an image to edit it, the smd_thumb options are not visible

Which version of smd_thumbnail are you using? The beta v0.30 is for 4.5+ while the “official” version 0.22 is for 4.4.1.

I use the term ‘beta’ lightly as it’s only because I’ve been too busy/lazy to officially release all my plugins for 4.5 that they’re in the beta folder. Most of them work fine on 4.5 now. Just a few stragglers like smd_tags that are letting the side down.

Last edited by Bloke (2013-04-25 23:16:31)


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Hire Txp Builders – finely-crafted code, design and Txp

Offline

#213 2013-04-25 23:38:16

rossharvey
Member
From: Earth. Sometimes.
Registered: 2005-03-16
Posts: 233
Website

Re: smd_thumbnail: manage multiple thumbnails of your images

I was using 0.22 buddy, being on 4.4.1.

Edit: when enabled, the standard/existing TXP thumbs disappear from the image list (although I think this is expected), replaced with ‘No’, and when viewing an individual image, there is nothing between Replace Image and Image Name, except two grey separator lines.

Last edited by rossharvey (2013-04-25 23:40:45)

Offline

#214 2013-04-25 23:57:02

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 12,513
Website GitHub

Re: smd_thumbnail: manage multiple thumbnails of your images

rossharvey wrote:

when enabled, the standard/existing TXP thumbs disappear from the image list (although I think this is expected)

That is expected. Depending on the smd_thumbnail prefs, they will either be kept in sync behind the scenes as you upload your smd_thumb thumbnails, or they’ll stay as they were before the plugin was enabled.

replaced with ‘No’

That means you don’t (yet) have any smd_thumbnail thumbs. Perfectly normal when using the plugin first time or if you don’t have a default thumbnail profile set.

when viewing an individual image, there is nothing between Replace Image and Image Name, except two grey separator lines.

As long as the plugin installed ok, that only happens if you have not set up any thumbnail profiles. Can you please check if the smd_thumbnail table exists in your database and that you have at least one (active) profile set up in it? Drop down the Thumbnail profiles twisty on the Image list screen and make sure the values in the profile(s) you have set up match with the ones in the database table. Let me know if there are any discrepancies as it might give me a clue what’s going on.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Hire Txp Builders – finely-crafted code, design and Txp

Offline

#215 2013-04-26 00:03:57

rossharvey
Member
From: Earth. Sometimes.
Registered: 2005-03-16
Posts: 233
Website

Re: smd_thumbnail: manage multiple thumbnails of your images

Ah, it seems I hadn’t saved the profile correctly – thanks for your help (as always)!

Glad to see you working in the TXP core btw :¬)

Offline

#216 2013-05-15 17:50:29

rossharvey
Member
From: Earth. Sometimes.
Registered: 2005-03-16
Posts: 233
Website

Re: smd_thumbnail: manage multiple thumbnails of your images

Hi Stef.

I have a thumbnail profile named Grid, and I’ve created the necessary thumbs for the article images. I get this error when I try and call the plugin:

Tag error: <txp:smd_thumbnail type="Grid"/> -> Textpattern Notice: Unknown image. on line 1245

Trace:

	[article 107]
	[Form: list_grid]
	<txp:smd_thumbnail type="Grid"/>
		Tag error:  <txp:smd_thumbnail type="Grid"/> -> Textpattern Notice: Unknown image.  on line 1245
	<txp:permlink />
	<txp:title/>

The portfolio page calls a form:

<txp:article_custom section='weddings,slideshow' category="grid" sort="custom_9" form='list_grid' />

The form, list_grid is:

                    <li class="linkwrapper">
                        <txp:smd_thumbnail type="Grid"/>
                        <a href="<txp:permlink />" title="<txp:title/>" class="description"><txp:title/></a>
                    </li>

Am I missing something obvious?

TXP 4.4.1, plugin version 0.22.

Last edited by rossharvey (2013-05-15 18:56:49)

Offline

#217 2013-05-15 17:53:46

joebaich
Member
From: DC Metro Area and elsewhere
Registered: 2006-09-24
Posts: 507
Website

Re: smd_thumbnail: manage multiple thumbnails of your images

Dashing off here but

Grid = grid ?

Last edited by joebaich (2013-05-15 17:54:33)

Offline

#218 2013-05-15 18:02:18

rossharvey
Member
From: Earth. Sometimes.
Registered: 2005-03-16
Posts: 233
Website

Re: smd_thumbnail: manage multiple thumbnails of your images

Edit: that was a typo in the code block, all references in the live system are to Grid. Still not working.

Any ideas? Brick wall!

Last edited by rossharvey (2013-05-16 18:02:22)

Offline

#219 2013-05-17 09:53:59

rossharvey
Member
From: Earth. Sometimes.
Registered: 2005-03-16
Posts: 233
Website

Re: smd_thumbnail: manage multiple thumbnails of your images

Anyone? :(

Offline

#220 2013-06-10 12:16:56

ralf
New Member
From: Germany
Registered: 2013-06-10
Posts: 5
Website

Re: smd_thumbnail: manage multiple thumbnails of your images

Hi Stef,

there is a problem with the plug-in regarding the rss feed. Obviously, the <txp:smd_thumbnail> tag remains as a tag and will not be transformed to HTML when the feed gets build. Of course, a feed reader doesn’t understand the tag and no thumbnail will be displayed. Not too sad, as long as thumbnails are not important, but posts consisting mainly of a thumbnail gallery appear a bit too empty ;-)

Any suggestions how to solve that problem? (I use TXP 4.5.4 and smd_thumbnail 0.30 – beside the feed problem everyhing works phantastic.)

Thanks, Ralf

Offline

#221 2013-06-10 13:16:36

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,398
Website GitHub Mastodon Twitter

Re: smd_thumbnail: manage multiple thumbnails of your images

rossharvey wrote:

Anyone? :(

Hi Ross, I don’t use this plugin but would the name be conflicting the article category name?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#222 2013-06-10 13:18:45

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,398
Website GitHub Mastodon Twitter

Re: smd_thumbnail: manage multiple thumbnails of your images

ralf wrote:

there is a problem with the plug-in regarding the rss feed. Obviously, the <txp:smd_thumbnail> tag remains as a tag and will not be transformed to HTML when the feed gets build. Of course, a feed reader doesn’t understand the tag and no thumbnail will be displayed. Not too sad, as long as thumbnails are not important, but posts consisting mainly of a thumbnail gallery appear a bit too empty ;-)

In theory the plugin should be parsed in the feed if you are using it in the article or the excerpt feeds. Can you post a url?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#223 2013-06-10 14:06:41

ralf
New Member
From: Germany
Registered: 2013-06-10
Posts: 5
Website

Re: smd_thumbnail: manage multiple thumbnails of your images

Hi Yiannis,

sure, the site is here (the feed has a trailing /rss at the end, but it looks as if I’m not allowed to use more than one link).

The latest post features 15 thumbnails in a gallery that show the described problem. Feed validators congratulate to a valid feed, but suggest to improve line 14 ff:

line 14, column 0: Non-html tag: txp:smd_thumbnail (15 occurrences)

Ralf

Last edited by ralf (2013-06-10 14:08:15)

Offline

#224 2013-06-15 11:22:22

ralf
New Member
From: Germany
Registered: 2013-06-10
Posts: 5
Website

Re: smd_thumbnail: manage multiple thumbnails of your images

Okay, nothing seems to happen anymore in this case. Let’s try it the other way: is somebody out there, who uses smd_thumbnail and can confirm appearing (plugin generated) thumbnails in his or her own feed? Or is it theory only?

Thanks
Ralf

Offline

#225 2013-06-15 12:46:49

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,398
Website GitHub Mastodon Twitter

Re: smd_thumbnail: manage multiple thumbnails of your images

Hi Ralf

I am looking at your site. There seems to be something wrong as the feeds should be on http://www.achtelmond.de/rss/ and http://www.achtelmond.de/atom/ with a trailing slash.

I am using NetNewsWire and all looks fine without any problems.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

Board footer

Powered by FluxBB