This plugin retrieves the information on plugins and shows them in a widget on the dashboard page. The names of the plugins to show can be set
in an list under the plugin->myPlugins settings page.
If you want to share this table with your users that's also possible.
Just include the shortcode [plugin_scores] somewhere in a page and there you go.
1.7
Some changes to the basic_plugin_class which, regretfully, isn't allowed to have it's own plugin anymore.
1.6
As I never noticed the requests for support in the wordpress forum I added a
column with the number of discussions there per plugin. Clicking on the
number brings you to the right page.
Also adjusted the language file
1.5
Fixed sime minor bugs
1.4
Code cleanup
1.3
Added translation support. For now there's an extra dutch translation.
Other languages are of course appriciated. I used the "CodeStyling Localization" for my translation and it worked like a dream.
1.2
Fixed the timezone for the time shown under the table. The Wordpress
timezone setting is used.
1.1
Added caching. The results are cached for half an hour. If you really want to change this time; it's defined in the header of the plugin as
define('CACHE_TIMEOUT',30
60); Just change the 3060 (30 minutes times 60 seconds) in any time you want.
If for what reason you want to clear the cache manualy, just go to the settings page and hit save.
1.0