I'm pretty new at MT, not good at PHP, and need directions for directions.
This is where I'm at:
- Configure a cronjob (see below) for the script run-periodic-tasks. (i set it up with cpanel - maybe correctly set - not sure)
- Unpack the ActionStreams archive.
- Copy the contents of ActionStreams/extlib into /path/to/mt/extlib/ (yep)
- Copy the contents of ActionStreams/mt-static into /path/to/mt/mt-static/ (yep)
- Copy the contents of ActionStreams/plugins into /path/to/mt/plugins/ (yep)
- Navigate to your profile, and click on "Other Profiles."
- Build a list of your accounts that you wish to display and stream actions from. (added up my twitter)
- Edit your stylesheet to include needed CSS. (see STYLES below) (had to do it manually via ftp, MT would save it but not save to View - odd)
Okay this is where I am really confused about: Could someone explain this using more words? and menu directions? 8. Edit your templates to display your other profiles and your Action Stream. (see example_templates folder) A template set is also provided for convenience. 9. Edit the plugin's settings to enable automatically rebuilding your blog as new actions are imported. This setting is under each of your blog's plugin settings. (did this also)

I have 4 events showing, (3 days old - not updating). And I don't believe I understood a think about the templates in step 8. and why did I have to manually edit the Main CSS - it wouldnt apply my edit to the view sheet?
Step 8 refers to adding the necessary CSS rules to display a list of events with all the pretty icons and what not.
Let me see if I can break down the instructions even further:
You should create a widget or template module using one of the sample template we provided.
You can add the widget, template module, or raw template code into your templates using one of the following methods:
<mt:Include module="YOUR MODULE NAME">
Some users like to create an index template that outputs nothing but their actions. In that template you will see at the top the following variables:
Edit these according to your preferences.
Does this help?
Do I add them to existing templates - which one in my case? I want the actions in a blog type format (but still have MT entries).
people replace their MT index with that linked template?
I need some very small steps (click this, click that) - all this module business, add this, replace that is messing me up. I make a new module - then go to the index and add a include? - that how I'm supposed to do this?