We've started a repository on GitHub to hold modules that didn't quite make the cut for the base download. This so far includes a WordPress, phpMyAdmin, Get Clicky, Campaign Monitor and Google Analytics dashboard modules. https://github.com/daylightstudio/FUEL-CMS-Modules-Pack
I've followed the instructions (moved the google analytics module inside fuel/modules and configured its own configuration file; i've also added 'google_analytics' to the 'allowed_modules' array) but i can't see it in the dashboard! what did i do wrong?
UPDATE: i found out the google_analytics is a dashboard controller, and thus has to be added to the $config['dashboards'] array ... sorry!