• Is there a plugin or a way to list active plugins on a “Plugin.php” type page? I’d like to have a link on my site to the “Plugin.php” page so people can see the active plugins I’m using on the site… any ideas?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter mcangeli

    (@mcangeli)

    Rockin!!

    Thread Starter mcangeli

    (@mcangeli)

    http://www.delusionsofgrandeur.org/plugins.php

    Finally got it working correctly.

    Thanks!! (Let me know if anyone wants the plugin.php file I used…)

    Yes, I would love to know how you got it to work in a page. Did you use the “Create Page” feature?

    Thread Starter mcangeli

    (@mcangeli)

    Actually… I put:

    <?php
    /* Short and sweet */
    require(‘./wp-blog-header.php’);
    get_header(); ?>

    <div id=”content”>
    <div id=”widecolumnga”>
    <h1>Active Plugins</h1>
    <hr>
    <?
    displayPluginsAsTable();
    get_footer();
    ?>

    in a file called plugins.php and dropped that in my root directory (where the wp-blog-header file is). You might have to change the widecolumnga to widecolumn for it to display properly.

    Thanks, mcangeli, but I’m having a little trouble getting it to work. My plugins.php page is here: http://familywebwatch.com/blog_test/plugins.php

    I’ve tried changing “widecolumnga” to “widecolumn”, but no change at all. I even thought about changing that part to “narrowcolumn” as I’ve seen on another page I’ve created for a contact form.

    I remember reading here something about runPHP, I think it’s called. Could that be what would enable it to work in a page that has been created?

    Thanks for your help!

    Oh yeah, and you might notice how the links in the description field are active. I suppose I don’t have anything to worry about if a user doesn’t have the login information, but is having it there tempting fate?

    On second thought, I think I’m going to simplify matters by just creating a page and adding the html for the plugin and the author’s name.

    Thanks again for your help, though, mcangeli!

    Somethig it’s worgn for me; can you help me? The text size it’s no normal…

    http://gutielua.jltorres.com/wordpress/plugins.php

    flammobammo

    (@flammobammo)

    andrewsw.com/pages/pluginsUsedPlugin is a dead URL.

    Anyone care to advise me of a plugin for displaying Active Plugins in WP2?

    Rok

    (@rok)

    flammobammo,

    Try this URL http://www.andrewsw.com/text/pluginsUsedPlugin.txt and save as pluginsundedplugin.php

    Note: While I was searching, the site was not responding. I had to hit refresh many times. So, if site does not respond, when you are trying, keep refreshing.

    If that does not work try this

    Note: I have uploaded this file for helping purpose only, since the authors site is not responding and I had this plugin with me. I don’t know about the latest release or about its present working. For all latest info, please visit http://www.andrewsw.com/

    All rights are reserved with AndrewSW.com only.

    Samuel B

    (@samboll)

    I use the Plugins used Plugin:
    http://soeren-weber.net/post/2005/07/10/35/
    No problems ever.
    Here’s my plugins used page:
    http://www.comeuphither.com/blog/plugins/

    And this is all I had to put in a “page” to get it to go:

    This page is mainly for other WordPress users who are curious as to what I'm using on this site.

    <div><li id="plugins">Plugins:
    <?php displayPluginsAsList(); ?>
    </li></div>

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘List Active Plugins?’ is closed to new replies.