I've activated the Twitter for Wordpress plugin into the main blog of my Mu site. I put the code to display tweets in header.php of my theme (Remedy 2), and it seemed to work. However, when someone tried to register and went to activate their account, it loaded the part of the page up to the point where the twitter display code is. There it gave an error saying the declared function to display the tweets (which is defined in the plugin's file) was... undefined? I think?
I guess the registration pages took on the theme of the main blog, but isn't relevant to the plugins or something. The first thing I tried to do was activate it site-wide, but that didn't work. So I thought to try adding the function (am I even using that word correctly?) definition into the header file of the theme, but now when it tries to load the normal blog I get the error message: "Fatal error: Cannot redeclare twitter_messages() ..."
That didn't work, and I'm kindof out of ideas. How can I fix this problem? Thanks.