• Howdy, wrote a mini patch, but I’m not running SVN, let me know how you’d like to receive it. We’ll see how this likes my code (sits under “plugin_list” around line 109):

    // Return the appropriate blog names and ids
                                    echo '<ul style="margin-left:10px;">';
                                    foreach ($blog_array as $i => $value) {
                                            $b_id = $blog_array[$i];
                                            $blog_details = get_blog_details($b_id);
                                            echo '<li><strong>' . $b_id . '</strong> ';
                                            echo '&ndash; <strong>' . $blog_details->blogname . '</strong></li>';
                                    }
                                    echo '</ul>';

    http://wordpress.org/extend/plugins/multisite-plugin-stats/

Viewing 1 replies (of 1 total)
  • Plugin Author ljg3

    (@ljg3)

    Thanks, somehow I wasn’t getting notifications on the the posts for this plugin so I missed this. 1.1 has a similar list, with a little bit of javascript/css for styling it.

    Thanks!
    -Lew

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Multisite Plugin Stats] Mini-patch to display names of blogs with activated plugins’ is closed to new replies.