You do not have permission to access this page.

') ); } if (isset($_GET['updated'])) { ?>

'; switch( $_GET[ 'action' ] ) { case "editblog": $options_table_name = $wpmuBaseTablePrefix . $_GET[ 'id' ] ."_options"; $query = "SELECT * FROM ".$options_table_name." WHERE option_name NOT LIKE 'rss%'"; $options = $wpdb->get_results( $query, ARRAY_A ); $query = "SELECT * FROM ".$wpdb->blogs." WHERE blog_id = '".$_GET[ 'id' ]."'"; $details = $wpdb->get_row( $query, ARRAY_A ); $is_archived = get_settings( "is_archived" ); if( $is_archived == '' ) $is_archived = 'no'; print "

Edit Blog

"; ?>
'; } } if( $out != '' ) { print "

Blog Themes

"; print '
Blogname .
Registered
Last Updated
Public > Yes   > No   
Archived > Yes   > No   



get_var( $query ); if( $blog_allowed_themes != false ) $blog_allowed_themes = unserialize( $blog_allowed_themes ); $allowed_themes = get_site_settings( "allowed_themes" ); if( $allowed_themes == false ) { $allowed_themes = array_keys( $themes ); } $out = ''; while( list( $key, $val ) = each( $themes ) ) { if( isset( $allowed_themes[ $key ] ) == false ) { if( isset( $blog_allowed_themes[ $key ] ) == true ) { $checked = 'checked '; } else { $checked = ''; } $out .= '
'.$key.'
'; print ''; print $out; print "
ThemeEnable
"; } ?> blogs." WHERE site_id = '".$wpdb->siteid."'"; if( $_GET[ 's' ] != '' ) { $query = "SELECT * FROM ".$wpdb->blogs.", ".$wpdb->site." WHERE site_id = '".$wpdb->siteid."' AND ".$wpdb->blogs.".site_id = ".$wpdb->site.".id AND blogname like '%".$_GET[ 's' ]."%'"; } $blog_list = $wpdb->get_results( $query, ARRAY_A ); ?>

Blogs


'display name' $posts_columns = array( 'id' => __('ID'), 'blogname' => __('Blog Name'), 'last_updated' => __('Last Updated'), 'registered' => __('Registered') ); $posts_columns = apply_filters('manage_posts_columns', $posts_columns); // you can not edit these at the moment $posts_columns['control_view'] = ''; $posts_columns['control_edit'] = ''; $posts_columns['control_backend'] = ''; $posts_columns['control_delete'] = ''; ?> $column_display_name) { switch($column_name) { case 'id': ?> "; } else { ?> "; print ""; print "

Site Themes

"; print '
" . __('Edit') . ""; ?> " . __('Backend') . ""; ?> " . __('Delete') . ""; ?>
'; print ""; print ''; while( list( $key, $val ) = each( $themes ) ) { $enabled = ''; $disabled = ''; if( isset( $allowed_themes[ $key ] ) == true ) { $enabled = 'checked '; } else { $disabled = 'checked '; } ?>
Disable themes site-wide. You can enable themes on a blog by blog basis.
ThemeDescriptionDisabled
/> Yes     /> No