That's what I tried to do, but it's just not working.
Here's what I did:
1) Uploaded list-all.php into my plugins directory.
2) I made the default theme as mu-default (not necessary, but thought it'd be easier to work with).
3) Downloaded page.php.
4) Duplicated it, then renamed it as bloglists.php
5) Made changes so that it now reads:
<?php
/*
Template Name: Blogging Lists
*/
?>
<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<?php list_all_wpmu_blogs('100', 'name', '<p>', '</p>', 'last_created'); ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
6) Uploaded it to the default theme directory.
7) Made new page with 'Member Lists' template, only with title and nothing in text area.
8) Made a new blog and tested it with a new post (not private).
9) Nothing shows up, just the heading, background but no sidebars or anything. See here:
http://writingclubs.byethost10.com/wpmu/blogs-list/
Do you know what I am doing wrong?
Thanks, help greatly appreciated!