summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-options.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-17 17:10:45 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-17 17:10:45 +0000
commitd2bd94baf9b13c930cd07119c5875750f7bd3a2b (patch)
treeaf0f9b594df80d30dd24054084e756992f54c690 /wp-admin/wpmu-options.php
parentb414235e0076d3325c4e7cb916f2a210f5389e9f (diff)
downloadwordpress-mu-d2bd94baf9b13c930cd07119c5875750f7bd3a2b.tar.gz
wordpress-mu-d2bd94baf9b13c930cd07119c5875750f7bd3a2b.tar.xz
wordpress-mu-d2bd94baf9b13c930cd07119c5875750f7bd3a2b.zip
Facelift for wpmu-* courtesy of momo360modena, fixes #446
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1092 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wpmu-options.php')
-rw-r--r--wp-admin/wpmu-options.php355
1 files changed, 197 insertions, 158 deletions
diff --git a/wp-admin/wpmu-options.php b/wp-admin/wpmu-options.php
index bdb0acf..1a59e66 100644
--- a/wp-admin/wpmu-options.php
+++ b/wp-admin/wpmu-options.php
@@ -1,176 +1,215 @@
<?php
require_once('admin.php');
-$title = __('Site Options');
+$title = __('WordPress MU &rsaquo; Admin &rsaquo; Site Options');
$parent_file = 'wpmu-admin.php';
include('admin-header.php');
if( is_site_admin() == false ) {
- die( __('<p>You do not have permission to access this page.</p>') );
+ wp_die( __('<p>You do not have permission to access this page.</p>') );
}
if (isset($_GET['updated'])) {
- ?><div id="message" class="updated fade"><p><?php _e('Options saved.') ?></p></div><?php
+ ?>
+ <div id="message" class="updated fade"><p><?php _e('Options saved.') ?></p></div>
+ <?php
}
-
?>
+
<div class="wrap">
<h2><?php _e('Site Options') ?></h2>
- <form name="form1" method="POST" action="wpmu-edit.php?action=siteoptions">
- <?php wp_nonce_field( "siteoptions" ); ?>
- <fieldset class="options">
- <legend><?php _e('Operational Settings <em>(These settings cannot be modified by blog owners)</em>') ?></legend>
- <table width="100%" cellspacing="2" cellpadding="5" class="editform">
- <tr valign="top">
- <th scope="row"><?php _e('Site Name:') ?></th>
- <td><input name="site_name" type="text" id="site_name" style="width: 95%" value="<?php echo $current_site->site_name ?>" size="45" />
- <br />
- <?php _e('What you would like to call this website.') ?></td>
- </tr>
- <tr valign="top">
- <th scope="row"><?php _e('Site Admin Email:') ?></th>
- <td><input name="admin_email" type="text" id="admin_email" style="width: 95%" value="<?php echo stripslashes( get_site_option('admin_email') ) ?>" size="45" />
- <br />
- <?php printf( __( 'Registration and support mails will come from this address. Make it generic like "support@%s"' ), $current_site->domain ); ?></td>
- </tr>
- <tr valign="top">
- <th scope="row"><?php _e('Allow new registrations') ?></th>
- <?php
- if( !get_site_option('registration') )
- update_site_option( 'registration', 'all' );
- ?>
- <td><input name="registration" type="radio" id="registration1" value='none' <?php echo get_site_option('registration') == 'none' ? 'checked' : ''; ?> /> Disabled<br />
- <input name="registration" type="radio" id="registration2" value='all' <?php echo get_site_option('registration') == 'all' ? 'checked' : ''; ?> /> Enabled for all. Blogs and user accounts can be created.<br />
- <input name="registration" type="radio" id="registration3" value='user' <?php echo get_site_option('registration') == 'user' ? 'checked' : ''; ?> /> Enabled for users only. Only user account can be created.<br />
- <input name="registration" type="radio" id="registration4" value='blog' <?php echo get_site_option('registration') == 'blog' ? 'checked' : ''; ?> /> Enabled for blogs only. Only logged in users can create new blogs.<br />
- <?php _e('Disable or enable registration and who or what can be registered. (Default=all)') ?></td>
- </tr>
- <tr valign="top">
- <th scope="row"><?php _e('Registration notification') ?></th>
- <?php
- if( !get_site_option('registrationnotification') )
- update_site_option( 'registrationnotification', 'yes' );
- ?>
- <td><input name="registrationnotification" type="radio" id="registrationnotification1" value='yes' <?php echo get_site_option('registrationnotification') == 'yes' ? 'checked' : ''; ?> /> Yes<br />
- <input name="registrationnotification" type="radio" id="registrationnotification2" value='no' <?php echo get_site_option('registrationnotification') == 'no' ? 'checked' : ''; ?> /> No<br />
- <?php _e('Send the site admin an email notification every time someone registers a blog or user account.') ?></td>
- </tr>
- <tr valign="top">
- <th scope="row"><?php _e('Enable posting by XMLRPC') ?></th>
- <?php
- if( !get_site_option('xmlrpc_active') )
- update_site_option( 'xmlrpc_active', 'no' );
- ?>
- <td><input name="xmlrpc_active" type="radio" id="xmlrpc_active1" value='yes' <?php echo get_site_option('xmlrpc_active') == 'yes' ? 'checked' : ''; ?> /> Yes<br />
- <input name="xmlrpc_active" type="radio" id="xmlrpc_active2" value='no' <?php echo get_site_option('xmlrpc_active') == 'no' ? 'checked' : ''; ?> /> No<br />
- <?php _e('This is an advanced technique for making posts to blogs. It is used by <a href="http://codex.wordpress.org/Weblog_Client">blog clients</a> like Ecto, Flock and Microsoft Live Writer and by Flickr to post pictures to blogs. Unfortunately it is also extensively used by spammers. <em>Disabled by Default</em>') ?></td>
- </tr>
- <tr valign="top">
- <th scope="row"><?php _e('Welcome Email:') ?></th>
- <td><textarea name="welcome_email" id="welcome_email" rows='5' cols='45' style="width: 95%"><?php echo stripslashes( get_site_option('welcome_email') ) ?></textarea>
- <br />
- <?php _e('The welcome email sent to new blog owners.') ?></td>
- </tr>
- <tr valign="top">
- <th scope="row"><?php _e('First Post:') ?></th>
- <td><textarea name="first_post" id="first_post" rows='5' cols='45' style="width: 95%"><?php echo stripslashes( get_site_option('first_post') ) ?></textarea>
- <br />
- <?php _e('First post on a new blog.') ?></td>
- </tr>
- <tr valign="top">
- <th scope="row"><?php _e('Banned Names:') ?></th>
- <td><input name="illegal_names" type="text" id="illegal_names" style="width: 95%" value="<?php echo implode( " ", get_site_option('illegal_names') ); ?>" size="45" />
- <br />
- <?php _e('Users are not allowed to register these blogs. Separate names by spaces.') ?></td>
- </tr>
- <tr valign="top">
- <th scope="row"><?php _e('Limited Email Registrations:') ?></th>
- <td><input name="limited_email_domains" type="text" id="limited_email_domains" style="width: 95%" value="<?php echo get_site_option('limited_email_domains') == '' ? '' : @implode( " ", get_site_option('limited_email_domains') ); ?>" size="45" />
- <br />
- <?php _e('If you want to limit blog registrations to certain domains. Separate domains by spaces.') ?></td>
- </tr>
- <tr valign="top">
- <th scope="row"><?php _e('Banned Email Domains:') ?></th>
- <td><textarea name="banned_email_domains" id="banned_email_domains" cols='40' rows='5'><?php echo get_site_option('banned_email_domains') == '' ? '' : @implode( "\n", get_site_option('banned_email_domains') ); ?></textarea>
- <br />
- <?php _e('If you want to ban certain email domains from blog registrations. One domain per line.') ?></td>
- </tr>
- <tr valign="top">
- <th scope="row"><?php _e('Blog upload space:') ?></th>
- <td><input name="blog_upload_space" type="text" id="blog_upload_space" value="<?php echo get_site_option('blog_upload_space', 10) ?>" size="3" /> MB
- </tr>
- <tr valign="top">
- <th scope="row"><?php _e('Upload File Types:') ?></th>
- <td><input name="upload_filetypes" type="text" id="upload_filetypes" value="<?php echo get_site_option('upload_filetypes', 'jpg jpeg png gif') ?>" size="45" />
- </tr>
- <tr valign="top">
- <th scope="row"><?php _e('Max upload file size:') ?></th>
- <td><input name="fileupload_maxk" type="text" id="fileupload_maxk" value="<?php echo get_site_option('fileupload_maxk', 300) ?>" size="5" /> KB
- </tr>
- </table>
- </fieldset>
- <fieldset class="options">
- <legend><?php _e('Administration Settings') ?></legend>
- <table width="100%" cellspacing="2" cellpadding="5" class="editform">
- <tr valign="top">
- <th scope="row"><?php _e('Site Admins:') ?></th>
- <td><input name="site_admins" type="text" id="site_admins" style="width: 95%" value="<?php echo implode( " ", get_site_option( 'site_admins', array( 'admin' ) ) ) ?>" size="45" />
- <br />
- <?php _e('These users may login to the main blog and administer the site. Space separated list of usernames.') ?></td>
- </tr>
- </table>
- </fieldset>
- <fieldset class="options">
- <legend><?php _e('Site Wide Settings <em>(These settings may be overridden by blog owners)</em>') ?></legend>
- <table width="100%" cellspacing="2" cellpadding="5" class="editform">
- <?php
- $lang_files = glob( ABSPATH . "wp-content/languages/*.mo" );
- $lang = get_site_option( "WPLANG" );
- if( is_array( $lang_files ) ) {
- ?>
- <tr valign="top">
- <th width="33%" scope="row"><?php _e('Default Language:') ?></th>
- <td><select name="WPLANG" id="WPLANG">
- <?php
- echo "<option value=''>".__('Default')."</option>";
- while( list( $key, $val ) = each( $lang_files ) ) {
- $l = basename( $val, ".mo" );
- echo "<option value='$l'";
- echo $lang == $l ? " selected" : "";
- echo "> $l</option>";
- }
- ?>
- </select></td>
+ <form method="post" action="wpmu-edit.php?action=siteoptions">
+ <?php wp_nonce_field( "siteoptions" ); ?>
+
+ <fieldset class="options">
+ <legend><?php _e('Operational Settings <em>(These settings cannot be modified by blog owners)</em>') ?></legend>
+ <table width="100%" cellspacing="2" cellpadding="5" class="editform">
+ <tr valign="top">
+ <th scope="row"><?php _e('Site Name:') ?></th>
+ <td>
+ <input name="site_name" type="text" id="site_name" style="width: 95%" value="<?php echo $current_site->site_name ?>" size="45" />
+ <br />
+ <?php _e('What you would like to call this website.') ?>
+ </td>
+ </tr>
+
+ <tr valign="top">
+ <th scope="row"><?php _e('Site Admin Email:') ?></th>
+ <td>
+ <input name="admin_email" type="text" id="admin_email" style="width: 95%" value="<?php echo stripslashes( get_site_option('admin_email') ) ?>" size="45" />
+ <br />
+ <?php printf( __( 'Registration and support mails will come from this address. Make it generic like "support@%s"' ), $current_site->domain ); ?>
+ </td>
+ </tr>
+
+ <tr valign="top">
+ <th scope="row"><?php _e('Allow new registrations') ?></th>
+ <?php
+ if( !get_site_option('registration') )
+ update_site_option( 'registration', 'all' );
+ ?>
+ <td>
+ <input name="registration" type="radio" id="registration1" value='none' <?php echo get_site_option('registration') == 'none' ? 'checked="checked"' : ''; ?> /> <?php _e('Disabled'); ?><br />
+ <input name="registration" type="radio" id="registration2" value='all' <?php echo get_site_option('registration') == 'all' ? 'checked="checked"' : ''; ?> /> <?php _e('Enabled for all. Blogs and user accounts can be created.'); ?><br />
+ <input name="registration" type="radio" id="registration3" value='user' <?php echo get_site_option('registration') == 'user' ? 'checked="checked"' : ''; ?> /> <?php _e('Enabled for users only. Only user account can be created.'); ?><br />
+ <input name="registration" type="radio" id="registration4" value='blog' <?php echo get_site_option('registration') == 'blog' ? 'checked="checked"' : ''; ?> /> <?php _e('Enabled for blogs only. Only logged in users can create new blogs.'); ?><br />
+ <?php _e('Disable or enable registration and who or what can be registered. (Default=all)') ?>
+ </td>
+ </tr>
+
+ <tr valign="top">
+ <th scope="row"><?php _e('Registration notification') ?></th>
+ <?php
+ if( !get_site_option('registrationnotification') )
+ update_site_option( 'registrationnotification', 'yes' );
+ ?>
+ <td>
+ <input name="registrationnotification" type="radio" id="registrationnotification1" value='yes' <?php echo get_site_option('registrationnotification') == 'yes' ? 'checked="checked"' : ''; ?> /> <?php _e('Yes'); ?><br />
+ <input name="registrationnotification" type="radio" id="registrationnotification2" value='no' <?php echo get_site_option('registrationnotification') == 'no' ? 'checked="checked"' : ''; ?> /> <?php _e('No'); ?><br />
+ <?php _e('Send the site admin an email notification every time someone registers a blog or user account.') ?>
+ </td>
+ </tr>
+
+ <tr valign="top">
+ <th scope="row"><?php _e('Enable posting by XMLRPC') ?></th>
+ <?php
+ if( !get_site_option('xmlrpc_active') )
+ update_site_option( 'xmlrpc_active', 'no' );
+ ?>
+ <td>
+ <input name="xmlrpc_active" type="radio" id="xmlrpc_active1" value='yes' <?php echo get_site_option('xmlrpc_active') == 'yes' ? 'checked="checked"' : ''; ?> /> <?php _e('Yes'); ?><br />
+ <input name="xmlrpc_active" type="radio" id="xmlrpc_active2" value='no' <?php echo get_site_option('xmlrpc_active') == 'no' ? 'checked="checked"' : ''; ?> /> <?php _e('No'); ?><br />
+ <?php _e('This is an advanced technique for making posts to blogs. It is used by <a href="http://codex.wordpress.org/Weblog_Client">blog clients</a> like Ecto, Flock and Microsoft Live Writer and by Flickr to post pictures to blogs. Unfortunately it is also extensively used by spammers. <em>Disabled by Default</em>') ?>
+ </td>
+ </tr>
+
+ <tr valign="top">
+ <th scope="row"><?php _e('Welcome Email:') ?></th>
+ <td>
+ <textarea name="welcome_email" id="welcome_email" rows='5' cols='45' style="width: 95%"><?php echo stripslashes( get_site_option('welcome_email') ) ?></textarea>
+ <br />
+ <?php _e('The welcome email sent to new blog owners.') ?>
+ </td>
+ </tr>
+
+ <tr valign="top">
+ <th scope="row"><?php _e('First Post:') ?></th>
+ <td>
+ <textarea name="first_post" id="first_post" rows='5' cols='45' style="width: 95%"><?php echo stripslashes( get_site_option('first_post') ) ?></textarea>
+ <br />
+ <?php _e('First post on a new blog.') ?>
+ </td>
</tr>
+
+ <tr valign="top">
+ <th scope="row"><?php _e('Banned Names:') ?></th>
+ <td>
+ <input name="illegal_names" type="text" id="illegal_names" style="width: 95%" value="<?php echo implode( " ", get_site_option('illegal_names') ); ?>" size="45" />
+ <br />
+ <?php _e('Users are not allowed to register these blogs. Separate names by spaces.') ?>
+ </td>
+ </tr>
+
+ <tr valign="top">
+ <th scope="row"><?php _e('Limited Email Registrations:') ?></th>
+ <td>
+ <input name="limited_email_domains" type="text" id="limited_email_domains" style="width: 95%" value="<?php echo get_site_option('limited_email_domains') == '' ? '' : @implode( " ", get_site_option('limited_email_domains') ); ?>" size="45" />
+ <br />
+ <?php _e('If you want to limit blog registrations to certain domains. Separate domains by spaces.') ?>
+ </td>
+ </tr>
+
+ <tr valign="top">
+ <th scope="row"><?php _e('Banned Email Domains:') ?></th>
+ <td>
+ <textarea name="banned_email_domains" id="banned_email_domains" cols='40' rows='5'><?php echo get_site_option('banned_email_domains') == '' ? '' : @implode( "\n", get_site_option('banned_email_domains') ); ?></textarea>
+ <br />
+ <?php _e('If you want to ban certain email domains from blog registrations. One domain per line.') ?>
+ </td>
+ </tr>
+
+ <tr valign="top">
+ <th scope="row"><?php _e('Blog upload space:') ?></th>
+ <td><input name="blog_upload_space" type="text" id="blog_upload_space" value="<?php echo get_site_option('blog_upload_space', 10) ?>" size="3" /> MB</td>
+ </tr>
+
+ <tr valign="top">
+ <th scope="row"><?php _e('Upload File Types:') ?></th>
+ <td><input name="upload_filetypes" type="text" id="upload_filetypes" value="<?php echo get_site_option('upload_filetypes', 'jpg jpeg png gif') ?>" size="45" /></td>
+ </tr>
+
+ <tr valign="top">
+ <th scope="row"><?php _e('Max upload file size:') ?></th>
+ <td><input name="fileupload_maxk" type="text" id="fileupload_maxk" value="<?php echo get_site_option('fileupload_maxk', 300) ?>" size="5" /> KB</td>
+ </tr>
+ </table>
+ </fieldset>
+
+ <fieldset class="options">
+ <legend><?php _e('Administration Settings') ?></legend>
+ <table width="100%" cellspacing="2" cellpadding="5" class="editform">
+ <tr valign="top">
+ <th scope="row"><?php _e('Site Admins:') ?></th>
+ <td>
+ <input name="site_admins" type="text" id="site_admins" style="width: 95%" value="<?php echo implode(' ', get_site_option( 'site_admins', array( 'admin' ) ) ) ?>" size="45" />
+ <br />
+ <?php _e('These users may login to the main blog and administer the site. Space separated list of usernames.') ?>
+ </td>
+ </tr>
+ </table>
+ </fieldset>
+
+ <fieldset class="options">
+ <legend><?php _e('Site Wide Settings <em>(These settings may be overridden by blog owners)</em>') ?></legend>
+ <table width="100%" cellspacing="2" cellpadding="5" class="editform">
+ <?php
+ $lang_files = glob( ABSPATH . LANGDIR . "/*.mo" );
+ $lang = get_site_option( "WPLANG" );
+ if( is_array( $lang_files ) ) {
+ ?>
+ <tr valign="top">
+ <th width="33%" scope="row"><?php _e('Default Language:') ?></th>
+ <td>
+ <select name="WPLANG" id="WPLANG">
+ <?php
+ echo "<option value=''>".__('Default')."</option>";
+ foreach ( (array) $lang_files as $key => $val ) {
+ $l = basename( $val, ".mo" );
+ echo "<option value='$l'";
+ echo $lang == $l ? " selected='selected'" : "";
+ echo "> $l</option>";
+ }
+ ?>
+ </select>
+ </td>
+ </tr>
+ <?php
+ } // languages
+ ?>
+ </table>
+ </fieldset>
+
+ <fieldset class="options">
+ <legend><?php _e('Menus <em>(Enable or disable WP Backend Menus)</em>') ?></legend>
+ <table cellspacing="2" cellpadding="5" class="editform">
+ <tr>
+ <th scope='row'><?php _e("Menu"); ?></th>
+ <th scope='row'><?php _e("Enabled"); ?></th>
+ </tr>
<?php
- } // languages
- ?>
- </table>
- </fieldset>
- <fieldset class="options">
- <legend><?php _e('Menus <em>(Enable or disable WP Backend Menus)</em>') ?></legend>
- <table cellspacing="2" cellpadding="5" class="editform">
- <tr><th scope='row'><?php _e("Menu"); ?></th><th scope='row'><?php _e("Enabled"); ?></th></tr>
- <?php
- $menu_perms = get_site_option( "menu_items" );
- $menu_items = array( "plugins" );
- while( list( $key, $val ) = each( $menu_items ) )
- {
- if( $menu_perms[ $val ] == '1' ) {
- $checked = ' checked';
- } else {
- $checked = '';
- }
- print "<tr><th scope='row'>" . ucfirst( $val ) . "</th><td><input type='checkbox' name='menu_items[" . $val . "]' value='1'" . $checked . "></tr>";
- }
- ?>
- </table>
- </fieldset>
- <fieldset class="options">
- </fieldset>
- <p class="submit">
- <input type="submit" name="Submit" value="<?php _e('Update Options') ?>" />
- </p>
+ $menu_perms = get_site_option( "menu_items" );
+ $menu_items = array( "plugins" );
+ foreach ( (array) $menu_items as $key => $val ) {
+ $checked = ( $menu_perms[$val] == '1' ) ? ' checked="checked"' : '';
+ echo "<tr><th scope='row'>" . ucfirst( $val ) . "</th><td><input type='checkbox' name='menu_items[" . $val . "]' value='1'" . $checked . " /></td></tr>";
+ }
+ ?>
+ </table>
+ </fieldset>
+
+ <p class="submit">
+ <input type="submit" name="Submit" value="<?php _e('Update Options') ?>" /></p>
</form>
</div>
-<?php include('./admin-footer.php'); ?>
+
+<?php include('./admin-footer.php'); ?> \ No newline at end of file