List Installed Plugins

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.

Download

Via Wordpress Plugin Directory

7 Comments

  1. Posted May 7, 2009 at 5:41 am | Permalink

    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?

  2. Posted May 26, 2009 at 7:08 pm | Permalink

    Version 1.2 now features two new XML fields; pluginuri and authoruri.

  3. Posted May 26, 2009 at 7:54 pm | Permalink

    Works great, thank you

  4. Posted May 26, 2009 at 8:34 pm | Permalink

    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:

    Warning: DOMDocument::loadXML() [domdocument.loadxml]: Unescaped ‘<’ not allowed in attributes values in Entity, line: 21 in [path]/wp-content/plugins/jp-listinstalledplugins/jp-listinstalledplugins.php on line 589

    Warning: DOMDocument::loadXML() [domdocument.loadxml]: attributes construct error in Entity, line: 21 in [path]/wp-content/plugins/jp-listinstalledplugins/jp-listinstalledplugins.php on line 589

    Warning: DOMDocument::loadXML() [domdocument.loadxml]: Couldn’t find end of Start Tag a line 21 in Entity, line: 21 in [path]/wp-content/plugins/jp-listinstalledplugins/jp-listinstalledplugins.php on line 589

    Warning: DOMDocument::loadXML() [domdocument.loadxml]: Opening and ending tag mismatch: li line 21 and a in Entity, line: 21 in [path]/wp-content/plugins/jp-listinstalledplugins/jp-listinstalledplugins.php on line 589

    My lack of XSL/XML knowledge I guess. I’ve tried every combination of markup I can think of.

  5. Posted May 27, 2009 at 5:57 pm | Permalink

    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.

  6. Posted May 27, 2009 at 6:15 pm | Permalink

    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.

  7. Posted May 27, 2009 at 9:27 pm | Permalink

    Thanks, that works!

2 Trackbacks

  1. [...] the List Installed Plugins page for more information and to download. Written by jixor in: Plugins, Releases | Tags: plugin, [...]

  2. [...] 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: [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>