Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2009 01:01:10 AM (16 years ago)
Author:
apeatling
Message:

Added first alpha version of the status updates component 'bp-status'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-admin.php

    r1518 r1567  
    257257                </tr>
    258258                <?php endif; ?>
     259                <?php if ( file_exists( BP_PLUGIN_DIR . '/bp-statusupdates.php') ) : ?>
     260                <tr>
     261                    <td><h3><?php _e( 'Status Updates', 'buddypress' ) ?></h3><p><?php _e( 'Allow users to post status updates.', 'buddypress' ) ?></p></td>
     262                    <td width="45%">
     263                        <input type="radio" name="bp_components[bp-statusupdates.php]" value="1"<?php if ( !isset( $disabled_components['bp-statusupdates.php'] ) ) : ?> checked="checked" <?php endif; ?>/> <?php _e( 'Enabled', 'buddypress' ) ?>  &nbsp;
     264                        <input type="radio" name="bp_components[bp-statusupdates.php]" value="0"<?php if ( isset( $disabled_components['bp-statusupdates.php'] ) ) : ?> checked="checked" <?php endif; ?>/> <?php _e( 'Disabled', 'buddypress' ) ?>
     265                    </td>
     266                </tr>
     267                <?php endif; ?>
    259268            </tbody>
    260269            </table>
Note: See TracChangeset for help on using the changeset viewer.