Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Has txp:thumbnail been made to work properly yet?
Hello. I am currently using bau_article_thumb to pull thumbnails from articles for display. Has txp:thumbnail been edited to work like bau_article_thumb ? I tried to get it working but no avail. I would like to become plugin less.
Art Rogue – Fine Art Photography
Offline
Re: Has txp:thumbnail been made to work properly yet?
I never used the bau plugin, but I do use <code><txp:thumbnail /></code>. It works properly, from my perspective anyways :). On my photo site, I insert the thumbnail id in the excerpt. Using the Bas_img selector makes life easier when it comes to selecting article images and thumbnails…I don’t know if that’s what you need, but if it is, I can post the code I use.
Last edited by deldindesign (2005-12-31 19:55:53)
Offline
Re: Has txp:thumbnail been made to work properly yet?
How I use bau_article_thumb
Form:
<code>
<li>
<a href=”<txp:permlink />” title=”<txp:title />”><txp:bau_article_thumb /></a>
</li>
</code>
Context:
<code>
<div id=“thumb_container”>
<txp:rss_suparchive_bycat section=“photography” useartcat1=“1” showcats=”“ showcatcount=“0” formwraptag=“ul” form=“article_thumbs” />
</div>
</code>
By the way Deldindesign, I am a former Montanan. I graduated from University of Montana and lived in Missoula for quite some time. I also spent some time up in Whitefish. How I miss it.
Art Rogue – Fine Art Photography
Offline