You are not logged in.
v0.6. Quick enough fix, eh?
Try wet_quicklink | Me | @rwetzlmayr | +Robert Wetzlmayr | Repos
Offline
Wow, i am impressed. Unfortunately I am now getting this error message…
Fatal error: Call to undefined function do_list() in /home/.dajawa/kocom/leonardmetcalf.com/textpattern/lib/txplib_misc.php(459) : eval()‘d code on line 3
Offline
do_list is part of Textpattern 4.0.4, added to the core in July 2006.
You are still on 4.0.3, I suppose? Any chance for upgrades? Frankly, I haven’t the capacity to support my plugin in staled Textpattern versions as this would require me to track the point in time at which Txp got a new core functionality.
Try wet_quicklink | Me | @rwetzlmayr | +Robert Wetzlmayr | Repos
Offline
Oh… thanks for the pointer, yes still on 4.0.3 will upgrade Textpattern then. Thanks a heap for the change to plug in, and doing it so quickly.
Regards,
Len
Offline
Have now upgraded my site, and the time attribute works wonderfully. Now I can have my photoblog publishing photographs while I am away. Thanks. Many many thanks….
Len
Offline
i got the plugin working but how do i align the article thumbnails horizontally ?
// Nevermind i got it working horizontally with a little googling and listmatic help :)
Last edited by sangalo (2007-01-03 02:19:41)
Offline
Is there any way to use <txp:category1 /> for the category attribute?
e.g. <txp:wet_thumbfilter category="<txp:category1 />" />
I’m hoping to display a list of related article (images) below the current article, based on the category of the current article.
Guessing perhaps not, as <txp:article_custom /> doesn’t allow this either…
Last edited by milkshake (2007-11-16 10:33:24)
Offline
milkshake, it’s easy. You could use asy_wondertag plugin or just plain php:
<txp:php>
echo wet_thumbfilter(
array(
'category' => $GLOBALS['thisarticle']['category1'],
));
</txp:php>
With asy_wondertag:
<txp:asy_wondertag><txp:wet_thumbfilter category="<txp:category1 />" /></txp:asy_wondertag>
Guessing perhaps not, as <txp:article_custom /> doesn’t allow this either…
So you were completely wrong. Don’t gues, know :)
Cheers!
Rah-plugins | What? I’m a little confused… again :-) <txp:is_god />
Offline
Thank you for the plugin, it works great. I had one question though. Is it possible to display the alt text or the image caption below each thumbnails? I’m trying to use a combination of upm_image_caption and asy_wondertag but I’ve hit a wall and it’s not coming out. Perhaps there is a simpler way?
Last edited by Wayman (2008-02-10 21:34:32)
Offline