On Feb 18, 10:50 am, Scott Merrill <[email protected]> wrote: > I had previously hard-coded my Google Analytics script in my > footer.php, but decided today to use the Google Analytics plugin. > > I installed and activated the plugin, but I don't see anything > relevant being output in my theme. I guess I need to modify my theme > somehow to trigger the plugin, but I'm not sure what I need to do. I > think it has something to do with the Stack and javascript ... ?
While going through my plugins today to see if they're compatible with Habari 0.7, I noted that googleanalytics was using the init_theme action. Recent changes to the Themes class made that action theme- specific, and really only useful in a theme's class definition. Plugins that expect to work with any theme need to use the init_theme_any action. I made that change to the googleanalytics plugin and committed it. Try downloading it's trunk version, and see if the problem is fixed. Rick -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users
