Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Thumbnail plugins not displaying properly.
Has anyone using the newest version of txp been able to use any thumbnail plugins successfully. I have been trying to use zem_article_image and hak_article_image but both of the plugins only produce the regular image and not the thumbnail.
The way I use it is in my article form I would put something like
<code> <txp:hak_article_thumb poplink=“1” /> </code>
And then in the article reference the image. For example
<code> /images/pic1.jpg </code>
From what I have read theoretically the plugin should then find the file
<code> /images/pic1t.jpg </code>
For whatever reason it still displays the full size image that I only want to be viewed if clicked on. Any thoughts?
Offline
Re: Thumbnail plugins not displaying properly.
I’ve never had a problem with this. Could you post the context in which you are using this? Also it’s better to pose these questions in the actual plugin’s “post:http://forum.textpattern.com/viewtopic.php?id=10730
Offline
Re: Thumbnail plugins not displaying properly.
hak_article_image and zem_article_image are designed to work by placing the image’s id number in the article image field.
If it’s not a numeric id or if it doesn’t find a matching id in the table it just outputs the image assuming that you put an image URL in the article_image field. The idea behind that is to allow you to mix both id’s and urls and since article image originally only worked with urls it maintains the legacy behavior.
Last edited by hakjoon (2006-04-26 18:21:57)
Shoving is the answer – pusher robot
Offline
Re: Thumbnail plugins not displaying properly.
mrdale Sorry I didn’t even think to post it in that topic. Won’t happen again :]
hakjoon thank you so much that is exactly what I was doing wrong. I was referencing the place on the server and not just entering the number. Thank you so much for your help, and the awesome plugin.
Offline
Re: Thumbnail plugins not displaying properly.
>acreek
No problem, not gettin’ heavy, just suggestin’. Glad it worked out.
Offline