I've updated the WordPress reports plugin. This is mostly a maintenance
release and has a couple bug fixes. This release fixes an issue that
was causing some WordPress permission problems some people were having.
If you recieved an error message stating that you need to be an
administrator in order to setup the plugin, try updating to this
version.
http://tantannoodles.com/toolkit/wordpress-reports/
I have also setup a Google Project page to manage bug reports and
feature requests for this plugin. If you are encountering a bug, please
post it at the link below. Please be sure to include which version of
wordpress you're using, and any other relavent information necessary to
reproduce your bug. Feature requests should also go into the Google
Project page. Thanks!
Google Project page: http://code.google.com/p/wordpress-reports/
Please continue to post questions here to this google group if you are
having issues with setting up the plugin.
Thanks
Joe
class TanTanReportsPluginPublic extends TanTanReportsPlugin {
function TanTAnReportsPluginPublic() {
$this->show_reports();
}
}
then i just created a new page and inserted this into a PHP parse-able
codeblock:
if(class_exists('TanTanReportsPluginPublic')){
$TanTanReportsPluginPublic =& new TanTanReportsPluginPublic();
}else{
echo 'Error, report can not be shown. Reporting plugin may not be
installed.';
}
maybe this is something that you can incorporate into your next
release.
cheers!
-Mark
--
Mark Rickert
http://www.ear-fung.us