Lists your currently installed and activated plugins. Plugins can be hidden form the list if desired. Options page allows you to set a page to display the list on, change the format, and configure other options. The plugin also features a customizable widget to display your plugins. The plugin is multi-lingual ready with much text already being translated using built in strings. To summarize; this plugin features a stupid amount of features and customizations for something seemingly so simple.
The plugin is tested stable and being released as such, at version 1 rather than an alpha/beta. However I have not tested with every version of Wordpress, PHP, and other configurations so it is possible to have bugs. Please if you have any problems report them on this page. If your problem is not a bug I’ll add your concern to the FAQ.










7 Comments
Thanks for a useful plugin! One thing I’m wanting to do is give some link love by linking to the plugin and/or author URI. I’ve tried adding this line to
get_plugins_xml():<uri>' . $this->plugins[$name]['Plugin URI'] . '</uri>Which seems to be the way to bring that value into play (though I’m not sure). However, when I try adding the appropriate XSL, I get loads of “unescaped <” errors. Any ideas?
Version 1.2 now features two new XML fields; pluginuri and authoruri.
Works great, thank you
Excellent, thanks!
I’m having a little trouble inserting these values, though.
<li><a href='<xsl:value-of select="pluginuri" disable-output-escaping="yes" />'><b><xsl:value-of select="title" disable-output-escaping="yes" /></b></a><xsl:text> by </xsl:text><xsl:value-of select="author" disable-output-escaping="yes" /></li>This gives the errors:
Ok, do it like this:
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="pluginuri" disable-output-escaping="yes" />
</xsl:attribute>
<xsl:value-of select="title" />
</xsl:element>
You can’t have a tag within a tag as it needs to be valid xml.
I have updated the plugin’s default xsl templates to include the links. If you want to reset your template simply delete it in the editor and the default will be restored.
Thanks, that works!
2 Trackbacks
[...] the List Installed Plugins page for more information and to download. Written by jixor in: Plugins, Releases | Tags: plugin, [...]
[...] List Installed Plugins Website Related Posts:WordPress Plugin – Dynamic Headers SEO For Posts on Your BlogGet More Blog Comments Immediately to Your Wordpress BlogHow to Write a Simple Twitter Plugin For WordPressTop 22 Twitter Tools For Wordpress BlogsSEO WordPress Plugin – PingCrawl For WordPress Backlinks Share and Enjoy: [...]