• How do I make it, so it doesn’t show up the descriptions in the table?
    See here.

    I know it had something to do on line 91 in the plugin. But can’t seem to figure it out.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Kafkaesqui

    (@kafkaesqui)

    Looking at the plugin, it’s displayPluginsAsTable() function appears to have a ‘showDescription’ parameter; try setting it to 0:

    <?php displayPluginsAsTable('', 0); ?>

    tauquil

    (@tauquil)

    Yup, that’s what I’ve done. You can see it over here: http://tauquil.com/plugins

    Thread Starter bk

    (@bk)

    Thanks Kafkaesqui. But the page won’t validate.
    At the moment, I’ve set it back to default.

    The error I got was this:

    <table id="">

    I guess there was no id, that’s why it gave me an error.

    Kafkaesqui

    (@kafkaesqui)

    <?php displayPluginsAsTable('table-id', 0); ?>

    Just change it to whatever you want to use for your id value, or use ‘none’ to assign no id.

    Thread Starter bk

    (@bk)

    Ohh, okay. Cool. Works now. 🙂

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

The topic ‘PluginsUsed Plugin Help’ is closed to new replies.