Let's pretend that I am dumb and have not learned about if statements yet in MT. How much does it matter where I insert the above code into the action-stream-archive to get thumbnails for flickr and youtube?
I also wonder if someone can tell me if there is a way to get one daily post with the days action stream events all consolidated down into a megapost.
Action Streams got me to upgrade to 4.1. This is exactly the thing I have been waiting for in Movable Type.
Thanks!

chip: It doesn't matter all that much where that code is, as long as it's inside the mt:ActionStreams loop with the other template code that gets repeated for each action. If you're using uls and lis, inside the li after the text would be good, but wherever you have to put it inside that loop should work.
It would be possible for someone to write code that collected the action events into a blog post (like Brandon seems to have done for individual actions), but it doesn't do it out of the box.
Using your name for the Flickr ID should also be fine. (For hackers: the preupdateactionstreamsprofile.flickr callback converts names to NSIDs if necessary.) You can check the Activity Log in MT to see if any errors were reported when Action Streams tried to find your content.
i am still doing something wrong regarding thumbnails. I have added the above code to my page and I still don't get thumbnails for flickr. Take the sample code from the readme. Can someone tell me how to adapt this for thumbails.
chip: The comment field ate your MT tags. Could you post your template code here?
chip: The comment field ate your MT tags. Could you post your template code here?
Thanks for posting the nopaste link. That will come in useful for me at work.
I pasted my Action Stream Archive here : http://rafb.net/p/kqxliJ10.html
This published page exists on the web here: http://www.spynotebook.org/chip/action-stream-archive.html
Thanks again.
Not sure this posted earlier:
here is my code : http://rafb.net/p/kqxliJ10.html
my code expired. here it is again.
http://rafb.net/p/7b3LzS28.html
chip: I think the code you wanted for setting the thumb_url variable is:
<mt:setvarblock name="thumb_url"><mt:StreamActionThumbnailURL></mt:setvarblock>
The value attribute is for mt:setvar, and is not used with mt:setvarblock.
Thanks for all the help. Mine is working exactly the way I want it to. My girlfriend really wants me to find a way for me to have a daily posting of her stream but that can come later. Maybe I'll have to learn how to create a plug-in.