diff --git a/wp-content/plugins/bp-template-pack/.gitignore b/wp-content/plugins/bp-template-pack/.gitignore
deleted file mode 100644
index 90ec22bee124705a9164f46a994cad1890bd92b5..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-.svn
diff --git a/wp-content/plugins/bp-template-pack/bp-backpat.css b/wp-content/plugins/bp-template-pack/bp-backpat.css
deleted file mode 100644
index 23dad77ada667d08371f8e9fd53dd05350f97c2b..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/bp-backpat.css
+++ /dev/null
@@ -1,254 +0,0 @@
-/* Load the default admin bar styles */
-@import url( ../buddypress/bp-themes/bp-default/_inc/css/adminbar.css );
-
-/**
- * The following are basic CSS styles to give BuddyPress pages their absolute basic formatting.
- * You should extend/override these styles in your standard theme CSS to match your theme.
- */
-
-/***
- * Navigation tabs
- */
-div.item-list-tabs {
-	margin: 15px 0;
-	padding: 5px 0;
-	border-bottom: 1px solid #ddd;
-	overflow: hidden;
-	clear: both;
-}
-
-div.item-list-tabs ul {
-	list-style: none;
-	margin: 0;
-	padding: 0;
-	line-height: 200%;
-}
-	div.item-list-tabs ul li {
-		float: left;
-		margin-right: 5px;
-	}
-		div.item-list-tabs#subnav ul li a {
-			border: none;
-			padding: 0;
-		}
-
-	div.item-list-tabs ul li.last { float: right; }
-
-/***
- * Object Lists (groups/members/forums/blogs)
- */
-
-ul.item-list {
-	margin: 20px 0;
-	padding: 0;
-	list-style: none;
-}
-	ul.item-list li { 
-		position: relative;
-		clear: left;
-	}
-	ul.item-list div.item-avatar {
-		float: left;
-	}
-
-	ul.item-list div.item {
-		margin-left: 65px;
-	}
-
-	ul.item-list div.action {
-		position: absolute;
-		top: 0;
-		right: 15px;
-		text-align: right;
-	}
-
-
-/***
- * Content Object Headers
- */
-
-div#item-header {
-	padding-bottom: 15px;
-	overflow: hidden;
-}
-	div#item-header div#item-header-avatar {
-		float: left;
-		margin-right: 15px;
-	}
-
-	div#item-header div#item-header-content {
-		float: left;
-	}
-
-/***
- * Activity Stream Post Form
- */
-
-form#whats-new-form {
-	overflow: hidden;
-	padding-bottom: 20px;
-}
-	form#whats-new-form #whats-new-avatar {
-		float: left;
-	}
-
-	form#whats-new-form h5 {
-		clear: none;
-		margin-left: 76px;
-	}
-
-	form#whats-new-form #whats-new-content {
-		margin-left: 54px;
-		padding-left: 22px;
-	}
-
-	form#whats-new-form #whats-new-textarea {
-		padding: 8px;
-		border: 1px inset #ccc;
-		margin-bottom: 10px;
-	}
-	form#whats-new-form textarea {
-		width: 100%;
-		height: 60px;
-		font-size: 14px;
-		font-family: inherit;
-		color: #555;
-		border: none;
-		margin: 0;
-		padding: 0;
-	}
-
-	form#whats-new-form #whats-new-submit {
-		float: right;
-		margin: 0;
-	}
-
-/***
- * Activity Stream Post Form
- */
-
-ul.activity-list {
-	margin: 0;
-	padding: 0;
-}
-
-ul.activity-list li {
-	overflow: hidden;
-	padding: 20px 0;
-}
-	ul.activity-list li img.avatar {
-		float: left;
-		width: 60px;
-		height: 60px;
-	}
-
-	ul.activity-list li div.activity-content {
-		margin-left: 75px;
-	}
-
-	ul.activity-list li div.activity-comments {
-		margin: 15px 0 0 38px;
-	}
-		ul.activity-list li div.activity-comments ul li {
-			padding: 5px 0;
-		}
-
-		ul.activity-list li div.activity-comments img.avatar {
-			width: 25px;
-			height: 25px;
-		}
-
-		ul.activity-list li div.acomment-content, ul.activity-list li div.acomment-meta {
-			margin-left: 35px;
-		}
-
-	ul.activity-list li div.activity-inreplyto {
-		margin: 15px 0 0 75px;
-		font-size: 11px;
-	}
-
-/***
- * Input Forms
- */
-
-/* Activity comment forms */
-
-form.ac-form { display: none; } /* JS will show this */
-
-div.activity-comments form {
-	display: none;
-	margin: 10px 0 10px 33px;
-	padding: 8px;
-}
-
-	div.activity-comments div#message {
-		margin-top: 15px;
-		margin-bottom: 0;
-	}
-
-	div.activity-comments form.loading {
-		background-image: url( ../images/ajax-loader.gif );
-		background-position: 2% 95%;
-		background-repeat: no-repeat;
-	}
-
-	div.activity-comments form .ac-textarea {
-		padding: 8px;
-		border: 1px inset #ccc;
-		margin-bottom: 10px;
-	}
-		div.activity-comments form textarea {
-			width: 100%;
-			height: 60px;
-			border: none;
-			padding: 0;
-		}
-			div.activity-comments form input {
-				margin-top: 5px;
-			}
-
-	div.activity-comments form div.ac-reply-avatar {
-		float: left;
-	}
-
-	div.activity-comments form div.ac-reply-content {
-		margin-left: 25px;
-		padding-left: 15px;
-	}
-
-/* Standard Input Forms */
-
-form.standard-form label, form.standard-form span.label {
-	display: block;
-	margin: 15px 0 5px 0;
-}
-	form.standard-form div.checkbox label,
-	form.standard-form div.radio label {
-		font-weight: normal;
-		margin: 5px 0 0 0;
-	}
-
-	form.standard-form textarea {
-		width: 75%;
-		height: 120px;
-	}
-
-/* Send Invites Form */
-form#send-invite-form {
-	margin-top: 20px;
-}
-	div#invite-list {
-		height: 400px;
-		overflow: scroll;
-		padding: 5px;
-		width: 160px;
-		margin: 10px 0;
-	}
-
-/* Directory search forms */
-
-form.dir-form div.dir-search {
-	float: right;
-	width: 45%;
-	margin: 0 0 25px 0;
-}
diff --git a/wp-content/plugins/bp-template-pack/bp-rtl.css b/wp-content/plugins/bp-template-pack/bp-rtl.css
deleted file mode 100644
index 9da14139b36eca8ff477a2bc7bfc71a3fe94f5f9..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/bp-rtl.css
+++ /dev/null
@@ -1,389 +0,0 @@
-/*--------------------------------------------------------------
-1 - Activity
---------------------------------------------------------------*/
-form#whats-new-form h5 {
-	margin-right: 76px;
-	margin-left: 0;
-}
-form#whats-new-form #whats-new-avatar {
-	float: right;
-}
-form#whats-new-form #whats-new-content {
-	margin-right: 54px;
-	padding-right: 22px;
-}
-form#whats-new-form #whats-new-submit {
-	float: left;
-}
-
-
-/*--------------------------------------------------------------
-1.1 - Activity Listing
---------------------------------------------------------------*/
-.activity-header {
-	margin-left: 20px;
-	margin-right: auto;
-}
-.activity-list .activity-avatar {
-	float: right;
-}
-.activity-list li.mini .activity-avatar img.avatar,
-.activity-list li.mini .activity-avatar img.FB_profile_pic {
-	margin-right: 30px;
-	margin-left: 0;
-}
-body.activity-permalink .activity-list li .activity-header > p {
-	margin-left: auto;
-	margin-right: -35px;
-	padding: 5px 35px 0 0;
-}
-.activity-list li.mini .activity-content p {
-	float: right;
-}
-.activity-list li.mini .activity-meta {
-	left: 0;
-	right: auto;
-}
-body.activity-permalink .activity-list li.mini .activity-meta {
-	left: 15px;
-	right: auto;
-}
-.activity-list li.mini .activity-comments {
-	clear: right;
-}
-.activity-list li .activity-inreplyto {
-	margin-right: 5px;
-	margin-left: 0;
-	padding-right: 25px;
-	padding-left: 0;
-	background-position: 100% 0;
-}
-.activity-list .activity-content {
-	margin-right: 70px;
-	margin-left: 0;
-}
-.activity-list li.new_forum_post .activity-content .activity-inner,
-.activity-list li.new_forum_topic .activity-content .activity-inner {
-	border-left: none;
-	margin-left: 0;
-	padding-left: 0;
-	border-right: 2px solid #EAEAEA;
-	margin-right: 5px;
-	padding-right: 10px;
-}
-body.activity-permalink .activity-list li .activity-content {
-	margin-right: 185px;
-	margin-left: 0;
-}
-body.activity-permalink .activity-list li .activity-content > p {
-	background-position: top right;
-	margin-right: -35px;
-	margin-left: 0;
-	padding: 5px 38px 0 0;
-}
-.activity-list .activity-content > p > a:first-child,
-span.highlight,
-.activity-list .activity-content > .comment-header > a:first-child {
-	margin-left: 3px;
-	margin-right: 0;
-}
-.activity-list .activity-content img.thumbnail {
-	float: right;
-	margin: 0 0 5px 10px;
-}
-.activity-list li.load-more {
-	border-left: 1px solid #ddd;
-	border-right: 0;
-}
-a.bp-secondary-action,
-span.highlight {
-	margin-left: 5px;
-	margin-right: auto;
-}
-.activity-list .activity-content .activity-inner,
-.activity-list .activity-content blockquote {
-	margin-left: 10px;
-	margin-right: 0;
-}
-
-
-/*--------------------------------------------------------------
-1.2 - Activity Comments
---------------------------------------------------------------*/
-div.activity-comments {
-	margin: 0 70px 0 0;
-}
-body.activity-permalink div.activity-comments {
-	margin-right: 185px;
-	margin-left: 0;
-}
-div.activity-comments ul {
-	clear: right;
-}
-div.activity-comments > ul {
-	padding: 0 10px 0 0;
-}
-div.activity-comments ul li > ul {
-	margin-left: 0;
-	margin-right: 30px;
-	padding-left: 0;
-	padding-right: 10px;
-}
-div.activity-comments div.acomment-avatar img {
-	float: right;
-	margin-left: 10px;
-	margin-right: 0;
-}
-div.activity-comments div.acomment-content {
-	margin-left: 0;
-	margin-right: 40px;
-}
-div.activity-comments form.ac-form {
-	margin: 10px 33px 10px 0;
-	border-left: 1px solid #ddd;
-	border-right: 0;
-}
-div.activity-comments li form.ac-form {
-	margin-left: 15px;
-	margin-right: 0;
-}
-div.activity-comments form.root {
-	margin-right: 0;
-}
-div.activity-comments form.loading {
-	background-position: 88% 95%;
-}
-div.activity-comments form div.ac-reply-avatar {
-	float: right;
-}
-div.activity-comments form div.ac-reply-content {
-	margin-right: 50px;
-	margin-left: 0;
-	padding-right: 15px;
-	padding-left: 0;
-}
-body.activity-permalink div.activity-comments > ul {
-	padding: 0 15px 0 10px;
-}
-
-
-/*--------------------------------------------------------------
-2 - Admin Bar
---------------------------------------------------------------*/
-/*--------------------------------------------------------------
-3 - Ajax Loading
---------------------------------------------------------------*/
-a.loading {
-	background-position: 5% 50% !important;
-	padding-left: 25px !important;
-	padding-right: 0 !important;
-}
-
-
-/*--------------------------------------------------------------
-4 - Directories - Members, Groups, Blogs, Forums
---------------------------------------------------------------*/
-div.dir-search {
-	float: left;
-}
-
-
-/*--------------------------------------------------------------
-5 - Error / Success Messages
---------------------------------------------------------------*/
-span.activity,
-div#message p {
-	border-left: 1px solid #FFE8C4;
-	border-right: 0;
-}
-
-
-/*--------------------------------------------------------------
-6 - Forms
---------------------------------------------------------------*/
-.standard-form#signup_form div.submit {
-	float: left;
-}
-.standard-form#signup_form div.signup-avatar {
-	margin-left: 15px;
-	margin-right: 0;
-}
-.standard-form div.submit input {
-	margin-left: 15px;
-	margin-right: 0;
-}
-.standard-form div.radio ul {
-	margin: 10px 38px 15px 0;
-}
-.standard-form #basic-details-section,
-.standard-form #blog-details-section,
-.standard-form #profile-details-section {
-	float: right;
-}
-.standard-form #profile-details-section {
-	float: left;
-}
-.standard-form #blog-details-section {
-	clear: right;
-}
-a.button,
-input[type=submit],
-input[type=button],
-ul.button-nav li a,
-div.generic-button a {
-	background-position: right top;
-}
-div.accept, div.reject {
-	float: right;
-	margin-left: 0;
-	margin-right: 10px;
-}
-ul.button-nav li {
-	float: right;
-	margin: 0 0 10px 10px;
-}
-
-
-/*--------------------------------------------------------------
-7 - Topics and Tables - Forums and General
---------------------------------------------------------------*/
-table tr td.label {
-	border-left: 1px solid #eaeaea;
-	border-right: 0;
-}
-table.forum tr.closed td.td-title {
-	padding-right: 35px;
-	padding-left: 0;
-	background-position: 5% 50%;
-}
-table.forum tr > td:first-child,
-table.forum tr > th:first-child {
-	padding-right: 15px;
-	padding-left: 0;
-}
-table.forum tr > td:last-child,
-table.forum tr > th:last-child {
-	padding-left: 15px;
-	padding-right: 0;
-}
-table.forum tr th#th-title,
-table.forum tr th#th-poster,
-table.forum tr th#th-group,
-table.forum td.td-poster,
-table.forum td.td-group,
-table.forum td.td-title {
-	text-align: right;
-}
-table.forum td img.avatar {
-	margin-left: 5px;
-	margin-right: 0;
-}
-ul#topic-post-list li div.post-content {
-	margin-right: 54px;
-	margin-left: 0;
-}
-div.admin-links {
-	left: 25px;
-	right: auto
-}
-div#topic-meta div.admin-links {
-	left: 0;
-	right: auto;
-}
-
-
-/*--------------------------------------------------------------
-8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
---------------------------------------------------------------*/
-div#item-header img.avatar {
-	float: right;
-	margin: 0 0 25px 15px;
-}
-div#item-header span.activity {
-	margin: 0 4px 5px 0;
-}
-div#item-header div#item-actions {
-	float: left;
-	margin: 0 15px 15px 0;
-	text-align: left;
-}
-div#item-header ul li {
-	float: left;
-}
-div#item-header div.generic-button,
-div#item-header a.button {
-	float: right;
-	margin: 10px 0 0 10px;
-}
-ul.item-list li img.avatar {
-	float: right;
-	margin: 0 0 0 10px;
-}
-ul.item-list li div.item-desc {
-	margin: 10px 64px 0 0;
-}
-ul.item-list li div.action {
-	left: 0;
-	right: auto;
-	text-align: left;
-}
-div.item-list-tabs {
-	clear: right;
-}
-div.item-list-tabs ul li {
-	float: right;
-	margin: 5px 5px 0 0;
-}
-div.item-list-tabs ul li:first-child {
-	margin-left: 0;
-	margin-right: 20px;
-}
-div.item-list-tabs ul li.last {
-	float: left;
-	margin: 7px 0 0 20px;
-}
-ul li.loading a {
-	background-position: 8% 50%;
-	padding-left: 30px !important;
-	padding-right: 0 !important;
-}
-div#item-nav ul li.loading a {
-	background-position: 12% 50%;
-}
-div.item-list-tabs ul li.feed a {
-	background-position: right center;
-	padding-right: 20px;
-	padding-left: 0;
-}
-
-
-/*--------------------------------------------------------------
-9 - Private Messaging Threads
---------------------------------------------------------------*/
-div.messages-options-nav {
-	text-align: left;
-}
-div#message-thread img.avatar {
-	float: right;
-	margin: 0 0 0 10px;
-}
-div#message-thread strong span.activity {
-	margin: 4px 10px 0 0;
-}
-div#message-thread div.message-content {
-	margin-right: 45px;
-	margin-left: 0;
-}
-div#message-thread div.message-options {
-	text-align: left;
-}
-
-/*--------------------------------------------------------------
-10 - Pagination
---------------------------------------------------------------*/
-.padder div.pagination .pag-count {
-	float: right;
-}
-.padder div.pagination .pagination-links {
-	float: left;
-}
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/bp-template-pack.php b/wp-content/plugins/bp-template-pack/bp-template-pack.php
deleted file mode 100644
index 635daaa21727ea6728efb92983b9f8b669ab5142..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/bp-template-pack.php
+++ /dev/null
@@ -1,361 +0,0 @@
-<?php
-/*
-Plugin Name: BuddyPress Template Pack
-Plugin URI: http://wordpress.org/extend/plugins/bp-template-pack/
-Description: Add support for BuddyPress to your existing WordPress theme. This plugin will guide you through the process step by step.
-Author: apeatling
-Version: 1.0.2
-Author URI: http://buddypress.org/developers/apeatling/
-*/
-
-/*****
- * Initialize the plugin once BuddyPress has initialized.
- */
-
-function bp_tpack_deactivate() {
-	/* Cleanup */
-	delete_option( 'bp_tpack_disable_js' );
-	delete_option( 'bp_tpack_disable_css' );
-	delete_option( 'bp_tpack_configured' );
-}
-register_deactivation_hook( __FILE__, 'bp_tpack_deactivate' );
-
-function bp_tpack_init() {
-	global $wp_themes;
-
-	/* Check to make sure the active theme is not bp-default */
-	if ( 'bp-default' == get_option( 'template' ) )
-		return false;
-
-	/* Load the default BuddyPress AJAX functions */
-	if ( !(int)get_option( 'bp_tpack_disable_js' ) ) {
-		require_once( BP_PLUGIN_DIR . '/bp-themes/bp-default/_inc/ajax.php' );
-
-		/* Load the default BuddyPress javascript */
-		wp_enqueue_script( 'bp-js', BP_PLUGIN_URL . '/bp-themes/bp-default/_inc/global.js', array( 'jquery' ) );
-	}
-
-	/* Add the wireframe BP page styles */
-	if ( !(int)get_option( 'bp_tpack_disable_css' ) )
-		wp_enqueue_style( 'bp-css', plugins_url( $path = basename( dirname( __FILE__ ) ) ) . '/bp.css' );
-}
-add_action( 'bp_init', 'bp_tpack_init' );
-
-function bp_tpack_add_theme_menu() {
-	add_theme_page( __( 'BP Compatibility', 'bp-template-pack' ), __( 'BP Compatibility', 'bp-template-pack' ), current_user_can( 'switch_themes' ), 'bp-tpack-options', 'bp_tpack_theme_menu' );
-}
-add_action( 'admin_menu', 'bp_tpack_add_theme_menu' );
-
-function bp_tpack_theme_menu() {
-	$theme_dir = WP_CONTENT_DIR . '/themes/' . get_option('stylesheet') . '/';
-
-	if ( !empty( $_GET['finish'] ) )
-		update_option( 'bp_tpack_configured', 1 );
-
-	if ( !empty( $_GET['reset'] ) )
-		delete_option( 'bp_tpack_configured' );
-
-	if ( !file_exists( $theme_dir . 'activity' ) && !file_exists( $theme_dir . 'blogs' ) && !file_exists( $theme_dir . 'forums' ) && !file_exists( $theme_dir . 'groups' ) && !file_exists( $theme_dir . 'members' ) && !file_exists( $theme_dir . 'registration' ) ) {
-		$step = 1;
-
-		if ( !empty( $_GET['move'] ) ) {
-			$step = 2;
-			$error = false;
-
-			/* Attempt to move the directories */
-			if ( !bp_tpack_move_templates() )
-				$error = true;
-		}
-
-		/* Make sure we reset if template files have been deleted. */
-		delete_option( 'bp_tpack_configured' );
-	} else
-		$step = 3;
-
-	if ( !empty( $_POST['bp_tpack_save'] ) ) {
-		/* Save options */
-		if ( !empty( $_POST['bp_tpack_disable_css'] ) )
-			update_option( 'bp_tpack_disable_css', 1 );
-		else
-			delete_option( 'bp_tpack_disable_css' );
-
-		if ( !empty( $_POST['bp_tpack_disable_js'] ) )
-			update_option( 'bp_tpack_disable_js', 1 );
-		else
-			delete_option( 'bp_tpack_disable_js' );
-	}
-
-	if ( !(int)get_option( 'bp_tpack_configured' ) ) {
-?>
-	<div class="wrap">
-		<h2>Making Your Theme BuddyPress Compatible</h2>
-
-		<p>Adding support for BuddyPress to your existing WordPress theme can be a straightforward process by following the setup instructions on this page.</p>
-
-		<?php switch( $step ) {
-			case 1: ?>
-
-				<h2>Step One</h2>
-
-				<p>BuddyPress needs some extra template files in order to display its pages correctly. This plugin contains these extra templates, but right now they are in the plugin directory. They need to be inside your
-					active theme directory to work correctly. First of all we can try moving them automatically, please click the button below to attempt to move the templates:</p>
-
-				<p><a class="button" href="?page=bp-tpack-options&move=1">Move Template Files</a></p>
-
-			<?php break; ?>
-
-		<?php case 2: ?>
-
-				<h2>Step Two</h2>
-
-				<?php if ( $error ) : ?>
-
-					<p><strong>Moving templates failed.</strong> There was an error when trying to move the templates automatically. That's okay though as we probably don't have the
-					correct permissions. You're going to have to move the template files manually.</p>
-
-					<p>You will need to connect to your WordPress files using FTP. When you are connected browse to the following directory:<p>
-
-					<p><code><?php echo dirname( __FILE__ ) . '/templates/' ?></code></p>
-
-					<p>In this directory you will find six folders. If you want to use all of the features of BuddyPress then you must move all six directories to the following folder:</p>
-
-					<p><code><?php echo $theme_dir ?></code></p>
-
-					<p>If you decide that you don't want to use a feature of BuddyPress then you can actually ignore the template folders for these features. For example, if you don't want
-						to use the groups and forums features, you can simply not copy the /groups/ and /forums/ template folders to your active theme. If you're confused then just copy
-						all six folders and you'll be fine.</p>
-
-					<p>Once you have correctly copied the folders into your active theme, please use the button below to move onto step three.</p>
-
-					<p><a href="?page=bp-tpack-options" class="button">I've finished moving template folders</a></p>
-
-				<?php else : ?>
-
-					<p><strong>Templates moved successfully!</strong> This is great news, BuddyPress templates are now in the correct position in your theme which means you can skip step two and <a href="?page=bp-tpack-options">move on to step three</a>.</p>
-
-				<?php endif; ?>
-
-		<?php break; ?>
-		<?php case 3: ?>
-			<h2>Step Three</h2>
-
-			<p>Now that the template files are in the correct location, click through your site (you can come back to this page at any point). You should see a BuddyPress admin bar at the top of the page, try visiting some of the links in the "My Account" menu. You should find that BuddyPress pages now work and are displayed.</p>
-
-			<p>If you find that the pages are not quite aligned correctly, or the content is overlapping the sidebar, you will need to tweak the template HTML. Please follow the "fixing alignment" instructions below. If the content in your pages is aligned in the correct place then you can skip to the "Finishing Up" section at the bottom of this page.</p>
-
-			<h3>Fixing Alignment</h3>
-
-			<p>By default BuddyPress templates use this HTML structure:</p>
-
-<p><pre><code style="display: block; width: 40%; padding-left: 15px;">
-[HEADER]
-
-&lt;div id="container"&gt;
-	&lt;div id="content"&gt;
-		[PAGE CONTENT]
-	&lt;/div&gt;
-
-	&lt;div id="sidebar"&gt;
-		[SIDEBAR CONTENT]
-	&lt;/div&gt;
-&lt;/div&gt;
-
-[FOOTER]
-
-</code></pre></p>
-
-			<p>If BuddyPress pages are not aligned correctly then you will need to modify some of the templates to match your theme's HTML structure. The best way to do this is to FTP to your theme's files at:</p>
-
-			<p><code><?php echo $theme_dir ?></code></p>
-
-			<p>Then open up the <code>page.php</code> file (if this does not exist use <code>index.php</code>). Make note of the HTML template structure of the file, specifically the <code>&lt;div&gt;</code> tags that surround the content and sidebar.</p>
-
-			<p>You will need to change the HTML structure in the BuddyPress templates that you copied into your theme to match the structure in your <code>page.php</code> or <code>index.php</code> file. The files that you need to edit are as follows (leave out any folders you have not copied over in step two):</p>
-
-			<ul style="list-style: disc; margin-left: 40px;">
-				<li><?php echo '/activity/index.php' ?></li>
-				<li><?php echo '/blogs/index.php' ?></li>
-				<li><?php echo '/forums/index.php' ?></li>
-				<li><?php echo '/groups/index.php' ?></li>
-				<li><?php echo '/groups/create.php' ?></li>
-				<li><?php echo '/groups/single/home.php' ?></li>
-				<li><?php echo '/groups/single/plugins.php' ?></li>
-				<li><?php echo '/members/index.php' ?></li>
-				<li><?php echo '/members/single/home.php' ?></li>
-				<li><?php echo '/members/single/plugins.php' ?></li>
-				<li><?php echo '/registration/register.php' ?></li>
-
-				<?php if ( bp_core_is_multisite() ) : ?>
-					<li><?php echo '/blogs/create.php' ?></li>
-					<li><?php echo '/registration/activate.php' ?></li>
-				<?php endif; ?>
-			</ul>
-
-			<p>Once you are done matching up the HTML structure of your theme in these template files, please take another look through your site. You should find that BuddyPress pages now fit inside the content structure of your theme.</p>
-
-			<h3>Finishing Up</h3>
-
-			<p>You're now all done with the conversion process. Your WordPress theme will now happily provide BuddyPress compatibility support. Once you hit the finish button you will be presented with a new permanent theme options page allowing you to tweak some settings.</p>
-
-			<p><a href="?page=bp-tpack-options&finish=1" class="button-primary">Finish</a></p>
-			<p>&nbsp;</p>
-
-		<?php break;?>
-
-		<?php } ?>
-	</div>
-
-<?php } else { // The theme steps have been completed, just show the permanent page ?>
-
-	<div class="wrap">
-
-		<h2>BuddyPress Theme Compatibility</h2>
-
-		<?php if ( !empty( $_GET['finish'] ) ) : ?>
-			<div id="message">
-				<p><strong>Congratulations, you have completed the BuddyPress theme compatibility setup procedure!</strong></p>
-			</div>
-		<?php endif; ?>
-
-		<form action="" name="bp-tpack-settings" method="post" style="width: 60%; float: left; margin-right: 3%;">
-
-			<p><strong><input type="checkbox" name="bp_tpack_disable_css" value="1"<?php if ( (int)get_option( 'bp_tpack_disable_css' ) ) : ?> checked="checked"<?php endif; ?> /> Disable BP Template Pack CSS</strong></p>
-			<p>
-				<small style="display: block; margin-left:18px; font-size: 11px">The BuddyPress template pack comes with basic wireframe CSS styles that will format the layout of BuddyPress pages. You can
-					extend upon these styles in your theme's CSS file, or simply turn them off and build your own styles.</small>
-			</p>
-
-			<p style="margin-top: 20px;"><strong><input type="checkbox" name="bp_tpack_disable_js" value="1"<?php if ( (int)get_option( 'bp_tpack_disable_js' ) ) : ?> checked="checked"<?php endif; ?> /> Disable BP Template Pack JS / AJAX</strong></p>
-				<small style="display: block; margin-left:18px; font-size: 11px">The BuddyPress template pack will automatically integrate the BuddyPress default theme javascript and AJAX functionality into your
-					theme. You can switch this off, however the experience will be somewhat degraded.</small>
-
-			<p class="submit">
-				<input type="submit" name="bp_tpack_save" value="Save Settings" class="button" />
-			</p>
-		</form>
-
-		<div style="float: left; width: 37%;">
-			<p style="line-height: 180%; border: 1px solid #eee; background: #fff; padding: 5px 10px;"><strong>NOTE:</strong> To remove the "BuddyPress is ready" message you will need to add a "buddypress" tag to your theme. You can do this by editing the <code>style.css</code> file of your active theme and adding the tag to the "Tags:" line in the comment header.</p>
-
-			<h4>Navigation Links</h4>
-
-			<p>You may want to add new navigation tabs or links to your theme to link to BuddyPress directory pages. The default set of links are:</p>
-				<ul>
-					<li>Activity: <a href="<?php echo get_option('home') . '/' . BP_ACTIVITY_SLUG . '/'; ?>"><?php echo get_option('home') . '/' . BP_ACTIVITY_SLUG . '/'; ?></a></li>
-					<li>Members: <a href="<?php echo get_option('home') . '/' . BP_MEMBERS_SLUG . '/'; ?>"><?php echo get_option('home') . '/' . BP_MEMBERS_SLUG . '/'; ?></a></li>
-					<li>Groups: <a href="<?php echo get_option('home') . '/' . BP_GROUPS_SLUG . '/'; ?>"><?php echo get_option('home') . '/' . BP_GROUPS_SLUG . '/'; ?></a></li>
-					<li>Forums: <a href="<?php echo get_option('home') . '/' . BP_FORUMS_SLUG . '/'; ?>"><?php echo get_option('home') . '/' . BP_FORUMS_SLUG . '/'; ?></a></li>
-					<li>Register: <a href="<?php echo get_option('home') . '/' . BP_REGISTER_SLUG . '/'; ?>"><?php echo get_option('home') . '/' . BP_REGISTER_SLUG . '/'; ?></a> (registration must be enabled)</li>
-
-					<?php if ( bp_core_is_multisite() ) : ?>
-						<li>Blogs: <a href="<?php echo get_option('home') . '/' . BP_BLOGS_SLUG . '/'; ?>"><?php echo get_option('home') . '/' . BP_BLOGS_SLUG . '/'; ?></a></li>
-					<?php endif; ?>
-				</ul>
-
-			<h4>Reset Setup</h4>
-			<p>If you would like to run through the setup process again please use the reset button (you will start at step three if you haven't removed the template files):</p>
-			<p><a class="button" href="?page=bp-tpack-options&reset=1">Reset</a></p>
-		</div>
-
-<?php
-	}
-}
-
-function bp_tpack_move_templates() {
-	$destination_dir = WP_CONTENT_DIR . '/themes/' . get_option('stylesheet') . '/';
-	$source_dir = WP_CONTENT_DIR . '/plugins/' . basename( dirname( __FILE__ ) ) . '/templates/';
-
-	$dirs = array( 'activity', 'blogs', 'forums', 'groups', 'members', 'registration' );
-
-	foreach ( (array)$dirs as $dir ) {
-		if ( !bp_tpack_recurse_copy( $source_dir . $dir, $destination_dir . $dir ) )
-			return false;
-	}
-
-	return true;
-}
-
-function bp_tpack_recurse_copy( $src, $dst ) {
-	$dir = @opendir( $src );
-
-	if ( !@mkdir( $dst ) )
-		return false;
-
-	while ( false !== ( $file = readdir( $dir ) ) ) {
-		if ( ( $file != '.' ) && ( $file != '..' ) ) {
-			if ( is_dir( $src . '/' . $file ) )
-				bp_tpack_recurse_copy( $src . '/' . $file, $dst . '/' . $file );
-			else {
-				if ( !@copy( $src . '/' . $file, $dst . '/' . $file ) )
-					return false;
-			}
-		}
-	}
-
-	@closedir( $dir );
-
-	return true;
-}
-
-
-/*****
- * Add support for showing the activity stream as the front page of the site
- */
-
-/* Filter the dropdown for selecting the page to show on front to include "Activity Stream" */
-function bp_tpack_wp_pages_filter( $page_html ) {
-	if ( 'page_on_front' != substr( $page_html, 14, 13 ) )
-		return $page_html;
-
-	$selected = false;
-	$page_html = str_replace( '</select>', '', $page_html );
-
-	if ( bp_tpack_page_on_front() == 'activity' )
-		$selected = ' selected="selected"';
-
-	$page_html .= '<option class="level-0" value="activity"' . $selected . '>' . __( 'Activity Stream', 'buddypress' ) . '</option></select>';
-	return $page_html;
-}
-add_filter( 'wp_dropdown_pages', 'bp_tpack_wp_pages_filter' );
-
-/* Hijack the saving of page on front setting to save the activity stream setting */
-function bp_tpack_page_on_front_update( $oldvalue, $newvalue ) {
-	if ( !is_admin() || !is_site_admin() )
-		return false;
-
-	if ( 'activity' == $_POST['page_on_front'] )
-		return 'activity';
-	else
-		return $oldvalue;
-}
-add_action( 'pre_update_option_page_on_front', 'bp_tpack_page_on_front_update', 10, 2 );
-
-/* Load the activity stream template if settings allow */
-function bp_tpack_page_on_front_template( $template ) {
-	global $wp_query;
-
-	if ( empty( $wp_query->post->ID ) )
-		return locate_template( array( 'activity/index.php' ), false );
-	else
-		return $template;
-}
-add_filter( 'page_template', 'bp_tpack_page_on_front_template' );
-
-/* Return the ID of a page set as the home page. */
-function bp_tpack_page_on_front() {
-	if ( 'page' != get_option( 'show_on_front' ) )
-		return false;
-
-	return apply_filters( 'bp_tpack_page_on_front', get_option( 'page_on_front' ) );
-}
-
-/* Force the page ID as a string to stop the get_posts query from kicking up a fuss. */
-function bp_tpack_fix_get_posts_on_activity_front() {
-	global $wp_query;
-
-	if ( !empty($wp_query->query_vars['page_id']) && 'activity' == $wp_query->query_vars['page_id'] )
-		$wp_query->query_vars['page_id'] = '"activity"';
-}
-add_action( 'pre_get_posts', 'bp_tpack_fix_get_posts_on_activity_front' );
-
-?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/bp.css b/wp-content/plugins/bp-template-pack/bp.css
deleted file mode 100644
index b2910400789a46b5dc544b615c8735d94ad25099..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/bp.css
+++ /dev/null
@@ -1,1349 +0,0 @@
-/**
- * The following are CSS styles extrapolated from the bp-default theme.
- * Use these styles as a guideline. You will probably need to adjust some
- * declarations so they will gel with your WP theme.
- */
-
-/*--------------------------------------------------------------
-1 - Activity
---------------------------------------------------------------*/
-#activity-stream {
-	margin-top: -5px;
-}
-#item-body form#whats-new-form {
-	border-bottom: 1px solid #ddd;
-	margin: 20px 0 10px;
-	padding-bottom: 20px;
-}
-.home-page form#whats-new-form {
-	border-bottom: none;
-	padding-bottom: 0;
-}
-form#whats-new-form h5 {
-	font-weight: normal;
-	font-size: 12px;
-	color: #888;
-	margin: 0;
-	margin-left: 76px;
-	padding: 0 0 3px 0;
-}
-form#whats-new-form #whats-new-avatar {
-	float: left;
-}
-form#whats-new-form #whats-new-content {
-	margin-left: 54px;
-	padding-left: 22px;
-}
-form#whats-new-form textarea {
-	background: #fff;
-	border: 1px inset #ccc;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
-	color: #555;
-	font-family: inherit;
-	font-size: 14px;
-	height: 20px;
-	padding: 6px;
-	width: 98%;
-}
-form#whats-new-form #whats-new-options select {
-	max-width: 200px;
-	margin-top: 12px;
-}
-form#whats-new-form #whats-new-submit {
-	float: right;
-	margin-top: 12px;
-}
-#whats-new-options {
-	overflow: auto;
-	height: 0;
-}
-#whats-new:focus {
-	border-color: rgba(31, 179, 221, 0.9) !important;
-	outline-color: rgba(31, 179, 221, 0.9);
-	box-shadow: 0 0 7px         rgba(31, 179, 221, 0.7);
-	-moz-box-shadow: 0 0 7px    rgba(31, 179, 221, 0.7);
-	-webkit-box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
-}
-
-/*--------------------------------------------------------------
-1.1 - Activity Listing
---------------------------------------------------------------*/
-ul.activity-list li {
-	overflow: hidden;
-	padding: 15px 0 0;
-}
-.activity-list .activity-avatar {
-	float: left;
-}
-ul.activity-list > li:first-child {
-	padding-top: 5px;
-}
-ul.item-list.activity-list li.has-comments {
-	padding-bottom: 15px;
-}
-body.activity-permalink ul.activity-list li.has-comments {
-	padding-bottom: 0;
-}
-.activity-list li.mini {
-	font-size: 11px;
-	min-height: 35px;
-	padding: 15px 0 0 0;
-	position: relative;
-}
-.activity-list li.mini .activity-avatar img.avatar,
-.activity-list li.mini .activity-avatar img.FB_profile_pic {
-	height: 20px;
-	margin-left: 30px;
-	width: 20px;
-}
-.activity-permalink .activity-list li.mini .activity-avatar img.avatar,
-.activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
-	height: auto;
-	margin-left: 0;
-	width: auto;
-}
-body.activity-permalink .activity-list > li:first-child {
-	padding-top: 0;
-}
-.activity-list li .activity-content {
-	position: relative;
-}
-.activity-list li.mini .activity-content p {
-	margin: 0;
-}
-.activity-list li.mini .activity-comments {
-	clear: both;
-	font-size: 12px;
-}
-body.activity-permalink li.mini .activity-meta {
-	margin-top: 4px;
-}
-.activity-list li .activity-inreplyto {
-	background: url( ../buddypress/bp-themes/bp-default/_inc/images/replyto_arrow.gif ) 7px 0 no-repeat;
-	color: #888;
-	font-size: 11px;
-	margin-left: 5px;
-	margin-top: 5px;
-	padding-left: 25px;
-}
-.activity-list li .activity-inreplyto > p {
-	margin: 0;
-	display: inline;
-}
-.activity-list li .activity-inreplyto blockquote,
-.activity-list li .activity-inreplyto div.activity-inner {
-	background: none;
-	border: none;
-	display: inline;
-	margin: 0;
-	overflow: hidden;
-	padding: 0;
-}
-.activity-list .activity-content {
-	margin-left: 70px;
-	margin-bottom: 15px;
-}
-body.activity-permalink .activity-list li .activity-content {
-	background: #fff;
-	border-bottom: 1px solid #ddd;
-	border-right: 1px solid #ddd;
-	-moz-border-radius: 4px;
-	-webkit-border-radius: 4px;
-	border-radius: 4px;
-	font-size: 16px;
-	line-height: 150%;
-	min-height: 35px;
-	margin-left: 185px;
-	margin-right: 0;
-	padding: 15px;
-}
-body.activity-permalink .activity-list li .activity-header > p {
-	background: url( ../buddypress/bp-themes/bp-default/_inc/images/activity_arrow.gif ) top left no-repeat;
-	height: 35px;
-	margin-bottom: 0;
-	margin-left: -35px;
-	padding: 5px 0 0 35px;
-}
-.activity-list .activity-content .activity-header,
-.activity-list .activity-content .comment-header {
-	color: #888;
-	font-size: 11px;
-	line-height: 220%;
-}
-.activity-header {
-	margin-right: 20px;
-}
-.activity-header a,
-.comment-meta a,
-.acomment-meta a {
-	text-decoration: none;
-}
-.activity-list .activity-content .activity-header img.avatar {
-	float: none !important;
-	margin: 0 5px -8px 0 !important;
-}
-a.bp-secondary-action,
-span.highlight {
-	font-size: 11px;
-	padding: 0;
-	margin-right: 5px;
-	text-decoration: none;
-}
-.activity-list .activity-content .activity-inner,
-.activity-list .activity-content blockquote {
-	margin: 10px 10px 5px 0;
-	overflow: hidden;
-}
-.activity-list li.new_forum_post .activity-content .activity-inner,
-.activity-list li.new_forum_topic .activity-content .activity-inner {
-	border-left: 2px solid #EAEAEA;
-	margin-left: 5px;
-	padding-left: 10px;
-}
-body.activity-permalink .activity-content .activity-inner,
-body.activity-permalink .activity-content blockquote {
-	margin-left: 0;
-	margin-top: 5px;
-}
-.activity-inner > p {
-	word-wrap: break-word;
-}
-.activity-inner > .activity-inner {
-	margin: 0 !important;
-}
-.activity-inner > blockquote {
-	margin: 0 !important;
-}
-.activity-list .activity-content img.thumbnail {
-	border: 2px solid #eee;
-	float: left;
-	margin: 0 10px 5px 0;
-}
-.activity-read-more {
-	margin-left: 1em;
-	white-space: nowrap;
-}
-.activity-list li.load-more {
-	background: #f0f0f0 !important;
-	border-right: 1px solid #ddd;
-	border-bottom: 1px solid #ddd;
-	-moz-border-radius: 4px;
-	-webkit-border-radius: 4px;
-	border-radius: 4px;
-	font-size: 1.2em;
-	margin: 15px 0 !important;
-	padding: 10px 15px !important;
-	text-align: center;
-}
-.activity-list li.load-more a {
-	color: #4D4D4D;
-}
-
-
-/*--------------------------------------------------------------
-1.2 - Activity Comments
---------------------------------------------------------------*/
-div.activity-meta {
-	margin: 18px 0;
-}
-body.activity-permalink div.activity-meta {
-	margin-bottom: 6px;
-}
-div.activity-meta a {
-	font: normal 11px/20px Arial, Tahoma, Verdana, sans-serif;
-	padding: 4px 8px;
-}
-a.activity-time-since {
-	color: #aaa;
-	text-decoration: none;
-}
-a.activity-time-since:hover {
-	color: #888;
-	text-decoration: underline;
-}
-a.bp-primary-action,
-#reply-title small a {
-	font-size: 11px;
-	margin-right: 5px;
-	text-decoration: none;
-}
-a.bp-primary-action span,
-#reply-title small a span {
-	background: #999;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
-	color: #fff;
-	font-size: 90%;
-	margin-left: 2px;
-	padding: 0 5px;
-}
-a.bp-primary-action:hover span,
-#reply-title small a:hover span {
-	background: #555;
-	color: #fff;
-}
-div.activity-comments {
-	margin: 0 0 0 70px;
-	overflow: hidden; /* IE fix */
-	position: relative;
-	width: auto;
-	clear: both;
-}
-body.activity-permalink div.activity-comments {
-	background: none;
-	margin-left: 185px;
-	width: auto;
-}
-div.activity-comments > ul {
-	background: #f5f5f5;
-	-moz-border-radius: 4px;
-	-webkit-border-radius: 4px;
-	border-radius: 4px;
-	padding: 0 0 0 10px;
-}
-div.activity-comments ul,
-div.activity-comments ul li {
-	border: none;
-	list-style: none;
-}
-div.activity-comments ul {
-	clear: both;
-}
-div.activity-comments ul li {
-	border-top: 2px solid #fff;
-	padding: 10px 0 0;
-}
-body.activity-permalink .activity-list li.mini .activity-comments {
-	clear: none;
-	margin-top: 0;
-}
-body.activity-permalink div.activity-comments ul li {
-	border-width: 1px;
-	padding: 10px 0 0 0;
-}
-div.activity-comments > ul > li:first-child {
-	border-top: none;
-}
-div.activity-comments ul li:last-child {
-	margin-bottom: 0;
-}
-div.activity-comments ul li > ul {
-	margin-left: 30px;
-	margin-top: 0;
-	padding-left: 10px;
-}
-body.activity-permalink div.activity-comments ul li > ul {
-	margin-top: 10px;
-}
-body.activity-permalink div.activity-comments > ul {
-	padding: 0 10px 0 15px;
-}
-div.activity-comments div.acomment-avatar img {
-	border-width: 2px !important;
-	float: left;
-	height: 25px;
-	margin-right: 10px;
-	width: 25px;
-}
-div.activity-comments div.acomment-content {
-	font-size: 11px;
-	margin: 5px 0 0 40px;
-}
-div.acomment-content .time-since,
-div.acomment-content .activity-delete-link,
-div.acomment-content .comment-header {
-	display: none;
-}
-body.activity-permalink div.activity-comments div.acomment-content {
-	font-size: 14px;
-}
-div.activity-comments div.acomment-meta {
-	color: #888;
-	font-size: 11px;
-}
-div.activity-comments form.ac-form {
-	background: #fafafa;
-	border: 1px solid #ddd;
-	-moz-border-radius: 4px;
-	-webkit-border-radius: 4px;
-	border-radius: 4px;
-	display: none;
-	margin: 0 0 15px 33px;
-	padding: 8px;
-}
-div.activity-comments li form.ac-form {
-	margin-right: 15px;
-	clear: both;
-}
-div.activity-comments form.root {
-	margin-left: 0;
-}
-div.activity-comments div#message {
-	margin-top: 15px;
-	margin-bottom: 0;
-}
-div.activity-comments form.loading {
-	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif );
-	background-position: 2% 95%;
-	background-repeat: no-repeat;
-}
-div.activity-comments form .ac-textarea {
-	background: #fff;
-	border: 1px inset #ccc;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
-	margin-bottom: 10px;
-	padding: 8px;
-}
-div.activity-comments form textarea {
-	border: none;
-	color: #555;
-	font-family: inherit;
-	font-size: 11px;
-	height: 60px;
-	padding: 0;
-	width: 100%;
-}
-div.activity-comments form input {
-	margin-top: 5px;
-}
-div.activity-comments form div.ac-reply-avatar {
-	float: left;
-}
-div.ac-reply-avatar img {
-	border: 2px solid #fff !important;
-}
-div.activity-comments form div.ac-reply-content {
-	color: #888;
-	font-size: 11px;
-	margin-left: 50px;
-	padding-left: 15px;
-}
-.acomment-options {
-	float: left;
-	margin: 5px 0 5px 40px;
-}
-.acomment-options a {
-	color: #999;
-}
-.acomment-options a:hover {
-	color: inherit;
-}
-
-
-/*--------------------------------------------------------------
-2 - Admin Bar
---------------------------------------------------------------*/
-#wp-admin-bar .padder {
-	width: 95% !important; /* Line up the admin bar with the content body in this theme */
-}
-
-
-/*--------------------------------------------------------------
-3 - Directories - Members, Groups, Blogs, Forums
---------------------------------------------------------------*/
-div.dir-search {
-	float: right;
-	margin: -39px 0 0 0;
-}
-div.dir-search input[type=text] {
-	font-size: 12px;
-	padding: 1px 3px;
-}
-
-
-/*--------------------------------------------------------------
-4 - Errors / Success Messages
---------------------------------------------------------------*/
-div#message {
-	margin: 0 0 15px;
-}
-#message.info {
-	margin-bottom: 0;
-}
-div#message.updated {
-	clear: both;
-}
-div#message p {
-	font-size: 12px;
-	display: block;
-	padding: 10px 15px;
-}
-div#message.error p {
-	background-color: #db1717;
-	border-color: #a71a1a;
-	clear: left;
-	color: #fff;
-}
-div#message.updated p {
-	background-color: #8ff57a;
-	border-color: #80cf70;
-	color: #1a6a00;
-}
-.standard-form#signup_form div div.error {
-	background: #e41717;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
-	color: #fff;
-	margin: 0 0 10px 0;
-	padding: 6px;
-	width: 90%;
-}
-div.accept,
-div.reject {
-	float: left;
-	margin-left: 10px;
-}
-ul.button-nav li {
-	float: left;
-	margin: 0 10px 10px 0;
-}
-ul.button-nav li.current a {
-	font-weight: bold;
-}
-
-
-/*--------------------------------------------------------------
-5 - Forms
---------------------------------------------------------------*/
-.standard-form textarea,
-.standard-form input[type=text],
-.standard-form select,
-.standard-form input[type=password],
-.dir-search input[type=text] {
-	border: 1px inset #ccc;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
-	color: #888;
-	font: inherit;
-	font-size: 14px;
-	padding: 6px;
-}
-.standard-form select {
-	padding: 3px;
-}
-.standard-form input[type=password] {
-	margin-bottom: 5px;
-}
-.standard-form label,
-.standard-form span.label {
-	display: block;
-	font-weight: bold;
-	margin: 15px 0 5px 0;
-}
-.standard-form div.checkbox label,
-.standard-form div.radio label {
-	color: #888;
-	font-size: 14px;
-	font-weight: normal;
-	margin: 5px 0 0 0;
-}
-.standard-form#sidebar-login-form label {
-	margin-top: 5px;
-}
-.standard-form input[type=text] {
-	width: 75%;
-}
-.standard-form#sidebar-login-form input[type=text],
-.standard-form#sidebar-login-form input[type=password] {
-	padding: 4px;
-	width: 95%;
-}
-.standard-form #basic-details-section input[type=password],
-.standard-form #blog-details-section input#signup_blog_url {
-	width: 35%;
-}
-.standard-form#signup_form input[type=text],
-.standard-form#signup_form textarea,
-.form-allowed-tags,
-#commentform input[type=text],
-#commentform textarea {
-	width: 90%;
-}
-.standard-form#signup_form div.submit {
-	float: right;
-}
-div#signup-avatar img {
-	margin: 0 15px 10px 0;
-}
-.standard-form textarea {
-	width: 75%;
-	height: 120px;
-}
-.standard-form textarea#message_content {
-	height: 200px;
-}
-.standard-form#send-reply textarea {
-	width: 97.5%;
-}
-.standard-form p.description {
-	color: #888;
-	font-size: 11px;
-	margin: 5px 0;
-}
-.standard-form div.submit {
-	clear: both;
-	padding: 15px 0 0 0;
-}
-.standard-form p.submit {
-	margin-bottom: 0;
-	padding: 15px 0 0 0;
-}
-.standard-form div.submit input {
-	margin-right: 15px;
-}
-.standard-form div.radio ul {
-	margin: 10px 0 15px 38px;
-	list-style: disc;
-}
-.standard-form div.radio ul li {
-	margin-bottom: 5px;
-}
-.standard-form a.clear-value {
-	display: block;
-	margin-top: 5px;
-	outline: none;
-}
-.standard-form #basic-details-section,
-.standard-form #blog-details-section,
-.standard-form #profile-details-section {
-	float: left;
-	width: 48%;
-}
-.standard-form #profile-details-section {
-	float: right;
-}
-.standard-form #blog-details-section {
-	clear: left;
-}
-.standard-form input:focus,
-.standard-form textarea:focus,
-.standard-form select:focus {
-	background: #fafafa;
-	color: #555;
-}
-form#send-invite-form {
-	margin-top: 20px;
-}
-div#invite-list {
-	background: #f5f5f5;
-	border: 1px solid #e4e4e4;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
-	height: 400px;
-	margin: 0 0 10px;
-	overflow: auto;
-	padding: 5px;
-	width: 160px;
-}
-button,
-a.button,
-input[type=submit],
-input[type=button],
-input[type=reset],
-ul.button-nav li a,
-div.generic-button a,
-.comment-reply-link {
-	background: #fff; /* Old browsers */
-	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
-	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
-	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
-	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
-	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
-	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
-	background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
-	border: 1px solid #ccc;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
-	color: #777;
-	cursor: pointer;
-	font: normal 12px/20px Arial, Tahoma, Verdana, sans-serif;
-	outline: none;
-	padding: 4px 10px;
-	text-align: center;
-	text-decoration: none;
-	line-height: 14px;
-}
-button:hover,
-a.button:hover,
-a.button:focus,
-input[type=submit]:hover,
-input[type=button]:hover,
-input[type=reset]:hover,
-ul.button-nav li a:hover,
-ul.button-nav li.current a,
-div.generic-button a:hover,
-.comment-reply-link:hover {
-	background: #ededed;
-	background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
-	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
-	background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
-	background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
-	background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
-	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
-	background: linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
-	border: 1px solid #bbb;
-	color: #555;
-	outline: none;
-	text-decoration: none;
-}
-
-/*--------------------------------------------------------------
-6 - Ajax Loading
---------------------------------------------------------------*/
-a.loading,
-input.loading {
-    background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif );
-    background-position: 95% 50%;
-    background-repeat: no-repeat;
-    padding-right: 25px;
-}
-a.loading:hover,
-input.loading:hover {
-    background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif );
-    background-position: 95% 50%;
-    background-repeat: no-repeat;
-    padding-right: 25px;
-    color: #777;
-}
-a.button.loading,
-input[type="submit"].loading,
-input[type="button"].loading,
-input[type="reset"].loading {
-	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif ), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
-	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
-	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif ), -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
-	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif ), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
-	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif ), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
-	filter: progid:DXImageTransform.Microsoft.gradient( enabled=0 ); /* IE6-9 */
-	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif ), linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
-	background-position: 95% 50%;
-	background-repeat: no-repeat;
-	padding-right: 25px;
-}
-a.button.loading:hover,
-input[type="submit"].loading:hover,
-input[type="button"].loading:hover,
-input[type="reset"].loading:hover {
-  	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif ), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
-	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
-	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif ), -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
-	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif ), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
-	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif ), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
-	filter: progid:DXImageTransform.Microsoft.gradient( enabled=0 ); /* IE6-9 */
-	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif ), linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
-	border: 1px solid #ccc;
-	padding-right: 25px;
-}
-input[type="submit"].pending,
-input[type="button"].pending,
-input[type="reset"].pending,
-input[type="submit"].disabled,
-input[type="button"].disabled,
-input[type="reset"].disabled,
-button.pending,
-button.disabled,
-div.pending a,
-a.disabled {
-    border-color: #eee;
-    color: #bbb;
-    cursor: default;
-}
-input[type="submit"]:hover.pending,
-input[type="button"]:hover.pending,
-input[type="reset"]:hover.pending,
-input[type="submit"]:hover.disabled,
-input[type="button"]:hover.disabled,
-input[type="reset"]:hover.disabled,
-button.pending:hover,
-button.disabled:hover,
-div.pending a:hover,
-a.disabled:hover {
-	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
-	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
-	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
-	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
-	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
-	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
-	background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
-    border-color: #eee;
-    color: #bbb;
-}
-
-
-/*--------------------------------------------------------------
-7 - Forums, Tables and Topics
---------------------------------------------------------------*/
-ul#topic-post-list {
-	margin: 0px -19px 15px;
-	width: auto;
-}
-ul#topic-post-list li {
-	padding: 15px;
-	position: relative;
-}
-ul#topic-post-list li.alt {
-	background: #f5f5f5;
-}
-ul#topic-post-list li div.poster-meta {
-	color: #888;
-	margin-bottom: 10px;
-}
-ul#topic-post-list li div.post-content {
-	margin-left: 54px;
-}
-div.topic-tags {
-	font-size: 11px;
-	float: right;
-	margin-top: -25px;
-}
-div.admin-links {
-	color: #888;
-	font-size: 11px;
-	position: absolute;
-	top: 15px;
-	right: 25px;
-}
-div#topic-meta {
-	margin: -10px -19px;
-	padding: 5px 19px 30px;
-	position: relative;
-}
-div#topic-meta div.admin-links {
-	right: 19px;
-	top: -36px;
-}
-div#topic-meta h3 {
-	font-size: 20px;
-	margin: 5px 0;
-}
-div#new-topic-post {
-	display: none;
-	margin: 20px 0 0 0;
-	padding: 1px 0 0 0;
-}
-table {
-	width: 100%;
-}
-table thead tr {
-	background: #eaeaea;
-}
-table#message-threads {
-	margin: 0 -19px;
-	width: auto;
-}
-table.profile-fields {
-	margin-bottom: 20px;
-}
-table.profile-fields:last-child {
-	margin-bottom: 0;
-}
-table.profile-fields p {
-	margin-top: 15px;
-}
-table.profile-fields p:last-child {
-	margin-top: 0;
-}
-div#sidebar table {
-	margin: 0 -16px;
-	width: 117%;
-}
-table tr td,
-table tr th {
-	vertical-align: middle;
-}
-table tr td.label {
-	border-right: 1px solid #eaeaea;
-	font-weight: bold;
-	width: 25%;
-}
-table tr td.thread-info p {
-	margin: 0;
-}
-table tr td.thread-info p.thread-excerpt {
-	color: #888;
-	font-size: 11px;
-	margin-top: 3px;
-}
-div#sidebar table td,
-table.forum td {
-	text-align: center;
-}
-table tr.alt td {
-	background: #f5f5f5;
-}
-table.notification-settings {
-	margin-bottom: 20px;
-	text-align: left;
-}
-#groups-notification-settings {
-	margin-bottom: 0;
-}
-table.notification-settings th.icon,
-table.notification-settings td:first-child {
-	display: none;
-}
-table.notification-settings th.title {
-	width: 80%;
-}
-table.notification-settings .yes,
-table.notification-settings .no {
-	text-align: center;
-	width: 40px;
-}
-table.forum {
-	margin: 0 -19px;
-	width: auto;
-}
-table.forum tr.sticky td {
-	font-size: 1.2em;
-	background: #fff9db;
-	border-top: 1px solid #ffe8c4;
-	border-bottom: 1px solid #ffe8c4;
-}
-table.forum tr.closed td.td-title {
-	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/closed.png );
-	background-position: 15px 50%;
-	background-repeat: no-repeat;
-	padding-left: 35px;
-}
-table.forum td p.topic-text {
-	color: #888;
-	font-size: 13px;
-}
-table.forum tr > td:first-child,
-table.forum tr > th:first-child {
-	padding-left: 15px;
-}
-table.forum tr > td:last-child,
-table.forum tr > th:last-child {
-	padding-right: 15px;
-}
-table.forum tr th#th-title,
-table.forum tr th#th-poster,
-table.forum tr th#th-group,
-table.forum td.td-poster,
-table.forum td.td-group,
-table.forum td.td-title {
-	text-align: left;
-}
-table.forum tr td.td-title a.topic-title {
-	font-size: 1.2em;
-}
-table.forum td.td-freshness {
-	white-space: nowrap;
-}
-table.forum td.td-freshness span.time-since {
-	font-size: 0.9em;
-	color: #888;
-}
-table.forum td img.avatar {
-	float: none;
-	margin: 0 5px -8px 0;
-}
-table.forum td.td-poster,
-table.forum td.td-group {
-	min-width: 140px;
-}
-table.forum th#th-title {
-	width: 80%;
-}
-table.forum th#th-freshness {
-	width: 25%;
-}
-table.forum th#th-postcount {
-	width: 15%;
-}
-table.forum p.topic-meta {
-	font-size: 0.9em;
-	margin: 5px 0 0 0;
-}
-
-/*--------------------------------------------------------------
-8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
---------------------------------------------------------------*/
-.item-body {
-	margin: 20px 0;
-}
-span.activity {
-	display: inline-block;
-	font-size: 11px;
-	opacity: 0.8;
-	padding: 1px 8px;
-}
-span.user-nicename {
-	color: #777;
-	display: inline-block;
-	font-size: 16px;
-	font-weight: bold;
-}
-span.activity,
-div#message p {
-	border: 1px solid #e1ca82;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
-	font-weight: normal;
-	margin-top: 3px;
-	text-decoration: none;
-	background: #ffeaa6;
-	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
-	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .5)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
-	background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
-	background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
-	background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
-	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
-}
-div#item-header {
-	overflow: hidden;
-}
-div#item-header div#item-header-content {
-	margin-left: 170px;
-}
-div#item-header h2 {
-	font-size: 28px;
-	line-height: 120%;
-	margin: 0 0 15px 0;
-}
-div#item-header h2 a {
-	color: #777;
-	text-decoration: none;
-}
-div#item-header img.avatar {
-	float: left;
-	margin: 0 15px 19px 0;
-}
-div#item-header h2 {
-	margin-bottom: 5px;
-}
-div#item-header span.activity,
-div#item-header h2 span.highlight {
-	font-size: 11px;
-	font-weight: normal;
-	line-height: 170%;
-	margin-bottom: 7px;
-	vertical-align: middle;
-}
-div#item-header h2 span.highlight {
-	font-size: 16px;
-}
-div#item-header h2 span.highlight span {
-	background: #a1dcfa;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
-	color: #fff;
-	cursor: pointer;
-	font-weight: bold;
-	font-size: 11px;
-	margin-bottom: 2px;
-	padding: 1px 4px;
-	position: relative;
-	right: -2px;
-	top: -2px;
-	vertical-align: middle;
-}
-div#item-header div#item-meta {
-	font-size: 14px;
-	color: #aaa;
-	overflow: hidden;
-	margin: 15px 0 5px 0;
-	padding-bottom: 10px;
-}
-div#item-header div#item-actions {
-	float: right;
-	margin: 0 0 15px 15px;
-	text-align: right;
-	width: 20%;
-}
-div#item-header div#item-actions h3 {
-	font-size: 12px;
-	margin: 0 0 5px 0;
-}
-div#item-header ul {
-	margin-bottom: 15px;
-	overflow: hidden;
-}
-div#item-header ul h5,
-div#item-header ul span,
-div#item-header ul hr {
-	display: none;
-}
-div#item-header ul li {
-	float: right;
-}
-div#item-header ul img.avatar,
-div#item-header ul.avatars img.avatar {
-	height: 30px;
-	margin: 2px;
-	width: 30px;
-}
-div#item-header div.generic-button,
-div#item-header a.button {
-	float: left;
-	margin: 10px 10px 0 0;
-}
-div#item-header div#message.info {
-	line-height: 80%;
-}
-ul.item-list {
-	width: 100%;
-}
-ul.item-list li {
-	border-bottom: 1px solid #eaeaea;
-	padding: 15px 0;
-	position: relative;
-}
-ul.item-list.activity-list li {
-	padding-bottom: 0;
-}
-ul.single-line li {
-	border: none;
-}
-ul.item-list li img.avatar {
-	float: left;
-	margin: 0 10px 0 0;
-}
-ul.item-list li div.item-title,
-ul.item-list li h4 {
-	font-weight: normal;
-	font-size: 14px;
-	margin: 0;
-	width: 75%;
-}
-ul.item-list li div.item-title span {
-	color: #999;
-	font-size: 12px;
-}
-ul.item-list li div.item-desc {
-	color: #888;
-	font-size: 11px;
-	margin: 10px 0 0 64px;
-	width: 50%;
-}
-ul.item-list li div.action {
-	position: absolute;
-	top: 15px;
-	right: 0;
-	text-align: right;
-}
-ul.item-list li div.meta {
-	color: #888;
-	font-size: 11px;
-	margin-top: 10px;
-}
-ul.item-list li h5 span.small {
-	float: right;
-	font-size: 11px;
-	font-weight: normal;
-}
-div.item-list-tabs {
-	background: #eaeaea;
-	clear: left;
-	margin: 25px -19px 20px -19px;
-	overflow: hidden;
-}
-div.item-list-tabs ul li a {
-	text-decoration: none;
-	height: 20px;
-}
-div.item-list-tabs ul {
-	width: 100%;
-}
-div.item-list-tabs ul li {
-	float: left;
-	list-style-type: none;
-	margin: 5px 0 0 5px;
-}
-div.item-list-tabs#subnav ul li {
-	margin-top: 0;
-}
-div.item-list-tabs ul li:first-child {
-	margin-left: 20px;
-}
-div.item-list-tabs ul li.last {
-	float: right;
-	margin: 7px 20px 0 0;
-}
-div.item-list-tabs#subnav ul li.last {
-	margin-top: 4px;
-}
-div.item-list-tabs ul li.last select {
-	max-width: 175px;
-}
-div.item-list-tabs ul li a,
-div.item-list-tabs ul li span {
-	display: block;
-	padding: 5px 10px;
-	text-decoration: none;
-}
-div.item-list-tabs ul li a span {
-	background: #1fb3dd;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
-	color: #fff;
-	display: inline;
-	font-size: 90%;
-	margin-left: 2px;
-	padding: 1px 6px;
-}
-div.item-list-tabs ul li.selected a,
-div.item-list-tabs ul li.current a {
-	background-color: #fff;
-	-moz-border-radius-topleft: 3px;
-	-webkit-border-top-left-radius: 3px;
-	-moz-border-radius-topright: 3px;
-	-webkit-border-top-right-radius: 3px;
-	border-top-left-radius: 3px;
-	border-top-right-radius: 3px;
-	color: #555;
-	font-weight: bold;
-}
-div.item-list-tabs ul li.selected a span,
-div.item-list-tabs ul li.current a span,
-div.item-list-tabs ul li a:hover span {
-	background-color: #999;
-}
-div.item-list-tabs ul li.selected a span,
-div.item-list-tabs ul li.current a span {
-	background-color: #555;
-}
-ul li.loading a {
-	background-image: url( ../buddypress/bp-themes/bp-default/_inc/images/ajax-loader.gif );
-	background-position: 92% 50%;
-	background-repeat: no-repeat;
-	padding-right: 30px !important;
-}
-div#item-nav ul li.loading a {
-	background-position: 88% 50%;
-}
-div.item-list-tabs#object-nav {
-	margin-top: 0;
-}
-div.item-list-tabs#subnav {
-	background: #fff;
-	border-bottom: 1px solid #eaeaea;
-	margin: -15px -19px 15px -19px;
-	min-height: 35px;
-	overflow: hidden;
-}
-div.item-list-tabs ul li.feed a {
-	background: url( ../buddypress/bp-themes/bp-default/_inc/images/rss.png ) center left no-repeat;
-	padding-left: 20px;
-}
-#admins-list li {
-	overflow: auto;
-}
-
-
-/*--------------------------------------------------------------
-9 - Private Messaging Threads
---------------------------------------------------------------*/
-table#message-threads tr.unread td {
-	background: #fff9db;
-	border-top: 1px solid #ffe8c4;
-	border-bottom: 1px solid #ffe8c4;
-	font-weight: bold;
-}
-li span.unread-count,
-tr.unread span.unread-count {
-	background: #dd0000;
-	-moz-border-radius: 3px;
-	-webkit-border-radius: 3px;
-	border-radius: 3px;
-	color: #fff;
-	font-weight: bold;
-	padding: 2px 8px;
-}
-div.item-list-tabs ul li a span.unread-count {
-	padding: 1px 6px;
-	color: #fff;
-}
-div.messages-options-nav {
-	background: #eee;
-	font-size: 11px;
-	margin: 0 -19px;
-	padding: 5px 15px;
-	text-align: right;
-}
-div#message-thread div.message-box {
-	margin: 0 -19px;
-	padding: 15px;
-}
-div#message-thread div.alt {
-	background: #f4f4f4;
-}
-div#message-thread p#message-recipients {
-	margin: 10px 0 20px 0;
-}
-div#message-thread img.avatar {
-	float: left;
-	margin: 0 10px 0 0;
-	vertical-align: middle;
-}
-div#message-thread strong {
-	font-size: 16px;
-	margin: 0;
-}
-div#message-thread strong a {
-	text-decoration: none;
-}
-div#message-thread strong span.activity {
-	margin: 4px 0 0 10px;
-}
-div#message-thread div.message-metadata {
-	overflow: hidden;
-}
-div#message-thread div.message-content {
-	margin-left: 45px;
-}
-div#message-thread div.message-options {
-	text-align: right;
-}
-
-
-/*--------------------------------------------------------------
-10 - Pagination
---------------------------------------------------------------*/
-.padder div.pagination {
-	background: #f4f4f4;
-	border: none;
-	color: #888;
-	font-size: 11px;
-	height: 19px;
-	margin: -20px -19px 0px -19px;
-	padding: 8px 20px;
-	position: relative;
-}
-.padder div.pagination .pag-count {
-	float: left;
-}
-.padder div.pagination .pagination-links {
-	float: right;
-}
-.padder div.pagination .pagination-links span,
-.padder div.pagination .pagination-links a {
-	font-size: 12px;
-	padding: 0 5px;
-}
-.padder div.pagination .pagination-links a:hover {
-	font-weight: bold;
-}
-.padder div#pag-bottom {
-	margin-top: -1px;
-}
-.padder #nav-above {
-	display: none;
-}
-.padder .paged #nav-above {
-	display: block;
-}
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/bpt-admin.php b/wp-content/plugins/bp-template-pack/bpt-admin.php
deleted file mode 100644
index abc3d8ba68b3655e7c70e068e3302e6b6e4d8e1b..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/bpt-admin.php
+++ /dev/null
@@ -1,415 +0,0 @@
-<?php
-/**
- * BP Template Pack Admin
- *
- * Adds admin page to copy over BP templates and deactivation hooks.
- *
- * @package BP_TPack
- * @subpackage Admin
- */
-
-// Exit if accessed directly
-if ( !defined( 'ABSPATH' ) ) exit;
-
-/**
- * When BPT is deactivated, remove a few options from the DB
- */
-function bp_tpack_deactivate() {
-	/* Cleanup */
-	delete_option( 'bp_tpack_disable_js' );
-	delete_option( 'bp_tpack_disable_css' );
-	delete_option( 'bp_tpack_configured' );
-}
-register_deactivation_hook( __FILE__, 'bp_tpack_deactivate' );
-
-/**
- * Adds the BPT admin page under the "Themes" menu.
- */
-function bp_tpack_add_theme_menu() {
-	add_theme_page( __( 'BP Compatibility', 'bp-tpack' ), __( 'BP Compatibility', 'bp-tpack' ), 'switch_themes', 'bp-tpack-options', 'bp_tpack_theme_menu' );
-}
-add_action( 'admin_menu', 'bp_tpack_add_theme_menu' );
-
-/**
- * Loads custom language file.
- */
-function bp_tpack_load_language() {
-	load_plugin_textdomain( 'bp-tpack', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' );
-}
-add_action( 'plugins_loaded', 'bp_tpack_load_language', 9 );
-
-/**
- * Adds an admin notice if BPT hasn't been setup yet.
- */
-function bp_tpack_admin_notices() {
-	global $wp_version;
-
-	// if WP version is less than 3.2, show notice when on TPack options page
-	if ( isset( $_GET['page'] ) && 'bp-tpack-options' == $_GET['page'] ) {
-		if ( version_compare( $wp_version, '3.2', '<' ) ) {
-		?>
-			<div class="error">
-				<p><?php _e( "Hey you! You're using an older version of WordPress.  Please upgrade to <strong>WordPress 3.2</strong>, otherwise the javascript bundled with BuddyPress will cease to work with your WordPress theme.", 'bp-tpack' ); ?></p>
-			</div>
-		<?php
-		}
-
-		return;
-	}
-
-	if ( !(int)get_option( 'bp_tpack_configured' ) ) {
-		?>
-
-		<div id="message" class="updated fade">
-			<p><?php printf( __( 'You have activated the BuddyPress Template Pack, but you haven\'t completed the setup process. Visit the <a href="%s">BP Compatibility</a> page to wrap up.', 'bp-tpack' ), add_query_arg( 'page', 'bp-tpack-options', admin_url( 'themes.php' ) ) ) ?></p>
-		</div>
-
-		<?php
-	}
-}
-add_action( 'admin_notices', 'bp_tpack_admin_notices' );
-
-/**
- * Output the BPT admin page
- */
-function bp_tpack_theme_menu() {
-	if ( !empty( $_GET['finish'] ) )
-		update_option( 'bp_tpack_configured', 1 );
-
-	if ( !empty( $_GET['reset'] ) )
-		delete_option( 'bp_tpack_configured' );
-
-	if (   !file_exists( get_query_template('bp-tpack', array('activity', 'blogs', 'forums', 'groups', 'members', 'registration') ) ) ) {
-		$step = 1;
-
-		if ( !empty( $_GET['move'] ) ) {
-			$step = 2;
-			$error = false;
-
-			/* Attempt to move the directories */
-			if ( !bp_tpack_move_templates() )
-				$error = true;
-		}
-
-		/* Make sure we reset if template files have been deleted. */
-		delete_option( 'bp_tpack_configured' );
-	} else
-		$step = 3;
-
-	if ( !empty( $_POST['bp_tpack_save'] ) ) {
-		/* Save options */
-		if ( !empty( $_POST['bp_tpack_disable_css'] ) )
-			update_option( 'bp_tpack_disable_css', 1 );
-		else
-			delete_option( 'bp_tpack_disable_css' );
-
-		if ( !empty( $_POST['bp_tpack_disable_js'] ) )
-			update_option( 'bp_tpack_disable_js', 1 );
-		else
-			delete_option( 'bp_tpack_disable_js' );
-	}
-
-	if ( !(int)get_option( 'bp_tpack_configured' ) ) {
-?>
-	<div class="wrap">
-		<h2><?php _e( 'Making Your Theme BuddyPress Compatible', 'bp-tpack' ); ?></h2>
-
-		<p><?php _e( 'Adding support for BuddyPress to your existing WordPress theme is a straightforward process. Follow the setup instructions on this page.', 'bp-tpack' ); ?></p>
-
-		<?php switch( $step ) {
-			case 1: ?>
-
-				<h2><?php _e( 'Step One: Moving template files automatically', 'bp-tpack' ); ?></h2>
-
-				<p><?php _e( 'BuddyPress needs some extra template files in order to display its pages correctly. This plugin will attempt to automatically move the necessary files into your current theme.', 'bp-tpack' ); ?></p>
-
-				<p><?php _e( 'Click the button below to start the process.', 'bp-tpack' ); ?></p>
-
-				<p><a class="button" href="?page=bp-tpack-options&move=1"><?php _e( 'Move Template Files', 'bp-tpack' ); ?></a></p>
-
-			<?php break; ?>
-
-		<?php case 2: ?>
-
-				<?php if ( $error ) : ?>
-
-					<h2><?php _e( 'Step Two: Moving templates manually', 'bp-tpack' ); ?></h2>
-
-					<p><?php _e( "<strong>Moving templates failed.</strong> There was an error when trying to move the templates automatically. This probably means that we don't have the correct permissions. That's all right - it just means you'll have to move the template files manually.", 'bp-tpack' ); ?></p>
-
-					<p><?php _e( 'You will need to connect to your WordPress files using FTP. When you are connected browse to the following directory:', 'bp-tpack' ); ?><p>
-
-					<p><code><?php echo BP_PLUGIN_DIR . '/bp-themes/bp-default/' ?></code></p>
-
-					<p><?php _e( 'In this directory you will find six folders (/activity/, /blogs/, /forums/, /groups/, /members/, /registration/). If you want to use all of the features of BuddyPress then you must move these six directories to the following folder:', 'bp-tpack' ); ?></p>
-
-					<p><code><?php echo get_stylesheet_directory() . '/' ?></code></p>
-
-					<p><?php _e( "If you decide that you don't want to use a feature of BuddyPress, then you can actually ignore the template folders for these features. For example, if you don't want to use the groups and forums features, you can simply avoid copying the /groups/ and /forums/ template folders to your active theme. (If you're not sure what to do, just copy all six folders over to your theme directory.)", 'bp-tpack' ); ?></p>
-
-					<p><?php _e( 'Once you have correctly copied the folders into your active theme, please use the button below to move onto step three.', 'bp-tpack' ); ?></p>
-
-					<p><a href="?page=bp-tpack-options" class="button"><?php _e( "I've finished moving template folders", 'bp-tpack' ); ?></a></p>
-
-				<?php else : ?>
-
-					<h2><?php _e( 'Templates moved successfully!', 'bp-tpack' ); ?></h2>
-
-					<p><?php _e( 'Great news! BuddyPress templates are now in the correct position in your theme, which means that we can skip Step Two: Moving Templates Manually, and move directly to Step Three. Cool!', 'bp-tpack' ); ?></p>
-
-					<p><a class="button" href="?page=bp-tpack-options"><?php _e( 'Continue to Step Three', 'bp-tpack' ); ?></a></p>
-
-				<?php endif; ?>
-
-		<?php break; ?>
-		<?php case 3: ?>
-			<h2><?php _e( 'Step Three: Tweaking your layout', 'bp-tpack' ); ?></h2>
-
-			<p><?php printf( __( 'Now that the template files are in the correct location, <a href="%s" target="_blank">check out your site</a>. (You can come back to the current page at any time, by visiting Dashboard > Appearance > BP Compatibility.) You should see a BuddyPress admin bar at the top of the page. Try visiting some of the links in the "My Account" menu. If everything has gone right up to this point, you should be able to see your BuddyPress content.', 'bp-tpack' ), get_bloginfo( 'url' ) ) ?></p>
-
-			<p><?php _e( 'If you find that the pages are not quite aligned correctly, or the content is overlapping the sidebar, you may need to tweak the template HTML. Please follow the "fixing alignment" instructions below. If the content in your pages is aligned to your satisfaction, then you can skip to the "Finishing Up" section at the bottom of this page.', 'bp-tpack' ); ?></p>
-
-			<h3><?php _e( 'Fixing Alignment', 'bp-tpack' ); ?></h3>
-
-			<p><?php _e( 'By default BuddyPress templates use this HTML structure:', 'bp-tpack' ); ?></p>
-
-<p><pre><code style="display: block; width: 40%; padding-left: 15px;">
-[HEADER]
-
-&lt;div id="container"&gt;
-	&lt;div id="content"&gt;
-		[PAGE CONTENT]
-	&lt;/div&gt;
-
-	&lt;div id="sidebar"&gt;
-		[SIDEBAR CONTENT]
-	&lt;/div&gt;
-&lt;/div&gt;
-
-[FOOTER]
-
-</code></pre></p>
-
-			<p><?php _e( "If BuddyPress pages are not aligned correctly, then you may need to modify some of the templates to match your theme's HTML structure. The best way to do this is to access your theme's files, via FTP, at:", 'bp-tpack' ); ?></p>
-
-			<p><code><?php echo get_stylesheet_directory() . '/' ?></code></p>
-
-			<p><?php _e( 'Open up the <code>page.php</code> file (if this does not exist, use <code>index.php</code>). Make note of the HTML template structure of the file, specifically the <code>&lt;div&gt;</code> tags that surround the content and sidebar.', 'bp-tpack' ); ?></p>
-
-			<p><?php _e( 'You will need to change the HTML structure in the BuddyPress templates that you copied into your theme to match the structure in your <code>page.php</code> or <code>index.php</code> file.', 'bp-tpack' ); ?></p>
-
-			<?php if ( version_compare( BP_VERSION, '1.3' ) > 0 ) : ?>
-				<p><?php _e( "There are two methods for making the necessary template changes.", 'bp-tpack' ) ?></p>
-
-				<ol>
-					<li>
-						<?php _e( "The first method is to locate the following templates (leave out any folders that you didn't copy over in Step Two):", 'bp-tpack' ) ?>
-
-			<?php else : ?>
-				<p><?php _e( 'The files that you need to edit are as follows (leave out any folders you have not copied over in step two):', 'bp-tpack' ); ?></p>
-			<?php endif; ?>
-
-			<ul style="list-style: disc; margin-left: 40px;">
-				<li><code><?php echo '/activity/index.php' ?></code></li>
-				<li><code><?php echo '/blogs/index.php' ?></code></li>
-				<li><code><?php echo '/forums/index.php' ?></code></li>
-				<li><code><?php echo '/groups/index.php' ?></code></li>
-				<li><code><?php echo '/groups/create.php' ?></code></li>
-				<li><code><?php echo '/groups/single/home.php' ?></code></li>
-				<li><code><?php echo '/groups/single/plugins.php' ?></code></li>
-				<li><code><?php echo '/members/index.php' ?></code></li>
-				<li><code><?php echo '/members/single/home.php' ?></code></li>
-				<li><code><?php echo '/members/single/plugins.php' ?></code></li>
-				<li><code><?php echo '/members/single/settings/delete-account.php' ?></code></li>
-				<li><code><?php echo '/members/single/settings/notifications.php' ?></code></li>
-				<li><code><?php echo '/members/single/settings/general.php' ?></code></li>
-				<li><code><?php echo '/registration/register.php' ?></code></li>
-				<li><code><?php echo '/registration/activate.php' ?></code></li>
-
-				<?php if ( is_multisite() ) : ?>
-					<li><code><?php echo '/blogs/create.php' ?></code></li>
-				<?php endif; ?>
-			</ul>
-
-			<?php if ( version_compare( BP_VERSION, '1.3' ) > 0 ) : ?>
-					</li>
-
-					<li>
-						<p><?php _e( "Alternatively, you may find it easier to make copies of your theme's <code>header.php</code>, <code>sidebar.php</code> and <code>footer.php</code> and rename them to <code>header-buddypress.php</code>, <code>sidebar-buddypress.php</code>, and <code>footer-buddypress.php</code>.", 'bp-tpack' ); ?></p>
-
-						<p><?php _e( "Then you can alter the structure of these new template files (<code>header-buddypress.php</code>, <code>sidebar-buddypress.php</code>, and <code>footer-buddypress.php</code>) to resemble your theme's <code>page.php</code> (or <code>index.php</code>).", 'bp-tpack' ); ?></p>
-					</li>
-				</ol>
-			<?php endif; ?>
-
-			<p><?php _e( 'Once you are done matching up the HTML structure of your theme in these template files, please take another look through your site. You should find that BuddyPress pages now fit inside the content structure of your theme.', 'bp-tpack' ); ?></p>
-
-			<h3><?php _e( 'Finishing Up', 'bp-tpack' ); ?></h3>
-
-			<p><?php _e( "You're now all done with the conversion process. Your WordPress theme will now happily provide BuddyPress compatibility support. Once you hit the finish button you will be presented with a new permanent theme options page, which will allow you to tweak some settings.", 'bp-tpack' ); ?></p>
-
-			<p><a href="?page=bp-tpack-options&finish=1" class="button-primary"><?php _e( 'Finish', 'bp-tpack' ); ?></a></p>
-			<p>&nbsp;</p>
-
-		<?php break;?>
-
-		<?php } ?>
-	</div>
-
-<?php } else { // The theme steps have been completed, just show the permanent page ?>
-
-	<div class="wrap">
-
-		<h2><?php _e( 'BuddyPress Theme Compatibility', 'bp-tpack' ); ?></h2>
-
-		<?php if ( !empty( $_GET['finish'] ) ) : ?>
-			<div id="message">
-				<p><strong><?php _e( 'Congratulations, you have completed the BuddyPress theme compatibility setup procedure!', 'bp-tpack' ); ?></strong></p>
-			</div>
-		<?php endif; ?>
-
-		<form action="" name="bp-tpack-settings" method="post" style="width: 60%; float: left; margin-right: 3%;">
-
-			<p><strong><input type="checkbox" name="bp_tpack_disable_css" value="1"<?php if ( (int)get_option( 'bp_tpack_disable_css' ) ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'Disable BP Template Pack CSS', 'bp-tpack' ); ?></strong></p>
-			<p>
-				<small style="display: block; margin-left:18px; font-size: 11px"><?php _e( "The BuddyPress template pack comes with basic wireframe CSS styles that will format the layout of BuddyPress pages. You can extend upon these styles in your theme's CSS file, or simply turn them off and build your own styles.", 'bp-tpack' ); ?></small>
-			</p>
-
-			<p style="margin-top: 20px;"><strong><input type="checkbox" name="bp_tpack_disable_js" value="1"<?php if ( (int)get_option( 'bp_tpack_disable_js' ) ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'Disable BP Template Pack JS / AJAX', 'bp-tpack' ); ?></strong></p>
-				<small style="display: block; margin-left:18px; font-size: 11px"><?php _e( 'The BuddyPress template pack will automatically integrate the BuddyPress default theme javascript and AJAX functionality into your theme. You can switch this off, however the experience will be somewhat degraded.', 'bp-tpack' ); ?></small>
-
-			<p class="submit">
-				<input type="submit" name="bp_tpack_save" value="<?php _e( 'Save Settings', 'bp-tpack' ); ?>" class="button" />
-			</p>
-		</form>
-
-		<div style="float: left; width: 37%;">
-
-			<?php /* In BP 1.5+, we remove the "BuddyPress is ready" message dynamically */ ?>
-			<?php if ( version_compare( BP_VERSION, '1.3' ) <= 0 ) : ?>
-				<p style="line-height: 180%; border: 1px solid #eee; background: #fff; padding: 5px 10px;"><?php _e( '<strong>NOTE:</strong> To remove the "BuddyPress is ready" message you will need to add a "buddypress" tag to your theme. You can do this by editing the <code>style.css</code> file of your active theme and adding the tag to the "Tags:" line in the comment header.', 'bp-tpack' ); ?></p>
-			<?php endif ?>
-
-			<h4><?php _e( 'Navigation Links', 'bp-tpack' ); ?></h4>
-
-			<p><?php _e( 'You may want to add new navigation tabs or links to your theme to link to BuddyPress directory pages. The default set of links are:', 'bp-tpack' ); ?></p>
-				<ul>
-					<?php if ( bp_is_active( 'activity' ) ) : ?>
-						<li><?php _e( 'Activity', 'bp-tpack' ); ?>: <a href="<?php echo get_option('home') . '/' . bp_get_root_slug( BP_ACTIVITY_SLUG ) . '/'; ?>"><?php echo get_option('home') . '/' . BP_ACTIVITY_SLUG . '/'; ?></a></li>
-					<?php endif ?>
-
-					<li><?php _e( 'Members', 'bp-tpack' ); ?>: <a href="<?php echo get_option('home') . '/' . bp_get_root_slug( BP_MEMBERS_SLUG ) . '/'; ?>"><?php echo get_option('home') . '/' . BP_MEMBERS_SLUG . '/'; ?></a></li>
-
-					<?php if ( bp_is_active( 'groups' ) ) : ?>
-						<li><?php _e( 'Groups', 'bp-tpack' ); ?>: <a href="<?php echo get_option('home') . '/' . bp_get_root_slug( BP_GROUPS_SLUG ) . '/'; ?>"><?php echo get_option('home') . '/' . BP_GROUPS_SLUG . '/'; ?></a></li>
-					<?php endif ?>
-
-					<?php if ( bp_is_active( 'forums' ) ) : ?>
-						<li><?php _e( 'Forums', 'bp-tpack' ); ?>: <a href="<?php echo get_option('home') . '/' . bp_get_root_slug( BP_FORUMS_SLUG ) . '/'; ?>"><?php echo get_option('home') . '/' . BP_FORUMS_SLUG . '/'; ?></a></li>
-					<?php endif ?>
-
-					<li><?php _e( 'Register', 'bp-tpack' ); ?>: <a href="<?php echo get_option('home') . '/' . bp_get_root_slug( BP_REGISTER_SLUG ) . '/'; ?>"><?php echo get_option('home') . '/' . BP_REGISTER_SLUG . '/'; ?></a> <?php _e( '(registration must be enabled)', 'bp-tpack' ); ?></li>
-
-					<?php if ( is_multisite() && bp_is_active( 'blogs' ) ) : ?>
-						<li><?php _e( 'Blogs', 'bp-tpack' ); ?>: <a href="<?php echo get_option('home') . '/' . bp_get_root_slug( BP_BLOGS_SLUG ) . '/'; ?>"><?php echo get_option('home') . '/' . BP_BLOGS_SLUG . '/'; ?></a></li>
-					<?php endif; ?>
-				</ul>
-
-			<h4><?php _e( 'Reset Setup', 'bp-tpack' ); ?></h4>
-			<p><?php _e( "If you would like to run through the setup process again please use the reset button (you will start at step three if you haven't removed the template files):", 'bp-tpack' ); ?></p>
-			<p><a class="button" href="?page=bp-tpack-options&reset=1"><?php _e( 'Reset', 'bp-tpack' ); ?></a></p>
-		</div>
-
-<?php
-	}
-}
-
-/**
- * Function to copy over bp-default's main templates to the current WP theme
- *
- * @uses bp_tpack_recurse_copy()
- */
-function bp_tpack_move_templates() {
-	$destination_dir = get_stylesheet_directory() . '/';
-	$source_dir = BP_PLUGIN_DIR . '/bp-themes/bp-default/';
-
-	$dirs = array( 'activity', 'blogs', 'forums', 'groups', 'members', 'registration' );
-
-	foreach ( (array)$dirs as $dir ) {
-		if ( !bp_tpack_recurse_copy( $source_dir . $dir, $destination_dir . $dir ) )
-			return false;
-	}
-
-	return true;
-}
-
-/**
- * Removes the "you'll need to activate a BuddyPress-compatible theme" message from the admin when
- * the plugin is up and running successfully
- *
- * @since 1.3
- */
-function bp_tpack_remove_compatibility_message() {
-	global $bp;
-
-	// Only works with BP 1.5 or greater
-	if ( !empty( $bp->admin->notices ) ) {
-		// Check to see whether we've completed the setup
-		if ( get_option( 'bp_tpack_configured' ) ) {
-			// Remove the message. They're not semantically keyed, so this is a hack
-			// Search for the themes.php link, which will work under translations
-			foreach( $bp->admin->notices as $key => $notice ) {
-				if ( false !== strpos( $notice, 'themes.php' ) ) {
-					unset( $bp->admin->notices[$key] );
-				}
-			}
-
-			// Reset the indexes
-			$bp->admin->notices = array_values( $bp->admin->notices );
-		}
-	}
-}
-add_action( 'admin_notices', 'bp_tpack_remove_compatibility_message', 2 );
-
-/**
- * Helper function to copy files from one folder over to another
- *
- * @param string $src Location of source directory to copy
- * @param string $dst Location of destination directory where the copied files should reside
- * @see bp_tpack_move_templates()
- */
-function bp_tpack_recurse_copy( $src, $dst ) {
-	$dir = @opendir( $src );
-
-	if ( !@mkdir( $dst ) )
-		return false;
-
-	while ( false !== ( $file = readdir( $dir ) ) ) {
-		if ( ( $file != '.' ) && ( $file != '..' ) ) {
-			if ( is_dir( $src . '/' . $file ) )
-				bp_tpack_recurse_copy( $src . '/' . $file, $dst . '/' . $file );
-			else {
-				if ( !@copy( $src . '/' . $file, $dst . '/' . $file ) )
-					return false;
-			}
-		}
-	}
-
-	@closedir( $dir );
-
-	return true;
-}
-
-if ( !function_exists( 'bp_get_root_slug' ) ) :
-/**
- * BP 1.2-compatible version of bp_get_root_slug()
- */
-function bp_get_root_slug( $slug ) {
-	if ( empty ( $slug ) )
-		return false;
-
-	return $slug;
-}
-endif;
-
-?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/bpt-functions.php b/wp-content/plugins/bp-template-pack/bpt-functions.php
deleted file mode 100644
index bf0cf77dd7cbdf856b5f30e12b3a7af621eb2ebf..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/bpt-functions.php
+++ /dev/null
@@ -1,241 +0,0 @@
-<?php
-/**
- * BP Template Pack Functions
- *
- * Sets up the current WP theme for BuddyPress compatibility.
- * Most of these functions are extrapolated from bp-default's functions.php.
- *
- * @package BP_TPack
- * @subpackage Functions
- */
-
-// Exit if accessed directly
-if ( !defined( 'ABSPATH' ) ) exit;
-
-// Check to make sure the active theme is not bp-default
-if ( 'bp-default' == get_option( 'template' ) )
-	return;
-
-/**
- * Sets up WordPress theme for BuddyPress support.
- *
- * @since 1.2
- */
-function bp_tpack_theme_setup() {
-	global $bp;
-
-	// Load the default BuddyPress AJAX functions if it isn't explicitly disabled
-	if ( !(int)get_option( 'bp_tpack_disable_js' ) )
-		require_once( BP_PLUGIN_DIR . '/bp-themes/bp-default/_inc/ajax.php' );
-
-	if ( !is_admin() ) {
-		// Register buttons for the relevant component templates
-		// Friends button
-		if ( bp_is_active( 'friends' ) )
-			add_action( 'bp_member_header_actions',    'bp_add_friend_button' );
-
-		// Activity button
-		if ( bp_is_active( 'activity' ) )
-			add_action( 'bp_member_header_actions',    'bp_send_public_message_button' );
-
-		// Messages button
-		if ( bp_is_active( 'messages' ) )
-			add_action( 'bp_member_header_actions',    'bp_send_private_message_button' );
-
-		// Group buttons
-		if ( bp_is_active( 'groups' ) ) {
-			add_action( 'bp_group_header_actions',     'bp_group_join_button' );
-			add_action( 'bp_group_header_actions',     'bp_group_new_topic_button' );
-			add_action( 'bp_directory_groups_actions', 'bp_group_join_button' );
-		}
-
-		// Blog button
-		if ( bp_is_active( 'blogs' ) )
-			add_action( 'bp_directory_blogs_actions',  'bp_blogs_visit_blog_button' );
-	}
-}
-add_action( 'after_setup_theme', 'bp_tpack_theme_setup', 11 );
-
-/**
- * Enqueues BuddyPress JS and related AJAX functions
- *
- * @since 1.2
- */
-function bp_tpack_enqueue_scripts() {
-	// Do not enqueue JS if it's disabled
-	if ( get_option( 'bp_tpack_disable_js' ) )
-		return;
-
-	// Add words that we need to use in JS to the end of the page so they can be translated and still used.
-	$params = array(
-		'my_favs'           => __( 'My Favorites', 'buddypress' ),
-		'accepted'          => __( 'Accepted', 'buddypress' ),
-		'rejected'          => __( 'Rejected', 'buddypress' ),
-		'show_all_comments' => __( 'Show all comments for this thread', 'buddypress' ),
-		'show_all'          => __( 'Show all', 'buddypress' ),
-		'comments'          => __( 'comments', 'buddypress' ),
-		'close'             => __( 'Close', 'buddypress' )
-	);
-
-	// BP 1.5+
-	if ( version_compare( BP_VERSION, '1.3', '>' ) ) {
-		// Bump this when changes are made to bust cache
-		$version            = '20110818';
-
-		$params['view']     = __( 'View', 'buddypress' );
-	}
-	// BP 1.2.x
-	else {
-		$version = '20110729';
-
-		if ( bp_displayed_user_id() )
-			$params['mention_explain'] = sprintf( __( "%s is a unique identifier for %s that you can type into any message on this site. %s will be sent a notification and a link to your message any time you use it.", 'buddypress' ), '@' . bp_get_displayed_user_username(), bp_get_user_firstname( bp_get_displayed_user_fullname() ), bp_get_user_firstname( bp_get_displayed_user_fullname() ) );
-	}
-
-	// Enqueue the global JS - Ajax will not work without it
-	wp_enqueue_script( 'dtheme-ajax-js', BP_PLUGIN_URL . '/bp-themes/bp-default/_inc/global.js', array( 'jquery' ), $version );
-
-	// Localize the JS strings
-	wp_localize_script( 'dtheme-ajax-js', 'BP_DTheme', $params );
-}
-add_action( 'wp_enqueue_scripts', 'bp_tpack_enqueue_scripts' );
-
-/**
- * Enqueues BuddyPress basic styles
- *
- * @since 1.2
- */
-function bp_tpack_enqueue_styles() {
-	// Do not enqueue CSS if it's disabled
-	if ( get_option( 'bp_tpack_disable_css' ) )
-		return;
-
-	// BP 1.5+
-	if ( version_compare( BP_VERSION, '1.3', '>' ) ) {
-		$stylesheet = 'bp.css';
-
-		// Bump this when changes are made to bust cache
-		$version    = '20110918';
-	}
-	// BP 1.2.x older styles
-	else {
-		$stylesheet = 'bp-backpat.css';
-		$version    = '20110729';
-	}
-
-	// Add the wireframe BP page styles
-	wp_enqueue_style( 'bp', plugins_url( '/bp-template-pack/' ) . $stylesheet, array(), $version );
-
-	// Enqueue RTL styles for BP 1.5+
-	if ( version_compare( BP_VERSION, '1.3', '>' ) && is_rtl() )
-		wp_enqueue_style( 'bp-rtl',  plugins_url( '/bp-template-pack/' ) . 'bp-rtl.css', array( 'bp' ), $version );
-}
-add_action( 'wp_enqueue_scripts', 'bp_tpack_enqueue_styles' );
-
-if ( !function_exists( 'bp_tpack_use_wplogin' ) ) :
-/**
- * BP Template Pack doesn't use bp-default's built-in sidebar login block,
- * so during no access requests, we need to redirect them to wp-login for
- * authentication.
- *
- * @since 1.2
- */
-function bp_tpack_use_wplogin() {
-	// returning 2 will automatically use wp-login
-	return 2;
-}
-add_filter( 'bp_no_access_mode', 'bp_tpack_use_wplogin' );
-endif;
-
-/**
- * Hooks into the 'bp_get_activity_action_pre_meta' action to add secondary activity avatar support
- *
- * @since 1.2
- */
-function bp_tpack_activity_secondary_avatars( $action, $activity ) {
-	// sanity check - some older versions of BP do not utilize secondary activity avatars
-	if ( function_exists( 'bp_get_activity_secondary_avatar' ) ) :
-		switch ( $activity->component ) {
-			case 'groups' :
-			case 'friends' :
-				// Only insert avatar if one exists
-				if ( $secondary_avatar = bp_get_activity_secondary_avatar() ) {
-					$reverse_content = strrev( $action );
-					$position        = strpos( $reverse_content, 'a<' );
-					$action          = substr_replace( $action, $secondary_avatar, -$position - 2, 0 );
-				}
-				break;
-		}
-	endif;
-
-	return $action;
-}
-add_filter( 'bp_get_activity_action_pre_meta', 'bp_tpack_activity_secondary_avatars', 10, 2 );
-
-
-/**  BP 1.2.x *************************************************************/
-if ( version_compare( BP_VERSION, '1.3', '<' ) ) :
-
-	/*****
-	 * Add support for showing the activity stream as the front page of the site
-	 */
-
-	/* Filter the dropdown for selecting the page to show on front to include "Activity Stream" */
-	function bp_tpack_wp_pages_filter( $page_html ) {
-		if ( 'page_on_front' != substr( $page_html, 14, 13 ) )
-			return $page_html;
-
-		$selected = false;
-		$page_html = str_replace( '</select>', '', $page_html );
-
-		if ( bp_tpack_page_on_front() == 'activity' )
-			$selected = ' selected="selected"';
-
-		$page_html .= '<option class="level-0" value="activity"' . $selected . '>' . __( 'Activity Stream', 'buddypress' ) . '</option></select>';
-		return $page_html;
-	}
-	add_filter( 'wp_dropdown_pages', 'bp_tpack_wp_pages_filter' );
-
-	/* Hijack the saving of page on front setting to save the activity stream setting */
-	function bp_tpack_page_on_front_update( $oldvalue, $newvalue ) {
-		if ( !is_admin() || !is_super_admin() )
-			return false;
-
-		if ( 'activity' == $_POST['page_on_front'] )
-			return 'activity';
-		else
-			return $oldvalue;
-	}
-	add_action( 'pre_update_option_page_on_front', 'bp_tpack_page_on_front_update', 10, 2 );
-
-	/* Load the activity stream template if settings allow */
-	function bp_tpack_page_on_front_template( $template ) {
-		global $wp_query;
-
-		if ( empty( $wp_query->post->ID ) )
-			return locate_template( array( 'activity/index.php' ), false );
-		else
-			return $template;
-	}
-	add_filter( 'page_template', 'bp_tpack_page_on_front_template' );
-
-	/* Return the ID of a page set as the home page. */
-	function bp_tpack_page_on_front() {
-		if ( 'page' != get_option( 'show_on_front' ) )
-			return false;
-
-		return apply_filters( 'bp_tpack_page_on_front', get_option( 'page_on_front' ) );
-	}
-
-	/* Force the page ID as a string to stop the get_posts query from kicking up a fuss. */
-	function bp_tpack_fix_get_posts_on_activity_front() {
-		global $wp_query;
-
-		if ( !empty($wp_query->query_vars['page_id']) && 'activity' == $wp_query->query_vars['page_id'] )
-			$wp_query->query_vars['page_id'] = '"activity"';
-	}
-	add_action( 'pre_get_posts', 'bp_tpack_fix_get_posts_on_activity_front' );
-
-endif;
-
-?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/lang/bp-tpack.pot b/wp-content/plugins/bp-template-pack/lang/bp-tpack.pot
deleted file mode 100644
index 526f1ee7836c2e5914ae5f1a7dde838e96d1c7cf..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/lang/bp-tpack.pot
+++ /dev/null
@@ -1,369 +0,0 @@
-# Copyright (C) 2010 
-# This file is distributed under the same license as the  package.
-msgid ""
-msgstr ""
-"Project-Id-Version:  \n"
-"Report-Msgid-Bugs-To: http://wordpress.org/tag/bp-template-pack\n"
-"POT-Creation-Date: 2011-09-21 02:31:51+00:00\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-
-#: bpt-functions.php:71
-msgid "My Favorites"
-msgstr ""
-
-#: bpt-functions.php:72
-msgid "Accepted"
-msgstr ""
-
-#: bpt-functions.php:73
-msgid "Rejected"
-msgstr ""
-
-#: bpt-functions.php:74
-msgid "Show all comments for this thread"
-msgstr ""
-
-#: bpt-functions.php:75
-msgid "Show all"
-msgstr ""
-
-#: bpt-functions.php:76
-msgid "comments"
-msgstr ""
-
-#: bpt-functions.php:77
-msgid "Close"
-msgstr ""
-
-#: bpt-functions.php:85
-msgid "View"
-msgstr ""
-
-#: bpt-functions.php:92
-msgid ""
-"%s is a unique identifier for %s that you can type into any message on this "
-"site. %s will be sent a notification and a link to your message any time you "
-"use it."
-msgstr ""
-
-#: bpt-functions.php:194
-msgid "Activity Stream"
-msgstr ""
-
-#: bpt-admin.php:29
-msgid "BP Compatibility"
-msgstr ""
-
-#: bpt-admin.php:52
-msgid ""
-"Hey you! You're using an older version of WordPress.  Please upgrade to "
-"<strong>WordPress 3.2</strong>, otherwise the javascript bundled with "
-"BuddyPress will cease to work with your WordPress theme."
-msgstr ""
-
-#: bpt-admin.php:64
-msgid ""
-"You have activated the BuddyPress Template Pack, but you haven't completed "
-"the setup process. Visit the <a href=\"%s\">BP Compatibility</a> page to "
-"wrap up."
-msgstr ""
-
-#: bpt-admin.php:117
-msgid "Making Your Theme BuddyPress Compatible"
-msgstr ""
-
-#: bpt-admin.php:119
-msgid ""
-"Adding support for BuddyPress to your existing WordPress theme is a "
-"straightforward process. Follow the setup instructions on this page."
-msgstr ""
-
-#: bpt-admin.php:124
-msgid "Step One: Moving template files automatically"
-msgstr ""
-
-#: bpt-admin.php:126
-msgid ""
-"BuddyPress needs some extra template files in order to display its pages "
-"correctly. This plugin will attempt to automatically move the necessary "
-"files into your current theme."
-msgstr ""
-
-#: bpt-admin.php:128
-msgid "Click the button below to start the process."
-msgstr ""
-
-#: bpt-admin.php:130
-msgid "Move Template Files"
-msgstr ""
-
-#: bpt-admin.php:138
-msgid "Step Two: Moving templates manually"
-msgstr ""
-
-#: bpt-admin.php:140
-msgid ""
-"<strong>Moving templates failed.</strong> There was an error when trying to "
-"move the templates automatically. This probably means that we don't have the "
-"correct permissions. That's all right - it just means you'll have to move "
-"the template files manually."
-msgstr ""
-
-#: bpt-admin.php:142
-msgid ""
-"You will need to connect to your WordPress files using FTP. When you are "
-"connected browse to the following directory:"
-msgstr ""
-
-#: bpt-admin.php:146
-msgid ""
-"In this directory you will find six folders (/activity/, /blogs/, /forums/, /"
-"groups/, /members/, /registration/). If you want to use all of the features "
-"of BuddyPress then you must move these six directories to the following "
-"folder:"
-msgstr ""
-
-#: bpt-admin.php:150
-msgid ""
-"If you decide that you don't want to use a feature of BuddyPress, then you "
-"can actually ignore the template folders for these features. For example, if "
-"you don't want to use the groups and forums features, you can simply avoid "
-"copying the /groups/ and /forums/ template folders to your active theme. (If "
-"you're not sure what to do, just copy all six folders over to your theme "
-"directory.)"
-msgstr ""
-
-#: bpt-admin.php:152
-msgid ""
-"Once you have correctly copied the folders into your active theme, please "
-"use the button below to move onto step three."
-msgstr ""
-
-#: bpt-admin.php:154
-msgid "I've finished moving template folders"
-msgstr ""
-
-#: bpt-admin.php:158
-msgid "Templates moved successfully!"
-msgstr ""
-
-#: bpt-admin.php:160
-msgid ""
-"Great news! BuddyPress templates are now in the correct position in your "
-"theme, which means that we can skip Step Two: Moving Templates Manually, and "
-"move directly to Step Three. Cool!"
-msgstr ""
-
-#: bpt-admin.php:162
-msgid "Continue to Step Three"
-msgstr ""
-
-#: bpt-admin.php:168
-msgid "Step Three: Tweaking your layout"
-msgstr ""
-
-#: bpt-admin.php:170
-msgid ""
-"Now that the template files are in the correct location, <a href=\"%s\" "
-"target=\"_blank\">check out your site</a>. (You can come back to the current "
-"page at any time, by visiting Dashboard > Appearance > BP Compatibility.) "
-"You should see a BuddyPress admin bar at the top of the page. Try visiting "
-"some of the links in the \"My Account\" menu. If everything has gone right "
-"up to this point, you should be able to see your BuddyPress content."
-msgstr ""
-
-#: bpt-admin.php:172
-msgid ""
-"If you find that the pages are not quite aligned correctly, or the content "
-"is overlapping the sidebar, you may need to tweak the template HTML. Please "
-"follow the \"fixing alignment\" instructions below. If the content in your "
-"pages is aligned to your satisfaction, then you can skip to the \"Finishing "
-"Up\" section at the bottom of this page."
-msgstr ""
-
-#: bpt-admin.php:174
-msgid "Fixing Alignment"
-msgstr ""
-
-#: bpt-admin.php:176
-msgid "By default BuddyPress templates use this HTML structure:"
-msgstr ""
-
-#: bpt-admin.php:195
-msgid ""
-"If BuddyPress pages are not aligned correctly, then you may need to modify "
-"some of the templates to match your theme's HTML structure. The best way to "
-"do this is to access your theme's files, via FTP, at:"
-msgstr ""
-
-#: bpt-admin.php:199
-msgid ""
-"Open up the <code>page.php</code> file (if this does not exist, use "
-"<code>index.php</code>). Make note of the HTML template structure of the "
-"file, specifically the <code>&lt;div&gt;</code> tags that surround the "
-"content and sidebar."
-msgstr ""
-
-#: bpt-admin.php:201
-msgid ""
-"You will need to change the HTML structure in the BuddyPress templates that "
-"you copied into your theme to match the structure in your <code>page.php</"
-"code> or <code>index.php</code> file."
-msgstr ""
-
-#: bpt-admin.php:204
-msgid "There are two methods for making the necessary template changes."
-msgstr ""
-
-#: bpt-admin.php:208
-msgid ""
-"The first method is to locate tho following templates (leave out any folders "
-"that you didn't copy over in Step Two):"
-msgstr ""
-
-#: bpt-admin.php:211
-msgid ""
-"The files that you need to edit are as follows (leave out any folders you "
-"have not copied over in step two):"
-msgstr ""
-
-#: bpt-admin.php:237
-msgid ""
-"Alternatively, you may find it easier to make copies of your theme's "
-"<code>header.php</code>, <code>sidebar.php</code> and <code>footer.php</"
-"code> and rename them to <code>header-buddypress.php</code>, <code>sidebar-"
-"buddypress.php</code>, and <code>footer-buddypress.php</code>."
-msgstr ""
-
-#: bpt-admin.php:239
-msgid ""
-"Then you can alter the structure of these new template files (<code>header-"
-"buddypress.php</code>, <code>sidebar-buddypress.php</code>, and <code>footer-"
-"buddypress.php</code>) to resemble your theme's <code>page.php</code> (or "
-"<code>index.php</code>)."
-msgstr ""
-
-#: bpt-admin.php:244
-msgid ""
-"Once you are done matching up the HTML structure of your theme in these "
-"template files, please take another look through your site. You should find "
-"that BuddyPress pages now fit inside the content structure of your theme."
-msgstr ""
-
-#: bpt-admin.php:246
-msgid "Finishing Up"
-msgstr ""
-
-#: bpt-admin.php:248
-msgid ""
-"You're now all done with the conversion process. Your WordPress theme will "
-"now happily provide BuddyPress compatibility support. Once you hit the "
-"finish button you will be presented with a new permanent theme options page, "
-"which will allow you to tweak some settings."
-msgstr ""
-
-#: bpt-admin.php:250
-msgid "Finish"
-msgstr ""
-
-#: bpt-admin.php:262
-msgid "BuddyPress Theme Compatibility"
-msgstr ""
-
-#: bpt-admin.php:266
-msgid ""
-"Congratulations, you have completed the BuddyPress theme compatibility setup "
-"procedure!"
-msgstr ""
-
-#: bpt-admin.php:272
-msgid "Disable BP Template Pack CSS"
-msgstr ""
-
-#: bpt-admin.php:274
-msgid ""
-"The BuddyPress template pack comes with basic wireframe CSS styles that will "
-"format the layout of BuddyPress pages. You can extend upon these styles in "
-"your theme's CSS file, or simply turn them off and build your own styles."
-msgstr ""
-
-#: bpt-admin.php:277
-msgid "Disable BP Template Pack JS / AJAX"
-msgstr ""
-
-#: bpt-admin.php:278
-msgid ""
-"The BuddyPress template pack will automatically integrate the BuddyPress "
-"default theme javascript and AJAX functionality into your theme. You can "
-"switch this off, however the experience will be somewhat degraded."
-msgstr ""
-
-#: bpt-admin.php:281
-msgid "Save Settings"
-msgstr ""
-
-#: bpt-admin.php:289
-msgid ""
-"<strong>NOTE:</strong> To remove the \"BuddyPress is ready\" message you "
-"will need to add a \"buddypress\" tag to your theme. You can do this by "
-"editing the <code>style.css</code> file of your active theme and adding the "
-"tag to the \"Tags:\" line in the comment header."
-msgstr ""
-
-#: bpt-admin.php:292
-msgid "Navigation Links"
-msgstr ""
-
-#: bpt-admin.php:294
-msgid ""
-"You may want to add new navigation tabs or links to your theme to link to "
-"BuddyPress directory pages. The default set of links are:"
-msgstr ""
-
-#: bpt-admin.php:297
-msgid "Activity"
-msgstr ""
-
-#: bpt-admin.php:300
-msgid "Members"
-msgstr ""
-
-#: bpt-admin.php:303
-msgid "Groups"
-msgstr ""
-
-#: bpt-admin.php:307
-msgid "Forums"
-msgstr ""
-
-#: bpt-admin.php:310
-msgid "Register"
-msgstr ""
-
-#: bpt-admin.php:310
-msgid "(registration must be enabled)"
-msgstr ""
-
-#: bpt-admin.php:313
-msgid "Blogs"
-msgstr ""
-
-#: bpt-admin.php:317
-msgid "Reset Setup"
-msgstr ""
-
-#: bpt-admin.php:318
-msgid ""
-"If you would like to run through the setup process again please use the "
-"reset button (you will start at step three if you haven't removed the "
-"template files):"
-msgstr ""
-
-#: bpt-admin.php:319
-msgid "Reset"
-msgstr ""
diff --git a/wp-content/plugins/bp-template-pack/loader.php b/wp-content/plugins/bp-template-pack/loader.php
deleted file mode 100644
index 2f107f69da0dc341daa26785aa1628f4c87bde37..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/loader.php
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php
-/*
-Plugin Name: BuddyPress Template Pack
-Plugin URI: http://wordpress.org/extend/plugins/bp-template-pack/
-Description: Add support for BuddyPress to your existing WordPress theme. This plugin will guide you through the process step by step.
-Author: apeatling, boonebgorges, r-a-y
-Version: 1.2.1
-Author URI: http://buddypress.org
-*/
-
-/**
- * BP Template Pack
- *
- * @package BP_TPack
- * @subpackage Loader
- */
-
-// Exit if accessed directly
-if ( !defined( 'ABSPATH' ) ) exit;
-
-/**
- * Initialize the plugin once BuddyPress has initialized.
- */
-function bp_tpack_loader() {
-	if ( is_admin() )
-		include( dirname( __FILE__ ) . '/bpt-admin.php' );
-
-	include( dirname( __FILE__ ) . '/bpt-functions.php' );
-}
-add_action( 'bp_include', 'bp_tpack_loader' );
-
-?>
diff --git a/wp-content/plugins/bp-template-pack/readme.txt b/wp-content/plugins/bp-template-pack/readme.txt
deleted file mode 100644
index 606dfda599e9d7e4d96163bfdaa92ee3589a220e..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/readme.txt
+++ /dev/null
@@ -1,66 +0,0 @@
-=== Plugin Name ===
-Contributors: apeatling, boonebgorges, r-a-y
-Tags: buddypress, themes, compatibility, convert, integration
-Requires at least: WordPress 3.0 / BuddyPress 1.2
-Tested up to: WordPress 3.3.1 / BuddyPress 1.5.4
-Stable tag: 1.2.1
-
-== Description ==
-
-Add support for BuddyPress to your existing WordPress theme. This plugin will guide you through the process
-step by step. Once you are finished, your existing WordPress theme will be able to manage and display all BuddyPress
-pages and content. The process is completely reversible and does not modify any of your existing template files.
-
-== Installation ==
-
-Download and install the plugin using the built in WordPress plugin installer.
-If you download the plugin manually, upload the plugin to "/wp-content/plugins/bp-template-pack/".
-
-Activate the plugin in the "Plugins" admin panel using the "Activate" link.
-
-Head to the "Appearance > BP Compatibility" menu and follow the step-by-step instructions.
-
-== Changelog ==
-
-= 1.2.1 =
-* Improves performance with parent/child themes
-* Improves performance with WP 3.3+
-
-= 1.2 =
-* Adds BP 1.5 compatibility
-* Restructures how scripts and CSS are enqueued
-* Removed bundled template files
-
-= 1.1.4 =
-* Updates to BP 1.2.9 template files
-
-= 1.1.3 =
-* Fixes add_theme_page() param that might cause permissions errors on some setups
-
-= 1.1.2 =
-* Adds hooks for BP action buttons
-
-= 1.1.1 =
-* Replaces deprecated is_site_admin() with is_super_admin()
-
-= 1.1 =
-* May 27 2011
-* Updates templates to latest 1.2.8
-* Ensures that JavaScript strings are defined
-* First attempts to pull templates from BuddyPress itself
-* Fixes float bug on item-lists
-* Uses bp_include loader file to load main function
-* Removes calls to deprecated bp_core_is_multisite() template
-* Adds admin nag when the setup process has not been completed
-
-= 1.0.2 =
-* Feb 22 2010
-* fixed shorthand php tag.
-
-= 1.0.1 =
-* Feb 20 2010 
-* fixed possible issue with group home template.
-
-= 1.0 =
-* Feb 18 2010
-* initial release.
diff --git a/wp-content/plugins/bp-template-pack/templates/activity/activity-loop.php b/wp-content/plugins/bp-template-pack/templates/activity/activity-loop.php
deleted file mode 100644
index 0f85e86f02c30fb47554df08324b2476f8f207c7..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/activity/activity-loop.php
+++ /dev/null
@@ -1,45 +0,0 @@
-<?php /* Querystring is set via AJAX in _inc/ajax.php - bp_dtheme_activity_loop() */ ?>
-
-<?php do_action( 'bp_before_activity_loop' ) ?>
-
-<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
-
-	<?php /* Show pagination if JS is not enabled, since the "Load More" link will do nothing */ ?>
-	<noscript>
-		<div class="pagination">
-			<div class="pag-count"><?php bp_activity_pagination_count() ?></div>
-			<div class="pagination-links"><?php bp_activity_pagination_links() ?></div>
-		</div>
-	</noscript>
-
-	<?php if ( empty( $_POST['page'] ) ) : ?>
-		<ul id="activity-stream" class="activity-list item-list">
-	<?php endif; ?>
-
-	<?php while ( bp_activities() ) : bp_the_activity(); ?>
-
-		<?php include( locate_template( array( 'activity/entry.php' ), false ) ) ?>
-
-	<?php endwhile; ?>
-
-	<?php if ( bp_get_activity_count() == bp_get_activity_per_page() ) : ?>
-		<li class="load-more">
-			<a href="#more"><?php _e( 'Load More', 'buddypress' ) ?></a> &nbsp; <span class="ajax-loader"></span>
-		</li>
-	<?php endif; ?>
-
-	<?php if ( empty( $_POST['page'] ) ) : ?>
-		</ul>
-	<?php endif; ?>
-
-<?php else : ?>
-	<div id="message" class="info">
-		<p><?php _e( 'Sorry, there was no activity found. Please try a different filter.', 'buddypress' ) ?></p>
-	</div>
-<?php endif; ?>
-
-<?php do_action( 'bp_after_activity_loop' ) ?>
-
-<form action="" name="activity-loop-form" id="activity-loop-form" method="post">
-	<?php wp_nonce_field( 'activity_filter', '_wpnonce_activity_filter' ) ?>
-</form>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/activity/entry.php b/wp-content/plugins/bp-template-pack/templates/activity/entry.php
deleted file mode 100644
index b5691309513070ec16695111a01c25347e08aefc..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/activity/entry.php
+++ /dev/null
@@ -1,76 +0,0 @@
-<?php /* This template is used by activity-loop.php and AJAX functions to show each activity */ ?>
-
-<?php do_action( 'bp_before_activity_entry' ) ?>
-
-<li class="<?php bp_activity_css_class() ?>" id="activity-<?php bp_activity_id() ?>">
-	<div class="activity-avatar">
-		<a href="<?php bp_activity_user_link() ?>">
-			<?php bp_activity_avatar( 'type=full&width=100&height=100' ) ?>
-		</a>
-	</div>
-
-	<div class="activity-content">
-
-		<div class="activity-header">
-			<?php bp_activity_action() ?>
-		</div>
-
-		<?php if ( bp_get_activity_content_body() ) : ?>
-			<div class="activity-inner">
-				<?php bp_activity_content_body() ?>
-			</div>
-		<?php endif; ?>
-
-		<?php do_action( 'bp_activity_entry_content' ) ?>
-
-		<div class="activity-meta">
-			<?php if ( is_user_logged_in() && bp_activity_can_comment() ) : ?>
-				<a href="<?php bp_activity_comment_link() ?>" class="acomment-reply" id="acomment-comment-<?php bp_activity_id() ?>"><?php _e( 'Reply', 'buddypress' ) ?> (<span><?php bp_activity_comment_count() ?></span>)</a>
-			<?php endif; ?>
-
-			<?php if ( is_user_logged_in() ) : ?>
-				<?php if ( !bp_get_activity_is_favorite() ) : ?>
-					<a href="<?php bp_activity_favorite_link() ?>" class="fav" title="<?php _e( 'Mark as Favorite', 'buddypress' ) ?>"><?php _e( 'Favorite', 'buddypress' ) ?></a>
-				<?php else : ?>
-					<a href="<?php bp_activity_unfavorite_link() ?>" class="unfav" title="<?php _e( 'Remove Favorite', 'buddypress' ) ?>"><?php _e( 'Remove Favorite', 'buddypress' ) ?></a>
-				<?php endif; ?>
-			<?php endif;?>
-
-			<?php do_action( 'bp_activity_entry_meta' ) ?>
-		</div>
-	</div>
-
-	<?php if ( 'activity_comment' == bp_get_activity_type() ) : ?>
-		<div class="activity-inreplyto">
-			<strong><?php _e( 'In reply to', 'buddypress' ) ?></strong> - <?php bp_activity_parent_content() ?> &middot;
-			<a href="<?php bp_activity_thread_permalink() ?>" class="view" title="<?php _e( 'View Thread / Permalink', 'buddypress' ) ?>"><?php _e( 'View', 'buddypress' ) ?></a>
-		</div>
-	<?php endif; ?>
-
-	<?php do_action( 'bp_before_activity_entry_comments' ) ?>
-
-	<?php if ( bp_activity_can_comment() ) : ?>
-		<div class="activity-comments">
-			<?php bp_activity_comments() ?>
-
-			<?php if ( is_user_logged_in() ) : ?>
-			<form action="<?php bp_activity_comment_form_action() ?>" method="post" id="ac-form-<?php bp_activity_id() ?>" class="ac-form"<?php bp_activity_comment_form_nojs_display() ?>>
-				<div class="ac-reply-avatar"><?php bp_loggedin_user_avatar( 'width=25&height=25' ) ?></div>
-				<div class="ac-reply-content">
-					<div class="ac-textarea">
-						<textarea id="ac-input-<?php bp_activity_id() ?>" class="ac-input" name="ac_input_<?php bp_activity_id() ?>"></textarea>
-					</div>
-					<input type="submit" name="ac_form_submit" value="<?php _e( 'Post', 'buddypress' ) ?> &rarr;" /> &nbsp; <?php _e( 'or press esc to cancel.', 'buddypress' ) ?>
-					<input type="hidden" name="comment_form_id" value="<?php bp_activity_id() ?>" />
-				</div>
-				<?php wp_nonce_field( 'new_activity_comment', '_wpnonce_new_activity_comment' ) ?>
-			</form>
-			<?php endif; ?>
-		</div>
-	<?php endif; ?>
-
-	<?php do_action( 'bp_after_activity_entry_comments' ) ?>
-</li>
-
-<?php do_action( 'bp_after_activity_entry' ) ?>
-
diff --git a/wp-content/plugins/bp-template-pack/templates/activity/index.php b/wp-content/plugins/bp-template-pack/templates/activity/index.php
deleted file mode 100644
index 19116665495ddfd082642450268caab695cf7290..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/activity/index.php
+++ /dev/null
@@ -1,104 +0,0 @@
-<?php get_header() ?>
-
-	<div id="container">
-		<div id="content">
-
-			<?php if ( !is_user_logged_in() ) : ?>
-				<h3><?php _e( 'Site Activity', 'buddypress' ) ?></h3>
-			<?php endif; ?>
-
-			<?php do_action( 'bp_before_directory_activity_content' ) ?>
-
-			<?php if ( is_user_logged_in() ) : ?>
-				<?php locate_template( array( 'activity/post-form.php'), true ) ?>
-			<?php endif; ?>
-
-			<?php do_action( 'template_notices' ) ?>
-
-			<div class="item-list-tabs activity-type-tabs">
-				<ul>
-					<?php do_action( 'bp_before_activity_type_tab_all' ) ?>
-
-					<li class="selected" id="activity-all"><a href="<?php echo bp_loggedin_user_domain() . BP_ACTIVITY_SLUG . '/' ?>" title="<?php _e( 'The public activity for everyone on this site.', 'buddypress' ) ?>"><?php printf( __( 'All Members (%s)', 'buddypress' ), bp_get_total_site_member_count() ) ?></a></li>
-
-					<?php if ( is_user_logged_in() ) : ?>
-
-						<?php do_action( 'bp_before_activity_type_tab_friends' ) ?>
-
-						<?php if ( function_exists( 'bp_get_total_friend_count' ) ) : ?>
-							<?php if ( bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?>
-								<li id="activity-friends"><a href="<?php echo bp_loggedin_user_domain() . BP_ACTIVITY_SLUG . '/' . BP_FRIENDS_SLUG . '/' ?>" title="<?php _e( 'The activity of my friends only.', 'buddypress' ) ?>"><?php printf( __( 'My Friends (%s)', 'buddypress' ), bp_get_total_friend_count( bp_loggedin_user_id() ) ) ?></a></li>
-							<?php endif; ?>
-						<?php endif; ?>
-
-						<?php do_action( 'bp_before_activity_type_tab_groups' ) ?>
-
-						<?php if ( function_exists( 'bp_get_total_group_count_for_user' ) ) : ?>
-							<?php if ( bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) : ?>
-								<li id="activity-groups"><a href="<?php echo bp_loggedin_user_domain() . BP_ACTIVITY_SLUG . '/' . BP_GROUPS_SLUG . '/' ?>" title="<?php _e( 'The activity of groups I am a member of.', 'buddypress' ) ?>"><?php printf( __( 'My Groups (%s)', 'buddypress' ), bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) ?></a></li>
-							<?php endif; ?>
-						<?php endif; ?>
-
-						<?php do_action( 'bp_before_activity_type_tab_favorites' ) ?>
-
-						<?php if ( bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) : ?>
-							<li id="activity-favorites"><a href="<?php echo bp_loggedin_user_domain() . BP_ACTIVITY_SLUG . '/favorites/' ?>" title="<?php _e( "The activity I've marked as a favorite.", 'buddypress' ) ?>"><?php printf( __( 'My Favorites (<span>%s</span>)', 'buddypress' ), bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) ?></a></li>
-						<?php endif; ?>
-
-						<?php do_action( 'bp_before_activity_type_tab_mentions' ) ?>
-
-						<li id="activity-mentions"><a href="<?php echo bp_loggedin_user_domain() . BP_ACTIVITY_SLUG . '/mentions/' ?>" title="<?php _e( 'Activity that I have been mentioned in.', 'buddypress' ) ?>"><?php printf( __( '@%s Mentions', 'buddypress' ), bp_get_loggedin_user_username() ) ?><?php if ( bp_get_total_mention_count_for_user( bp_loggedin_user_id() ) ) : ?> <strong><?php printf( __( '(%s new)', 'buddypress' ), bp_get_total_mention_count_for_user( bp_loggedin_user_id() ) ) ?></strong><?php endif; ?></a></li>
-
-					<?php endif; ?>
-
-					<?php do_action( 'bp_activity_type_tabs' ) ?>
-				</ul>
-			</div><!-- .item-list-tabs -->
-
-			<div class="item-list-tabs no-ajax" id="subnav">
-				<ul>
-					<li class="feed"><a href="<?php bp_sitewide_activity_feed_link() ?>" title="RSS Feed"><?php _e( 'RSS', 'buddypress' ) ?></a></li>
-
-					<?php do_action( 'bp_activity_syndication_options' ) ?>
-
-					<li id="activity-filter-select" class="last">
-						<select>
-							<option value="-1"><?php _e( 'No Filter', 'buddypress' ) ?></option>
-							<option value="activity_update"><?php _e( 'Show Updates', 'buddypress' ) ?></option>
-							<option value="new_blog_post"><?php _e( 'Show Blog Posts', 'buddypress' ) ?></option>
-							<option value="new_blog_comment"><?php _e( 'Show Blog Comments', 'buddypress' ) ?></option>
-
-							<?php if ( bp_is_active( 'forums' ) ) : ?>
-								<option value="new_forum_topic"><?php _e( 'Show New Forum Topics', 'buddypress' ) ?></option>
-								<option value="new_forum_post"><?php _e( 'Show Forum Replies', 'buddypress' ) ?></option>
-							<?php endif; ?>
-
-							<?php if ( bp_is_active( 'groups' ) ) : ?>
-								<option value="created_group"><?php _e( 'Show New Groups', 'buddypress' ) ?></option>
-								<option value="joined_group"><?php _e( 'Show New Group Memberships', 'buddypress' ) ?></option>
-							<?php endif; ?>
-
-							<?php if ( bp_is_active( 'friends' ) ) : ?>
-								<option value="friendship_accepted,friendship_created"><?php _e( 'Show Friendship Connections', 'buddypress' ) ?></option>
-							<?php endif; ?>
-
-							<option value="new_member"><?php _e( 'Show New Members', 'buddypress' ) ?></option>
-
-							<?php do_action( 'bp_activity_filter_options' ) ?>
-						</select>
-					</li>
-				</ul>
-			</div><!-- .item-list-tabs -->
-
-			<div class="activity">
-				<?php locate_template( array( 'activity/activity-loop.php' ), true ) ?>
-			</div><!-- .activity -->
-
-			<?php do_action( 'bp_after_directory_activity_content' ) ?>
-
-		</div><!-- #content -->
-	</div><!-- #container -->
-
-	<?php locate_template( array( 'sidebar.php' ), true ) ?>
-
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/activity/post-form.php b/wp-content/plugins/bp-template-pack/templates/activity/post-form.php
deleted file mode 100644
index 04a726088da70c74c2783c4e617fd4534fc628d6..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/activity/post-form.php
+++ /dev/null
@@ -1,62 +0,0 @@
-<form action="<?php bp_activity_post_form_action() ?>" method="post" id="whats-new-form" name="whats-new-form">
-
-	<?php do_action( 'bp_before_activity_post_form' ) ?>
-
-	<?php if ( isset( $_GET['r'] ) ) : ?>
-		<div id="message" class="info">
-			<p><?php printf( __( 'You are mentioning %s in a new update, this user will be sent a notification of your message.', 'buddypress' ), bp_get_mentioned_user_display_name( $_GET['r'] ) ) ?></p>
-		</div>
-	<?php endif; ?>
-
-	<div id="whats-new-avatar">
-		<a href="<?php echo bp_loggedin_user_domain() ?>">
-			<?php bp_loggedin_user_avatar( 'width=60&height=60' ) ?>
-		</a>
-	</div>
-
-	<h5>
-		<?php if ( bp_is_group() ) : ?>
-			<?php printf( __( "What's new in %s, %s?", 'buddypress' ), bp_get_group_name(), bp_get_user_firstname() ) ?>
-		<?php else : ?>
-			<?php printf( __( "What's new %s?", 'buddypress' ), bp_get_user_firstname() ) ?>
-		<?php endif; ?>
-	</h5>
-
-	<div id="whats-new-content">
-		<div id="whats-new-textarea">
-			<textarea name="whats-new" id="whats-new" value="" /><?php if ( isset( $_GET['r'] ) ) : ?>@<?php echo esc_attr( $_GET['r'] ) ?> <?php endif; ?></textarea>
-		</div>
-
-		<div id="whats-new-options">
-			<div id="whats-new-submit">
-				<span class="ajax-loader"></span> &nbsp;
-				<input type="submit" name="aw-whats-new-submit" id="aw-whats-new-submit" value="<?php _e( 'Post Update', 'buddypress' ) ?>" />
-			</div>
-
-			<?php if ( function_exists('bp_has_groups') && !bp_is_my_profile() && !bp_is_group() ) : ?>
-				<div id="whats-new-post-in-box">
-					<?php _e( 'Post in', 'buddypress' ) ?>:
-
-					<select id="whats-new-post-in" name="whats-new-post-in">
-						<option selected="selected" value="0"><?php _e( 'My Profile', 'buddypress' ) ?></option>
-
-						<?php if ( bp_has_groups( 'user_id=' . bp_loggedin_user_id() . '&type=alphabetical&max=100&per_page=100&populate_extras=0' ) ) : while ( bp_groups() ) : bp_the_group(); ?>
-							<option value="<?php bp_group_id() ?>"><?php bp_group_name() ?></option>
-						<?php endwhile; endif; ?>
-					</select>
-				</div>
-				<input type="hidden" id="whats-new-post-object" name="whats-new-post-object" value="groups" />
-			<?php elseif ( bp_is_group_home() ) : ?>
-				<input type="hidden" id="whats-new-post-object" name="whats-new-post-object" value="groups" />
-				<input type="hidden" id="whats-new-post-in" name="whats-new-post-in" value="<?php bp_group_id() ?>" />
-			<?php endif; ?>
-
-			<?php do_action( 'bp_activity_post_form_options' ) ?>
-
-		</div><!-- #whats-new-options -->
-	</div><!-- #whats-new-content -->
-
-	<?php wp_nonce_field( 'post_update', '_wpnonce_post_update' ); ?>
-	<?php do_action( 'bp_after_activity_post_form' ) ?>
-
-</form><!-- #whats-new-form -->
diff --git a/wp-content/plugins/bp-template-pack/templates/blogs/blogs-loop.php b/wp-content/plugins/bp-template-pack/templates/blogs/blogs-loop.php
deleted file mode 100644
index ce3d57555b160ab54135e2d70be1da57b7bb2b2d..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/blogs/blogs-loop.php
+++ /dev/null
@@ -1,64 +0,0 @@
-<?php /* Querystring is set via AJAX in _inc/ajax.php - bp_dtheme_object_filter() */ ?>
-
-<?php do_action( 'bp_before_blogs_loop' ) ?>
-
-<?php if ( bp_has_blogs( bp_ajax_querystring( 'blogs' ) ) ) : ?>
-
-	<div class="pagination">
-
-		<div class="pag-count" id="blog-dir-count">
-			<?php bp_blogs_pagination_count() ?>
-		</div>
-
-		<div class="pagination-links" id="blog-dir-pag">
-			<?php bp_blogs_pagination_links() ?>
-		</div>
-
-	</div>
-
-	<ul id="blogs-list" class="item-list">
-	<?php while ( bp_blogs() ) : bp_the_blog(); ?>
-
-		<li>
-			<div class="item-avatar">
-				<a href="<?php bp_blog_permalink() ?>"><?php bp_blog_avatar('type=thumb') ?></a>
-			</div>
-
-			<div class="item">
-				<div class="item-title"><a href="<?php bp_blog_permalink() ?>"><?php bp_blog_name() ?></a></div>
-				<div class="item-meta"><span class="activity"><?php bp_blog_last_active() ?></span></div>
-
-				<?php do_action( 'bp_directory_blogs_item' ) ?>
-			</div>
-
-			<div class="action">
-				<div class="generic-button blog-button visit">
-					<a href="<?php bp_blog_permalink() ?>" class="visit" title="<?php _e( 'Visit Blog', 'buddypress' ) ?>"><?php _e( 'Visit Blog', 'buddypress' ) ?></a>
-				</div>
-
-				<div class="meta">
-					<?php bp_blog_latest_post() ?>
-				</div>
-
-				<?php do_action( 'bp_directory_blogs_actions' ) ?>
-			</div>
-
-			<div class="clear"></div>
-		</li>
-
-	<?php endwhile; ?>
-	</ul>
-
-	<?php do_action( 'bp_after_directory_blogs_list' ) ?>
-
-	<?php bp_blog_hidden_fields() ?>
-
-<?php else: ?>
-
-	<div id="message" class="info">
-		<p><?php _e( 'Sorry, there were no blogs found.', 'buddypress' ) ?></p>
-	</div>
-
-<?php endif; ?>
-
-<?php do_action( 'bp_after_blogs_loop' ) ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/blogs/create.php b/wp-content/plugins/bp-template-pack/templates/blogs/create.php
deleted file mode 100644
index de99179f8409a7abda4ecee6323f44d42fb9bb5f..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/blogs/create.php
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php get_header() ?>
-
-	<?php do_action( 'bp_before_create_blog_content' ) ?>
-
-	<div id="container">
-		<div id="content">
-
-		<?php do_action( 'template_notices' ) ?>
-
-		<h3><?php _e( 'Create a Blog', 'buddypress' ) ?> &nbsp;<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_BLOGS_SLUG . '/' ?>"><?php _e( 'Blogs Directory', 'buddypress' ) ?></a></h3>
-
-		<?php do_action( 'bp_before_create_blog_content' ) ?>
-
-		<?php if ( bp_blog_signup_enabled() ) : ?>
-
-			<?php bp_show_blog_signup_form() ?>
-
-		<?php else: ?>
-
-			<div id="message" class="info">
-				<p><?php _e( 'Blog registration is currently disabled', 'buddypress' ); ?></p>
-			</div>
-
-		<?php endif; ?>
-
-		<?php do_action( 'bp_after_create_blog_content' ) ?>
-
-		</div><!-- #content -->
-	</div><!-- #container -->
-
-	<?php locate_template( array( 'sidebar.php' ), true ) ?>
-
-	<?php do_action( 'bp_after_create_blog_content' ) ?>
-
-<?php get_footer() ?>
-
diff --git a/wp-content/plugins/bp-template-pack/templates/blogs/index.php b/wp-content/plugins/bp-template-pack/templates/blogs/index.php
deleted file mode 100644
index 17077ee39be8f755cc9346b547fbc68943146682..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/blogs/index.php
+++ /dev/null
@@ -1,55 +0,0 @@
-<?php get_header() ?>
-
-	<div id="container">
-		<div id="content">
-
-		<form action="" method="post" id="blogs-directory-form" class="dir-form">
-
-			<h3><?php _e( 'Blogs Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() && bp_blog_signup_enabled() ) : ?> &nbsp;<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_BLOGS_SLUG . '/create/' ?>"><?php _e( 'Create a Blog', 'buddypress' ) ?></a><?php endif; ?></h3>
-
-			<?php do_action( 'bp_before_directory_blogs_content' ) ?>
-
-			<div id="blog-dir-search" class="dir-search">
-				<?php bp_directory_blogs_search_form() ?>
-			</div><!-- #blog-dir-search -->
-
-			<div class="item-list-tabs">
-				<ul>
-					<li class="selected" id="blogs-all"><a href="<?php bp_root_domain() ?>"><?php printf( __( 'All Blogs (%s)', 'buddypress' ), bp_get_total_blog_count() ) ?></a></li>
-
-					<?php if ( is_user_logged_in() && bp_get_total_blog_count_for_user( bp_loggedin_user_id() ) ) : ?>
-						<li id="blogs-personal"><a href="<?php echo bp_loggedin_user_domain() . BP_BLOGS_SLUG . '/my-blogs/' ?>"><?php printf( __( 'My Blogs (%s)', 'buddypress' ), bp_get_total_blog_count_for_user( bp_loggedin_user_id() ) ) ?></a></li>
-					<?php endif; ?>
-
-					<?php do_action( 'bp_blogs_directory_blog_types' ) ?>
-
-					<li id="blogs-order-select" class="last filter">
-
-						<?php _e( 'Order By:', 'buddypress' ) ?>
-						<select>
-							<option value="active"><?php _e( 'Last Active', 'buddypress' ) ?></option>
-							<option value="newest"><?php _e( 'Newest', 'buddypress' ) ?></option>
-							<option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ) ?></option>
-
-							<?php do_action( 'bp_blogs_directory_order_options' ) ?>
-						</select>
-					</li>
-				</ul>
-			</div><!-- .item-list-tabs -->
-
-			<div id="blogs-dir-list" class="blogs dir-list">
-				<?php locate_template( array( 'blogs/blogs-loop.php' ), true ) ?>
-			</div><!-- #blogs-dir-list -->
-
-			<?php do_action( 'bp_after_directory_blogs_content' ) ?>
-
-			<?php wp_nonce_field( 'directory_blogs', '_wpnonce-blogs-filter' ) ?>
-
-		</form><!-- #blogs-directory-form -->
-
-		</div><!-- #content -->
-	</div><!-- #container -->
-
-	<?php locate_template( array( 'sidebar.php' ), true ) ?>
-
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/forums/forums-loop.php b/wp-content/plugins/bp-template-pack/templates/forums/forums-loop.php
deleted file mode 100644
index 9f4b7e1d481af881f82c97b9395d2d8f5d4ea8f5..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/forums/forums-loop.php
+++ /dev/null
@@ -1,79 +0,0 @@
-<?php if ( bp_has_forum_topics( bp_ajax_querystring( 'forums' ) ) ) : ?>
-
-	<div class="pagination">
-
-		<div id="post-count" class="pag-count">
-			<?php if ( bp_is_group_forum() && is_user_logged_in() ) : ?>
-				<a href="#post-new" class="button"><?php _e( 'New Topic', 'buddypress' ) ?></a> &nbsp;
-			<?php endif; ?>
-
-			<?php bp_forum_pagination_count() ?>
-		</div>
-
-		<div class="pagination-links" id="topic-pag">
-			<?php bp_forum_pagination() ?>
-		</div>
-
-	</div>
-
-	<?php do_action( 'bp_before_directory_forums_list' ) ?>
-
-	<table class="forum">
-
-		<tr>
-			<th id="th-title"><?php _e( 'Topic Title', 'buddypress' ) ?></th>
-			<th id="th-poster"><?php _e( 'Latest Poster', 'buddypress' ) ?></th>
-
-			<?php if ( !bp_is_group_forum() ) : ?>
-				<th id="th-group"><?php _e( 'Posted In Group', 'buddypress' ) ?></th>
-			<?php endif; ?>
-
-			<th id="th-postcount"><?php _e( 'Posts', 'buddypress' ) ?></th>
-			<th id="th-freshness"><?php _e( 'Freshness', 'buddypress' ) ?></th>
-		</tr>
-
-		<?php while ( bp_forum_topics() ) : bp_the_forum_topic(); ?>
-
-		<tr class="<?php bp_the_topic_css_class() ?>">
-			<td class="td-title">
-				<a class="topic-title" href="<?php bp_the_topic_permalink() ?>" title="<?php bp_the_topic_title() ?> - <?php _e( 'Permalink', 'buddypress' ) ?>">
-					<?php bp_the_topic_title() ?>
-				</a>
-			</td>
-			<td class="td-poster">
-				<a href="<?php bp_the_topic_permalink() ?>"><?php bp_the_topic_last_poster_avatar( 'type=thumb&width=20&height=20' ) ?></a>
-				<div class="poster-name"><?php bp_the_topic_last_poster_name() ?></div>
-			</td>
-
-			<?php if ( !bp_is_group_forum() ) : ?>
-				<td class="td-group">
-					<a href="<?php bp_the_topic_object_permalink() ?>"><?php bp_the_topic_object_avatar( 'type=thumb&width=20&height=20' ) ?></a>
-					<div class="object-name"><a href="<?php bp_the_topic_object_permalink() ?>" title="<?php bp_the_topic_object_name() ?>"><?php bp_the_topic_object_name() ?></a></div>
-				</td>
-			<?php endif; ?>
-
-			<td class="td-postcount">
-				<?php bp_the_topic_total_posts() ?>
-			</td>
-			<td class="td-freshness">
-				<?php bp_the_topic_time_since_last_post() ?>
-			</td>
-
-			<?php do_action( 'bp_directory_forums_extra_cell' ) ?>
-		</tr>
-
-		<?php do_action( 'bp_directory_forums_extra_row' ) ?>
-
-		<?php endwhile; ?>
-
-	</table>
-
-	<?php do_action( 'bp_after_directory_forums_list' ) ?>
-
-<?php else: ?>
-
-	<div id="message" class="info">
-		<p><?php _e( 'Sorry, there were no forum topics found.', 'buddypress' ) ?></p>
-	</div>
-
-<?php endif;?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/forums/index.php b/wp-content/plugins/bp-template-pack/templates/forums/index.php
deleted file mode 100644
index 0620288f4e7838814940f084af7be3edf24b0421..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/forums/index.php
+++ /dev/null
@@ -1,111 +0,0 @@
-<?php get_header() ?>
-
-	<?php do_action( 'bp_before_directory_forums_content' ) ?>
-
-	<div id="container">
-		<div id="content">
-
-		<form action="" method="post" id="forums-search-form" class="dir-form">
-			<h3><?php _e( 'Group Forums Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() ) : ?> &nbsp;<a class="button" href="#new-topic" id="new-topic-button"><?php _e( 'New Topic', 'buddypress' ) ?></a><?php endif; ?></h3>
-
-			<div id="forums-dir-search" class="dir-search">
-				<?php bp_directory_forums_search_form() ?>
-			</div>
-		</form>
-
-			<div id="new-topic-post">
-				<?php if ( is_user_logged_in() ) : ?>
-
-					<?php if ( bp_has_groups( 'user_id=' . bp_loggedin_user_id() . '&type=alphabetical&max=100&per_page=100' ) ) : ?>
-
-						<form action="" method="post" id="forum-topic-form" class="standard-form">
-
-							<?php do_action( 'groups_forum_new_topic_before' ) ?>
-
-							<a name="post-new"></a>
-							<h5><?php _e( 'Post a New Topic:', 'buddypress' ) ?></h5>
-
-							<label><?php _e( 'Title:', 'buddypress' ) ?></label>
-							<input type="text" name="topic_title" id="topic_title" value="" />
-
-							<label><?php _e( 'Content:', 'buddypress' ) ?></label>
-							<textarea name="topic_text" id="topic_text"></textarea>
-
-							<label><?php _e( 'Tags (comma separated):', 'buddypress' ) ?></label>
-							<input type="text" name="topic_tags" id="topic_tags" value="" />
-
-							<label><?php _e( 'Post In Group Forum:', 'buddypress' ) ?></label>
-							<select id="topic_group_id" name="topic_group_id">
-								<?php while ( bp_groups() ) : bp_the_group(); ?>
-									<?php if ( 'public' == bp_get_group_status() ) : ?>
-										<option value="<?php bp_group_id() ?>"><?php bp_group_name() ?></option>
-									<?php endif; ?>
-								<?php endwhile; ?>
-							</select>
-
-							<?php do_action( 'groups_forum_new_topic_after' ) ?>
-
-							<div class="submit">
-								<input type="submit" name="submit_topic" id="submit" value="<?php _e( 'Post Topic', 'buddypress' ) ?>" />
-								<input type="button" name="submit_topic_cancel" id="submit_topic_cancel" value="<?php _e( 'Cancel', 'buddypress' ) ?>" />
-							</div>
-
-							<?php wp_nonce_field( 'bp_forums_new_topic' ) ?>
-
-						</form>
-
-					<?php else : ?>
-
-						<div id="message" class="info">
-							<p><?php printf( __( "You are not a member of any groups so you don't have any group forums you can post in. To start posting, first find a group that matches the topic subject you'd like to start. If this group does not exist, why not <a href='%s'>create a new group</a>? Once you have joined or created the group you can post your topic in that group's forum.", 'buddypress' ), site_url( BP_GROUPS_SLUG . '/create/' ) ) ?></p>
-						</div>
-
-					<?php endif; ?>
-
-				<?php endif; ?>
-			</div>
-
-		<form action="" method="post" id="forums-directory-form" class="dir-form">
-
-			<div class="item-list-tabs">
-				<ul>
-					<li class="selected" id="forums-all"><a href="<?php bp_root_domain() ?>"><?php printf( __( 'All Topics (%s)', 'buddypress' ), bp_get_forum_topic_count() ) ?></a></li>
-
-					<?php if ( is_user_logged_in() && bp_get_forum_topic_count_for_user( bp_loggedin_user_id() ) ) : ?>
-						<li id="forums-personal"><a href="<?php echo bp_loggedin_user_domain() . BP_GROUPS_SLUG . '/' ?>"><?php printf( __( 'My Topics (%s)', 'buddypress' ), bp_get_forum_topic_count_for_user( bp_loggedin_user_id() ) ) ?></a></li>
-					<?php endif; ?>
-
-					<?php do_action( 'bp_forums_directory_group_types' ) ?>
-
-					<li id="forums-order-select" class="last filter">
-
-						<?php _e( 'Order By:', 'buddypress' ) ?>
-						<select>
-							<option value="active"><?php _e( 'Last Active', 'buddypress' ) ?></option>
-							<option value="popular"><?php _e( 'Most Posts', 'buddypress' ) ?></option>
-							<option value="unreplied"><?php _e( 'Unreplied', 'buddypress' ) ?></option>
-
-							<?php do_action( 'bp_forums_directory_order_options' ) ?>
-						</select>
-					</li>
-				</ul>
-			</div>
-
-			<div id="forums-dir-list" class="forums dir-list">
-				<?php locate_template( array( 'forums/forums-loop.php' ), true ) ?>
-			</div>
-
-			<?php do_action( 'bp_directory_forums_content' ) ?>
-
-			<?php wp_nonce_field( 'directory_forums', '_wpnonce-forums-filter' ) ?>
-
-			<?php do_action( 'bp_after_directory_forums_content' ) ?>
-
-		</form>
-
-	</div><!-- #content -->
-</div><!-- #container -->
-
-	<?php locate_template( array( 'sidebar.php' ), true ) ?>
-
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/groups/create.php b/wp-content/plugins/bp-template-pack/templates/groups/create.php
deleted file mode 100644
index 3c6ec353b3aafbdbfbb8af88fa43ab318a7e36cc..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/groups/create.php
+++ /dev/null
@@ -1,262 +0,0 @@
-<?php get_header() ?>
-
-<div id="container">
-	<div id="content">
-
-		<form action="<?php bp_group_creation_form_action() ?>" method="post" id="create-group-form" class="standard-form" enctype="multipart/form-data">
-			<h3><?php _e( 'Create a Group', 'buddypress' ) ?> &nbsp;<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG . '/' ?>"><?php _e( 'Groups Directory', 'buddypress' ) ?></a></h3>
-
-			<?php do_action( 'bp_before_create_group' ) ?>
-
-			<div class="item-list-tabs no-ajax" id="group-create-tabs">
-				<ul>
-					<?php bp_group_creation_tabs(); ?>
-				</ul>
-			</div>
-
-			<?php do_action( 'template_notices' ) ?>
-
-			<div class="item-body" id="group-create-body">
-
-				<?php /* Group creation step 1: Basic group details */ ?>
-				<?php if ( bp_is_group_creation_step( 'group-details' ) ) : ?>
-
-					<?php do_action( 'bp_before_group_details_creation_step' ); ?>
-
-					<label for="group-name"><?php _e('* Group Name', 'buddypress') ?> <?php _e( '(required)', 'buddypress' )?></label>
-					<input type="text" name="group-name" id="group-name" value="<?php bp_new_group_name() ?>" />
-
-					<label for="group-desc"><?php _e('* Group Description', 'buddypress') ?> <?php _e( '(required)', 'buddypress' )?></label>
-					<textarea name="group-desc" id="group-desc"><?php bp_new_group_description() ?></textarea>
-
-					<?php do_action( 'bp_after_group_details_creation_step' ); /* Deprecated -> */ do_action( 'groups_custom_group_fields_editable' ); ?>
-
-					<?php wp_nonce_field( 'groups_create_save_group-details' ) ?>
-
-				<?php endif; ?>
-
-				<?php /* Group creation step 2: Group settings */ ?>
-				<?php if ( bp_is_group_creation_step( 'group-settings' ) ) : ?>
-
-					<?php do_action( 'bp_before_group_settings_creation_step' ); ?>
-
-					<?php if ( function_exists('bp_wire_install') ) : ?>
-					<div class="checkbox">
-						<label><input type="checkbox" name="group-show-wire" id="group-show-wire" value="1"<?php if ( bp_get_new_group_enable_wire() ) { ?> checked="checked"<?php } ?> /> <?php _e('Enable comment wire', 'buddypress') ?></label>
-					</div>
-					<?php endif; ?>
-
-					<?php if ( function_exists('bp_forums_is_installed_correctly') ) : ?>
-						<?php if ( bp_forums_is_installed_correctly() ) : ?>
-							<div class="checkbox">
-								<label><input type="checkbox" name="group-show-forum" id="group-show-forum" value="1"<?php if ( bp_get_new_group_enable_forum() ) { ?> checked="checked"<?php } ?> /> <?php _e('Enable discussion forum', 'buddypress') ?></label>
-							</div>
-						<?php else : ?>
-							<?php if ( is_site_admin() ) : ?>
-								<div class="checkbox">
-									<label><input type="checkbox" disabled="disabled" name="disabled" id="disabled" value="0" /> <?php printf( __('<strong>Attention Site Admin:</strong> Group forums require the <a href="%s">correct setup and configuration</a> of a bbPress installation.', 'buddypress' ), bp_get_root_domain() . '/wp-admin/admin.php?page=bb-forums-setup' ) ?></label>
-								</div>
-							<?php endif; ?>
-						<?php endif; ?>
-					<?php endif; ?>
-
-					<hr />
-
-					<h4><?php _e( 'Privacy Options', 'buddypress' ); ?></h4>
-
-					<div class="radio">
-						<label><input type="radio" name="group-status" value="public"<?php if ( 'public' == bp_get_new_group_status() || !bp_get_new_group_status() ) { ?> checked="checked"<?php } ?> />
-							<strong><?php _e( 'This is a public group', 'buddypress' ) ?></strong>
-							<ul>
-								<li><?php _e( 'Any site member can join this group.', 'buddypress' ) ?></li>
-								<li><?php _e( 'This group will be listed in the groups directory and in search results.', 'buddypress' ) ?></li>
-								<li><?php _e( 'Group content and activity will be visible to any site member.', 'buddypress' ) ?></li>
-							</ul>
-						</label>
-
-						<label><input type="radio" name="group-status" value="private"<?php if ( 'private' == bp_get_new_group_status() ) { ?> checked="checked"<?php } ?> />
-							<strong><?php _e( 'This is a private group', 'buddypress' ) ?></strong>
-							<ul>
-								<li><?php _e( 'Only users who request membership and are accepted can join the group.', 'buddypress' ) ?></li>
-								<li><?php _e( 'This group will be listed in the groups directory and in search results.', 'buddypress' ) ?></li>
-								<li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ) ?></li>
-							</ul>
-						</label>
-
-						<label><input type="radio" name="group-status" value="hidden"<?php if ( 'hidden' == bp_get_new_group_status() ) { ?> checked="checked"<?php } ?> />
-							<strong><?php _e('This is a hidden group', 'buddypress') ?></strong>
-							<ul>
-								<li><?php _e( 'Only users who are invited can join the group.', 'buddypress' ) ?></li>
-								<li><?php _e( 'This group will not be listed in the groups directory or search results.', 'buddypress' ) ?></li>
-								<li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ) ?></li>
-							</ul>
-						</label>
-					</div>
-
-					<?php do_action( 'bp_after_group_settings_creation_step' ); ?>
-
-					<?php wp_nonce_field( 'groups_create_save_group-settings' ) ?>
-
-				<?php endif; ?>
-
-				<?php /* Group creation step 3: Avatar Uploads */ ?>
-				<?php if ( bp_is_group_creation_step( 'group-avatar' ) ) : ?>
-
-					<?php do_action( 'bp_before_group_avatar_creation_step' ); ?>
-
-					<?php if ( !bp_get_avatar_admin_step() ) : ?>
-
-						<div class="left-menu">
-							<?php bp_new_group_avatar() ?>
-						</div><!-- .left-menu -->
-
-						<div class="main-column">
-							<p><?php _e("Upload an image to use as an avatar for this group. The image will be shown on the main group page, and in search results.", 'buddypress') ?></p>
-
-							<p>
-								<input type="file" name="file" id="file" />
-								<input type="submit" name="upload" id="upload" value="<?php _e( 'Upload Image', 'buddypress' ) ?>" />
-								<input type="hidden" name="action" id="action" value="bp_avatar_upload" />
-							</p>
-
-							<p><?php _e( 'To skip the avatar upload process, hit the "Next Step" button.', 'buddypress' ) ?></p>
-						</div><!-- .main-column -->
-
-					<?php endif; ?>
-
-					<?php if ( 'crop-image' == bp_get_avatar_admin_step() ) : ?>
-
-						<h3><?php _e( 'Crop Group Avatar', 'buddypress' ) ?></h3>
-
-						<img src="<?php bp_avatar_to_crop() ?>" id="avatar-to-crop" class="avatar" alt="<?php _e( 'Avatar to crop', 'buddypress' ) ?>" />
-
-						<div id="avatar-crop-pane">
-							<img src="<?php bp_avatar_to_crop() ?>" id="avatar-crop-preview" class="avatar" alt="<?php _e( 'Avatar preview', 'buddypress' ) ?>" />
-						</div>
-
-						<input type="submit" name="avatar-crop-submit" id="avatar-crop-submit" value="<?php _e( 'Crop Image', 'buddypress' ) ?>" />
-
-						<input type="hidden" name="image_src" id="image_src" value="<?php bp_avatar_to_crop_src() ?>" />
-						<input type="hidden" name="upload" id="upload" />
-						<input type="hidden" id="x" name="x" />
-						<input type="hidden" id="y" name="y" />
-						<input type="hidden" id="w" name="w" />
-						<input type="hidden" id="h" name="h" />
-
-					<?php endif; ?>
-
-					<?php do_action( 'bp_after_group_avatar_creation_step' ); ?>
-
-					<?php wp_nonce_field( 'groups_create_save_group-avatar' ) ?>
-
-				<?php endif; ?>
-
-				<?php /* Group creation step 4: Invite friends to group */ ?>
-				<?php if ( bp_is_group_creation_step( 'group-invites' ) ) : ?>
-
-					<?php do_action( 'bp_before_group_invites_creation_step' ); ?>
-
-					<?php if ( function_exists( 'bp_get_total_friend_count' ) && bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?>
-						<div class="left-menu">
-
-							<div id="invite-list">
-								<ul>
-									<?php bp_new_group_invite_friend_list() ?>
-								</ul>
-
-								<?php wp_nonce_field( 'groups_invite_uninvite_user', '_wpnonce_invite_uninvite_user' ) ?>
-							</div>
-
-						</div><!-- .left-menu -->
-
-						<div class="main-column">
-
-							<div id="message" class="info">
-								<p><?php _e('Select people to invite from your friends list.', 'buddypress'); ?></p>
-							</div>
-
-							<?php /* The ID 'friend-list' is important for AJAX support. */ ?>
-							<ul id="friend-list" class="item-list">
-							<?php if ( bp_group_has_invites() ) : ?>
-
-								<?php while ( bp_group_invites() ) : bp_group_the_invite(); ?>
-
-									<li id="<?php bp_group_invite_item_id() ?>">
-										<?php bp_group_invite_user_avatar() ?>
-
-										<h4><?php bp_group_invite_user_link() ?></h4>
-										<span class="activity"><?php bp_group_invite_user_last_active() ?></span>
-
-										<div class="action">
-											<a class="remove" href="<?php bp_group_invite_user_remove_invite_url() ?>" id="<?php bp_group_invite_item_id() ?>"><?php _e( 'Remove Invite', 'buddypress' ) ?></a>
-										</div>
-									</li>
-
-								<?php endwhile; ?>
-
-								<?php wp_nonce_field( 'groups_send_invites', '_wpnonce_send_invites' ) ?>
-							<?php endif; ?>
-							</ul>
-
-						</div><!-- .main-column -->
-
-					<?php else : ?>
-
-						<div id="message" class="info">
-							<p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group. You can send invites any time in the future by selecting the "Send Invites" option when viewing your new group.', 'buddypress' ); ?></p>
-						</div>
-
-					<?php endif; ?>
-
-					<?php wp_nonce_field( 'groups_create_save_group-invites' ) ?>
-					<?php do_action( 'bp_after_group_invites_creation_step' ); ?>
-
-				<?php endif; ?>
-
-				<?php do_action( 'groups_custom_create_steps' ) // Allow plugins to add custom group creation steps ?>
-
-				<?php do_action( 'bp_before_group_creation_step_buttons' ); ?>
-
-				<?php if ( 'crop-image' != bp_get_avatar_admin_step() ) : ?>
-					<div class="submit" id="previous-next">
-						<?php /* Previous Button */ ?>
-						<?php if ( !bp_is_first_group_creation_step() ) : ?>
-							<input type="button" value="&larr; <?php _e('Previous Step', 'buddypress') ?>" id="group-creation-previous" name="previous" onclick="location.href='<?php bp_group_creation_previous_link() ?>'" />
-						<?php endif; ?>
-
-						<?php /* Next Button */ ?>
-						<?php if ( !bp_is_last_group_creation_step() && !bp_is_first_group_creation_step() ) : ?>
-							<input type="submit" value="<?php _e('Next Step', 'buddypress') ?> &rarr;" id="group-creation-next" name="save" />
-						<?php endif;?>
-
-						<?php /* Create Button */ ?>
-						<?php if ( bp_is_first_group_creation_step() ) : ?>
-							<input type="submit" value="<?php _e('Create Group and Continue', 'buddypress') ?> &rarr;" id="group-creation-create" name="save" />
-						<?php endif; ?>
-
-						<?php /* Finish Button */ ?>
-						<?php if ( bp_is_last_group_creation_step() ) : ?>
-							<input type="submit" value="<?php _e('Finish', 'buddypress') ?> &rarr;" id="group-creation-finish" name="save" />
-						<?php endif; ?>
-					</div>
-				<?php endif;?>
-
-				<?php do_action( 'bp_after_group_creation_step_buttons' ); ?>
-
-				<?php /* Don't leave out this hidden field */ ?>
-				<input type="hidden" name="group_id" id="group_id" value="<?php bp_new_group_id() ?>" />
-
-				<?php do_action( 'bp_directory_groups_content' ) ?>
-
-			</div><!-- .item-body -->
-
-			<?php do_action( 'bp_after_create_group' ) ?>
-
-		</form>
-
-	</div><!-- #content -->
-</div><!-- #container -->
-
-	<?php locate_template( array( 'sidebar.php' ), true ) ?>
-
-<?php get_footer() ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/groups/groups-loop.php b/wp-content/plugins/bp-template-pack/templates/groups/groups-loop.php
deleted file mode 100644
index 9fb3c72c9bad30d5ae0370b325d70c78dbb8508e..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/groups/groups-loop.php
+++ /dev/null
@@ -1,60 +0,0 @@
-<?php /* Querystring is set via AJAX in _inc/ajax.php - bp_dtheme_object_filter() */ ?>
-
-<?php do_action( 'bp_before_groups_loop' ) ?>
-
-<?php if ( bp_has_groups( bp_ajax_querystring( 'groups' ) ) ) : ?>
-
-	<div class="pagination">
-
-		<div class="pag-count" id="group-dir-count">
-			<?php bp_groups_pagination_count() ?>
-		</div>
-
-		<div class="pagination-links" id="group-dir-pag">
-			<?php bp_groups_pagination_links() ?>
-		</div>
-
-	</div>
-
-	<ul id="groups-list" class="item-list">
-	<?php while ( bp_groups() ) : bp_the_group(); ?>
-
-		<li>
-			<div class="item-avatar">
-				<a href="<?php bp_group_permalink() ?>"><?php bp_group_avatar( 'type=thumb&width=50&height=50' ) ?></a>
-			</div>
-
-			<div class="item">
-				<div class="item-title"><a href="<?php bp_group_permalink() ?>"><?php bp_group_name() ?></a></div>
-				<div class="item-meta"><span class="activity"><?php printf( __( 'active %s ago', 'buddypress' ), bp_get_group_last_active() ) ?></span></div>
-
-				<div class="item-desc"><?php bp_group_description_excerpt() ?></div>
-
-				<?php do_action( 'bp_directory_groups_item' ) ?>
-			</div>
-
-			<div class="action">
-				<?php bp_group_join_button() ?>
-
-				<div class="meta">
-					<?php bp_group_type() ?> / <?php bp_group_member_count() ?>
-				</div>
-
-				<?php do_action( 'bp_directory_groups_actions' ) ?>
-			</div>
-
-			<div class="clear"></div>
-		</li>
-
-	<?php endwhile; ?>
-	</ul>
-
-	<?php do_action( 'bp_after_groups_loop' ) ?>
-
-<?php else: ?>
-
-	<div id="message" class="info">
-		<p><?php _e( 'There were no groups found.', 'buddypress' ) ?></p>
-	</div>
-
-<?php endif; ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/groups/index.php b/wp-content/plugins/bp-template-pack/templates/groups/index.php
deleted file mode 100644
index 2371358d479556f0582a00b4f8afb1abb359a12e..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/groups/index.php
+++ /dev/null
@@ -1,57 +0,0 @@
-<?php get_header() ?>
-
-<div id="container">
-	<div id="content">
-
-		<form action="" method="post" id="groups-directory-form" class="dir-form">
-			<h3><?php _e( 'Groups Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() ) : ?> &nbsp;<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG . '/create/' ?>"><?php _e( 'Create a Group', 'buddypress' ) ?></a><?php endif; ?></h3>
-
-			<?php do_action( 'bp_before_directory_groups_content' ) ?>
-
-			<div id="group-dir-search" class="dir-search">
-				<?php bp_directory_groups_search_form() ?>
-			</div><!-- #group-dir-search -->
-
-			<div class="item-list-tabs">
-				<ul>
-					<li class="selected" id="groups-all"><a href="<?php bp_root_domain() ?>"><?php printf( __( 'All Groups (%s)', 'buddypress' ), bp_get_total_group_count() ) ?></a></li>
-
-					<?php if ( is_user_logged_in() && bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) : ?>
-						<li id="groups-personal"><a href="<?php echo bp_loggedin_user_domain() . BP_GROUPS_SLUG . '/my-groups/' ?>"><?php printf( __( 'My Groups (%s)', 'buddypress' ), bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) ?></a></li>
-					<?php endif; ?>
-
-					<?php do_action( 'bp_groups_directory_group_types' ) ?>
-
-					<li id="groups-order-select" class="last filter">
-
-						<?php _e( 'Order By:', 'buddypress' ) ?>
-						<select>
-							<option value="active"><?php _e( 'Last Active', 'buddypress' ) ?></option>
-							<option value="popular"><?php _e( 'Most Members', 'buddypress' ) ?></option>
-							<option value="newest"><?php _e( 'Newly Created', 'buddypress' ) ?></option>
-							<option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ) ?></option>
-
-							<?php do_action( 'bp_groups_directory_order_options' ) ?>
-						</select>
-					</li>
-				</ul>
-			</div><!-- .item-list-tabs -->
-
-			<div id="groups-dir-list" class="groups dir-list">
-				<?php locate_template( array( 'groups/groups-loop.php' ), true ) ?>
-			</div><!-- #groups-dir-list -->
-
-			<?php do_action( 'bp_directory_groups_content' ) ?>
-
-			<?php wp_nonce_field( 'directory_groups', '_wpnonce-groups-filter' ) ?>
-
-		</form><!-- #groups-directory-form -->
-
-		<?php do_action( 'bp_after_directory_groups_content' ) ?>
-
-	</div><!-- #content -->
-</div><!-- #container -->
-
-	<?php locate_template( array( 'sidebar.php' ), true ) ?>
-
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/groups/single/activity.php b/wp-content/plugins/bp-template-pack/templates/groups/single/activity.php
deleted file mode 100644
index dcbe1469046a43dcfc9079d4a67c39c9f36df0b5..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/groups/single/activity.php
+++ /dev/null
@@ -1,38 +0,0 @@
-<div class="item-list-tabs no-ajax" id="subnav">
-	<ul>
-		<li class="feed"><a href="<?php bp_group_activity_feed_link() ?>" title="RSS Feed"><?php _e( 'RSS', 'buddypress' ) ?></a></li>
-
-		<?php do_action( 'bp_group_activity_syndication_options' ) ?>
-
-		<li id="activity-filter-select" class="last">
-			<select>
-				<option value="-1"><?php _e( 'No Filter', 'buddypress' ) ?></option>
-				<option value="activity_update"><?php _e( 'Show Updates', 'buddypress' ) ?></option>
-
-				<?php if ( bp_is_active( 'forums' ) ) : ?>
-					<option value="new_forum_topic"><?php _e( 'Show New Forum Topics', 'buddypress' ) ?></option>
-					<option value="new_forum_post"><?php _e( 'Show Forum Replies', 'buddypress' ) ?></option>
-				<?php endif; ?>
-
-				<option value="joined_group"><?php _e( 'Show New Group Memberships', 'buddypress' ) ?></option>
-
-				<?php do_action( 'bp_group_activity_filter_options' ) ?>
-			</select>
-		</li>
-	</ul>
-</div><!-- .item-list-tabs -->
-
-<?php do_action( 'bp_before_group_activity_post_form' ) ?>
-
-<?php if ( is_user_logged_in() && bp_group_is_member() ) : ?>
-	<?php locate_template( array( 'activity/post-form.php'), true ) ?>
-<?php endif; ?>
-
-<?php do_action( 'bp_after_group_activity_post_form' ) ?>
-<?php do_action( 'bp_before_group_activity_content' ) ?>
-
-<div class="activity single-group">
-	<?php locate_template( array( 'activity/activity-loop.php' ), true ) ?>
-</div><!-- .activity -->
-
-<?php do_action( 'bp_after_group_activity_content' ) ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/groups/single/admin.php b/wp-content/plugins/bp-template-pack/templates/groups/single/admin.php
deleted file mode 100644
index 100e47889db6d38057ef03196bca4303236b371e..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/groups/single/admin.php
+++ /dev/null
@@ -1,312 +0,0 @@
-<div class="item-list-tabs no-ajax" id="subnav">
-	<ul>
-		<?php bp_group_admin_tabs(); ?>
-	</ul>
-</div><!-- .item-list-tabs -->
-
-<form action="<?php bp_group_admin_form_action() ?>" name="group-settings-form" id="group-settings-form" class="standard-form" method="post" enctype="multipart/form-data">
-
-<?php do_action( 'bp_before_group_admin_content' ) ?>
-
-<?php /* Edit Group Details */ ?>
-<?php if ( bp_is_group_admin_screen( 'edit-details' ) ) : ?>
-
-	<?php do_action( 'bp_before_group_details_admin' ); ?>
-
-	<label for="group-name">* <?php _e( 'Group Name', 'buddypress' ) ?></label>
-	<input type="text" name="group-name" id="group-name" value="<?php bp_group_name() ?>" />
-
-	<label for="group-desc">* <?php _e( 'Group Description', 'buddypress' ) ?></label>
-	<textarea name="group-desc" id="group-desc"><?php bp_group_description_editable() ?></textarea>
-
-	<?php do_action( 'groups_custom_group_fields_editable' ) ?>
-
-	<p>
-		<label for="group-notifiy-members"><?php _e( 'Notify group members of changes via email', 'buddypress' ); ?></label>
-		<input type="radio" name="group-notify-members" value="1" /> <?php _e( 'Yes', 'buddypress' ); ?>&nbsp;
-		<input type="radio" name="group-notify-members" value="0" checked="checked" /> <?php _e( 'No', 'buddypress' ); ?>&nbsp;
-	</p>
-
-	<?php do_action( 'bp_after_group_details_admin' ); ?>
-
-	<p><input type="submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?> &rarr;" id="save" name="save" /></p>
-	<?php wp_nonce_field( 'groups_edit_group_details' ) ?>
-
-<?php endif; ?>
-
-<?php /* Manage Group Settings */ ?>
-<?php if ( bp_is_group_admin_screen( 'group-settings' ) ) : ?>
-
-	<?php do_action( 'bp_before_group_settings_admin' ); ?>
-
-	<?php if ( function_exists('bp_wire_install') ) : ?>
-
-		<div class="checkbox">
-			<label><input type="checkbox" name="group-show-wire" id="group-show-wire" value="1"<?php bp_group_show_wire_setting() ?>/> <?php _e( 'Enable comment wire', 'buddypress' ) ?></label>
-		</div>
-
-	<?php endif; ?>
-
-	<?php if ( function_exists('bp_forums_is_installed_correctly') ) : ?>
-
-		<?php if ( bp_forums_is_installed_correctly() ) : ?>
-
-			<div class="checkbox">
-				<label><input type="checkbox" name="group-show-forum" id="group-show-forum" value="1"<?php bp_group_show_forum_setting() ?> /> <?php _e( 'Enable discussion forum', 'buddypress' ) ?></label>
-			</div>
-
-		<?php endif; ?>
-
-	<?php endif; ?>
-
-	<hr />
-
-	<h4><?php _e( 'Privacy Options', 'buddypress' ); ?></h4>
-
-	<div class="radio">
-		<label>
-			<input type="radio" name="group-status" value="public"<?php bp_group_show_status_setting('public') ?> />
-			<strong><?php _e( 'This is a public group', 'buddypress' ) ?></strong>
-			<ul>
-				<li><?php _e( 'Any site member can join this group.', 'buddypress' ) ?></li>
-				<li><?php _e( 'This group will be listed in the groups directory and in search results.', 'buddypress' ) ?></li>
-				<li><?php _e( 'Group content and activity will be visible to any site member.', 'buddypress' ) ?></li>
-			</ul>
-		</label>
-
-		<label>
-			<input type="radio" name="group-status" value="private"<?php bp_group_show_status_setting('private') ?> />
-			<strong><?php _e( 'This is a private group', 'buddypress' ) ?></strong>
-			<ul>
-				<li><?php _e( 'Only users who request membership and are accepted can join the group.', 'buddypress' ) ?></li>
-				<li><?php _e( 'This group will be listed in the groups directory and in search results.', 'buddypress' ) ?></li>
-				<li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ) ?></li>
-			</ul>
-		</label>
-
-		<label>
-			<input type="radio" name="group-status" value="hidden"<?php bp_group_show_status_setting('hidden') ?> />
-			<strong><?php _e( 'This is a hidden group', 'buddypress' ) ?></strong>
-			<ul>
-				<li><?php _e( 'Only users who are invited can join the group.', 'buddypress' ) ?></li>
-				<li><?php _e( 'This group will not be listed in the groups directory or search results.', 'buddypress' ) ?></li>
-				<li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ) ?></li>
-			</ul>
-		</label>
-	</div>
-
-	<?php do_action( 'bp_after_group_settings_admin' ); ?>
-
-	<p><input type="submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?> &rarr;" id="save" name="save" /></p>
-	<?php wp_nonce_field( 'groups_edit_group_settings' ) ?>
-
-<?php endif; ?>
-
-<?php /* Group Avatar Settings */ ?>
-<?php if ( bp_is_group_admin_screen( 'group-avatar' ) ) : ?>
-
-	<?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?>
-
-			<p><?php _e("Upload an image to use as an avatar for this group. The image will be shown on the main group page, and in search results.", 'buddypress') ?></p>
-
-			<p>
-				<input type="file" name="file" id="file" />
-				<input type="submit" name="upload" id="upload" value="<?php _e( 'Upload Image', 'buddypress' ) ?>" />
-				<input type="hidden" name="action" id="action" value="bp_avatar_upload" />
-			</p>
-
-			<?php if ( bp_get_group_has_avatar() ) : ?>
-				<p><?php _e( "If you'd like to remove the existing avatar but not upload a new one, please use the delete avatar button.", 'buddypress' ) ?></p>
-
-				<div class="generic-button" id="delete-group-avatar-button">
-					<a class="edit" href="<?php bp_group_avatar_delete_link() ?>" title="<?php _e( 'Delete Avatar', 'buddypress' ) ?>"><?php _e( 'Delete Avatar', 'buddypress' ) ?></a>
-				</div>
-			<?php endif; ?>
-
-			<?php wp_nonce_field( 'bp_avatar_upload' ) ?>
-
-	<?php endif; ?>
-
-	<?php if ( 'crop-image' == bp_get_avatar_admin_step() ) : ?>
-
-		<h3><?php _e( 'Crop Avatar', 'buddypress' ) ?></h3>
-
-		<img src="<?php bp_avatar_to_crop() ?>" id="avatar-to-crop" class="avatar" alt="<?php _e( 'Avatar to crop', 'buddypress' ) ?>" />
-
-		<div id="avatar-crop-pane">
-			<img src="<?php bp_avatar_to_crop() ?>" id="avatar-crop-preview" class="avatar" alt="<?php _e( 'Avatar preview', 'buddypress' ) ?>" />
-		</div>
-
-		<input type="submit" name="avatar-crop-submit" id="avatar-crop-submit" value="<?php _e( 'Crop Image', 'buddypress' ) ?>" />
-
-		<input type="hidden" name="image_src" id="image_src" value="<?php bp_avatar_to_crop_src() ?>" />
-		<input type="hidden" id="x" name="x" />
-		<input type="hidden" id="y" name="y" />
-		<input type="hidden" id="w" name="w" />
-		<input type="hidden" id="h" name="h" />
-
-		<?php wp_nonce_field( 'bp_avatar_cropstore' ) ?>
-
-	<?php endif; ?>
-
-<?php endif; ?>
-
-<?php /* Manage Group Members */ ?>
-<?php if ( bp_is_group_admin_screen( 'manage-members' ) ) : ?>
-
-	<?php do_action( 'bp_before_group_manage_members_admin' ); ?>
-
-	<div class="bp-widget">
-		<h4><?php _e( 'Administrators', 'buddypress' ); ?></h4>
-		<?php bp_group_admin_memberlist( true ) ?>
-	</div>
-
-	<?php if ( bp_group_has_moderators() ) : ?>
-
-		<div class="bp-widget">
-			<h4><?php _e( 'Moderators', 'buddypress' ) ?></h4>
-			<?php bp_group_mod_memberlist( true ) ?>
-		</div>
-
-	<?php endif; ?>
-
-	<div class="bp-widget">
-		<h4><?php _e("Members", "buddypress"); ?></h4>
-
-		<?php if ( bp_group_has_members( 'per_page=15&exclude_banned=false' ) ) : ?>
-
-			<?php if ( bp_group_member_needs_pagination() ) : ?>
-
-				<div class="pagination no-ajax">
-
-					<div id="member-count" class="pag-count">
-						<?php bp_group_member_pagination_count() ?>
-					</div>
-
-					<div id="member-admin-pagination" class="pagination-links">
-						<?php bp_group_member_admin_pagination() ?>
-					</div>
-
-				</div>
-
-			<?php endif; ?>
-
-			<ul id="members-list" class="item-list single-line">
-				<?php while ( bp_group_members() ) : bp_group_the_member(); ?>
-
-					<?php if ( bp_get_group_member_is_banned() ) : ?>
-
-						<li class="banned-user">
-							<?php bp_group_member_avatar_mini() ?>
-
-							<h5><?php bp_group_member_link() ?> <?php _e( '(banned)', 'buddypress') ?> <span class="small"> - <a href="<?php bp_group_member_unban_link() ?>" class="confirm" title="<?php _e( 'Kick and ban this member', 'buddypress' ) ?>"><?php _e( 'Remove Ban', 'buddypress' ); ?></a> </h5>
-
-					<?php else : ?>
-
-						<li>
-							<?php bp_group_member_avatar_mini() ?>
-							<h5><?php bp_group_member_link() ?>  <span class="small"> - <a href="<?php bp_group_member_ban_link() ?>" class="confirm" title="<?php _e( 'Kick and ban this member', 'buddypress' ); ?>"><?php _e( 'Kick &amp; Ban', 'buddypress' ); ?></a> | <a href="<?php bp_group_member_promote_mod_link() ?>" class="confirm" title="<?php _e( 'Promote to Mod', 'buddypress' ); ?>"><?php _e( 'Promote to Mod', 'buddypress' ); ?></a> | <a href="<?php bp_group_member_promote_admin_link() ?>" class="confirm" title="<?php _e( 'Promote to Admin', 'buddypress' ); ?>"><?php _e( 'Promote to Admin', 'buddypress' ); ?></a></span></h5>
-
-					<?php endif; ?>
-
-							<?php do_action( 'bp_group_manage_members_admin_item' ); ?>
-						</li>
-
-				<?php endwhile; ?>
-			</ul>
-
-		<?php else: ?>
-
-			<div id="message" class="info">
-				<p><?php _e( 'This group has no members.', 'buddypress' ); ?></p>
-			</div>
-
-		<?php endif; ?>
-
-	</div>
-
-	<?php do_action( 'bp_after_group_manage_members_admin' ); ?>
-
-<?php endif; ?>
-
-<?php /* Manage Membership Requests */ ?>
-<?php if ( bp_is_group_admin_screen( 'membership-requests' ) ) : ?>
-
-	<?php do_action( 'bp_before_group_membership_requests_admin' ); ?>
-
-	<?php if ( bp_group_has_membership_requests() ) : ?>
-
-		<ul id="request-list" class="item-list">
-			<?php while ( bp_group_membership_requests() ) : bp_group_the_membership_request(); ?>
-
-				<li>
-					<?php bp_group_request_user_avatar_thumb() ?>
-					<h4><?php bp_group_request_user_link() ?> <span class="comments"><?php bp_group_request_comment() ?></span></h4>
-					<span class="activity"><?php bp_group_request_time_since_requested() ?></span>
-
-					<?php do_action( 'bp_group_membership_requests_admin_item' ); ?>
-
-					<div class="action">
-
-						<div class="generic-button accept">
-							<a href="<?php bp_group_request_accept_link() ?>"><?php _e( 'Accept', 'buddypress' ); ?></a>
-						</div>
-
-					 &nbsp;
-
-						<div class="generic-button reject">
-							<a href="<?php bp_group_request_reject_link() ?>"><?php _e( 'Reject', 'buddypress' ); ?></a>
-						</div>
-
-						<?php do_action( 'bp_group_membership_requests_admin_item_action' ); ?>
-
-					</div>
-				</li>
-
-			<?php endwhile; ?>
-		</ul>
-
-	<?php else: ?>
-
-		<div id="message" class="info">
-			<p><?php _e( 'There are no pending membership requests.', 'buddypress' ); ?></p>
-		</div>
-
-	<?php endif; ?>
-
-	<?php do_action( 'bp_after_group_membership_requests_admin' ); ?>
-
-<?php endif; ?>
-
-<?php do_action( 'groups_custom_edit_steps' ) // Allow plugins to add custom group edit screens ?>
-
-<?php /* Delete Group Option */ ?>
-<?php if ( bp_is_group_admin_screen( 'delete-group' ) ) : ?>
-
-	<?php do_action( 'bp_before_group_delete_admin' ); ?>
-
-	<div id="message" class="info">
-		<p><?php _e( 'WARNING: Deleting this group will completely remove ALL content associated with it. There is no way back, please be careful with this option.', 'buddypress' ); ?></p>
-	</div>
-
-	<input type="checkbox" name="delete-group-understand" id="delete-group-understand" value="1" onclick="if(this.checked) { document.getElementById('delete-group-button').disabled = ''; } else { document.getElementById('delete-group-button').disabled = 'disabled'; }" /> <?php _e( 'I understand the consequences of deleting this group.', 'buddypress' ); ?>
-
-	<?php do_action( 'bp_after_group_delete_admin' ); ?>
-
-	<div class="submit">
-		<input type="submit" disabled="disabled" value="<?php _e( 'Delete Group', 'buddypress' ) ?> &rarr;" id="delete-group-button" name="delete-group-button" />
-	</div>
-
-	<input type="hidden" name="group-id" id="group-id" value="<?php bp_group_id() ?>" />
-
-	<?php wp_nonce_field( 'groups_delete_group' ) ?>
-
-<?php endif; ?>
-
-<?php /* This is important, don't forget it */ ?>
-<input type="hidden" name="group-id" id="group-id" value="<?php bp_group_id() ?>" />
-
-<?php do_action( 'bp_after_group_admin_content' ) ?>
-
-</form>
-
diff --git a/wp-content/plugins/bp-template-pack/templates/groups/single/forum.php b/wp-content/plugins/bp-template-pack/templates/groups/single/forum.php
deleted file mode 100644
index 7a2735f48f20901ba5360b923d51b2b64c006925..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/groups/single/forum.php
+++ /dev/null
@@ -1,53 +0,0 @@
-<?php do_action( 'bp_before_group_forum_content' ) ?>
-
-<?php if ( bp_is_group_forum_topic_edit() ) : ?>
-	<?php locate_template( array( 'groups/single/forum/edit.php' ), true ) ?>
-
-<?php elseif ( bp_is_group_forum_topic() ) : ?>
-	<?php locate_template( array( 'groups/single/forum/topic.php' ), true ) ?>
-
-<?php else : ?>
-
-	<div class="forums single-forum">
-		<?php locate_template( array( 'forums/forums-loop.php' ), true ) ?>
-	</div><!-- .forums -->
-
-	<?php do_action( 'bp_after_group_forum_content' ) ?>
-
-	<?php if ( ( is_user_logged_in() && 'public' == bp_get_group_status() ) || bp_group_is_member() ) : ?>
-
-		<form action="" method="post" id="forum-topic-form" class="standard-form">
-			<div id="post-new-topic">
-
-				<?php do_action( 'bp_before_group_forum_post_new' ) ?>
-
-				<?php if ( !bp_group_is_member() ) : ?>
-					<p><?php _e( 'You will auto join this group when you start a new topic.', 'buddypress' ) ?></p>
-				<?php endif; ?>
-
-				<p id="post-new"></p>
-				<h4><?php _e( 'Post a New Topic:', 'buddypress' ) ?></h4>
-
-				<label><?php _e( 'Title:', 'buddypress' ) ?></label>
-				<input type="text" name="topic_title" id="topic_title" value="" />
-
-				<label><?php _e( 'Content:', 'buddypress' ) ?></label>
-				<textarea name="topic_text" id="topic_text"></textarea>
-
-				<label><?php _e( 'Tags (comma separated):', 'buddypress' ) ?></label>
-				<input type="text" name="topic_tags" id="topic_tags" value="" />
-
-				<?php do_action( 'bp_after_group_forum_post_new' ) ?>
-
-				<div class="submit">
-					<input type="submit" name="submit_topic" id="submit" value="<?php _e( 'Post Topic', 'buddypress' ) ?>" />
-				</div>
-
-				<?php wp_nonce_field( 'bp_forums_new_topic' ) ?>
-			</div><!-- #post-new-topic -->
-		</form>
-
-	<?php endif; ?>
-
-<?php endif; ?>
-
diff --git a/wp-content/plugins/bp-template-pack/templates/groups/single/forum/edit.php b/wp-content/plugins/bp-template-pack/templates/groups/single/forum/edit.php
deleted file mode 100644
index 531b67deb07fd1442ea0339c51a3cf2c27b61a71..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/groups/single/forum/edit.php
+++ /dev/null
@@ -1,68 +0,0 @@
-<?php if ( bp_has_forum_topic_posts() ) : ?>
-
-	<form action="<?php bp_forum_topic_action() ?>" method="post" id="forum-topic-form" class="standard-form">
-
-		<div id="topic-meta">
-			<h3><?php bp_the_topic_title() ?> (<?php bp_the_topic_total_post_count() ?>)</h3>
-			<a class="button" href="<?php bp_forum_permalink() ?>/">&larr; <?php _e( 'Group Forum', 'buddypress' ) ?></a> &nbsp; <a class="button" href="<?php bp_forum_directory_permalink() ?>/"><?php _e( 'Group Forum Directory', 'buddypress') ?></a></span>
-
-			<?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine() ) : ?>
-				<div class="admin-links"><?php bp_the_topic_admin_links() ?></div>
-			<?php endif; ?>
-		</div>
-
-		<?php if ( bp_group_is_member() ) : ?>
-
-			<?php if ( bp_is_edit_topic() ) : ?>
-
-				<div id="edit-topic">
-
-					<?php do_action( 'bp_group_before_edit_forum_topic' ) ?>
-
-					<p><strong><?php _e( 'Edit Topic:', 'buddypress' ) ?></strong></p>
-
-					<label for="topic_title"><?php _e( 'Title:', 'buddypress' ) ?></label>
-					<input type="text" name="topic_title" id="topic_title" value="<?php bp_the_topic_title() ?>" />
-
-					<label for="topic_text"><?php _e( 'Content:', 'buddypress' ) ?></label>
-					<textarea name="topic_text" id="topic_text"><?php bp_the_topic_text() ?></textarea>
-
-					<?php do_action( 'bp_group_after_edit_forum_topic' ) ?>
-
-					<p class="submit"><input type="submit" name="save_changes" id="save_changes" value="<?php _e( 'Save Changes', 'buddypress' ) ?>" /></p>
-
-					<?php wp_nonce_field( 'bp_forums_edit_topic' ) ?>
-
-				</div>
-
-			<?php else : ?>
-
-				<div id="edit-post">
-
-					<?php do_action( 'bp_group_before_edit_forum_post' ) ?>
-
-					<p><strong><?php _e( 'Edit Post:', 'buddypress' ) ?></strong></p>
-
-					<textarea name="post_text" id="post_text"><?php bp_the_topic_post_edit_text() ?></textarea>
-
-					<?php do_action( 'bp_group_after_edit_forum_post' ) ?>
-
-					<p class="submit"><input type="submit" name="save_changes" id="save_changes" value="<?php _e( 'Save Changes', 'buddypress' ) ?>" /></p>
-
-					<?php wp_nonce_field( 'bp_forums_edit_post' ) ?>
-
-				</div>
-
-			<?php endif; ?>
-
-		<?php endif; ?>
-
-	</form>
-
-<?php else: ?>
-
-	<div id="message" class="info">
-		<p><?php _e( 'This topic does not exist.', 'buddypress' ) ?></p>
-	</div>
-
-<?php endif;?>
diff --git a/wp-content/plugins/bp-template-pack/templates/groups/single/forum/topic.php b/wp-content/plugins/bp-template-pack/templates/groups/single/forum/topic.php
deleted file mode 100644
index f25d22a1256fea8985a611d3d0fdd91cd171ce6f..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/groups/single/forum/topic.php
+++ /dev/null
@@ -1,111 +0,0 @@
-<?php if ( bp_has_forum_topic_posts() ) : ?>
-
-	<form action="<?php bp_forum_topic_action() ?>" method="post" id="forum-topic-form" class="standard-form">
-
-		<div class="pagination no-ajax">
-
-			<div id="post-count" class="pag-count">
-				<?php bp_the_topic_pagination_count() ?>
-			</div>
-
-			<div class="pagination-links" id="topic-pag">
-				<?php bp_the_topic_pagination() ?>
-			</div>
-
-		</div>
-
-		<div id="topic-meta">
-			<h3><?php bp_the_topic_title() ?> (<?php bp_the_topic_total_post_count() ?>)</h3>
-			<a class="button" href="<?php bp_forum_permalink() ?>/">&larr; <?php _e( 'Group Forum', 'buddypress' ) ?></a> &nbsp; <a class="button" href="<?php bp_forum_directory_permalink() ?>/"><?php _e( 'Group Forum Directory', 'buddypress') ?></a></span>
-
-			<?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine() ) : ?>
-				<div class="admin-links"><?php bp_the_topic_admin_links() ?></div>
-			<?php endif; ?>
-		</div>
-
-		<ul id="topic-post-list" class="item-list">
-			<?php while ( bp_forum_topic_posts() ) : bp_the_forum_topic_post(); ?>
-
-				<li id="post-<?php bp_the_topic_post_id() ?>">
-					<div class="poster-meta">
-						<a href="<?php bp_the_topic_post_poster_link() ?>">
-							<?php bp_the_topic_post_poster_avatar( 'width=40&height=40' ) ?>
-						</a>
-						<?php echo sprintf( __( '%s said %s ago:', 'buddypress' ), bp_get_the_topic_post_poster_name(), bp_get_the_topic_post_time_since() ) ?>
-					</div>
-
-					<div class="post-content">
-						<?php bp_the_topic_post_content() ?>
-					</div>
-
-					<div class="admin-links">
-						<?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_post_is_mine() ) : ?>
-							<?php bp_the_topic_post_admin_links() ?>
-						<?php endif; ?>
-						<a href="#post-<?php bp_the_topic_post_id() ?>" title="<?php _e( 'Permanent link to this post', 'buddypress' ) ?>">#</a>
-					</div>
-				</li>
-
-			<?php endwhile; ?>
-		</ul>
-
-		<div class="pagination no-ajax">
-
-			<div id="post-count" class="pag-count">
-				<?php bp_the_topic_pagination_count() ?>
-			</div>
-
-			<div class="pagination-links" id="topic-pag">
-				<?php bp_the_topic_pagination() ?>
-			</div>
-
-		</div>
-
-		<?php if ( ( is_user_logged_in() && 'public' == bp_get_group_status() ) || bp_group_is_member() ) : ?>
-
-			<?php if ( bp_get_the_topic_is_last_page() ) : ?>
-
-				<?php if ( bp_get_the_topic_is_topic_open() ) : ?>
-
-					<div id="post-topic-reply">
-						<p id="post-reply"></p>
-
-						<?php if ( !bp_group_is_member() ) : ?>
-							<p><?php _e( 'You will auto join this group when you reply to this topic.', 'buddypress' ) ?></p>
-						<?php endif; ?>
-
-						<?php do_action( 'groups_forum_new_reply_before' ) ?>
-
-						<h4><?php _e( 'Add a reply:', 'buddypress' ) ?></h4>
-
-						<textarea name="reply_text" id="reply_text"></textarea>
-
-						<div class="submit">
-							<input type="submit" name="submit_reply" id="submit" value="<?php _e( 'Post Reply', 'buddypress' ) ?>" />
-						</div>
-
-						<?php do_action( 'groups_forum_new_reply_after' ) ?>
-
-						<?php wp_nonce_field( 'bp_forums_new_reply' ) ?>
-					</div>
-
-				<?php else : ?>
-
-					<div id="message" class="info">
-						<p><?php _e( 'This topic is closed, replies are no longer accepted.', 'buddypress' ) ?></p>
-					</div>
-
-				<?php endif; ?>
-
-			<?php endif; ?>
-
-		<?php endif; ?>
-
-	</form>
-<?php else: ?>
-
-	<div id="message" class="info">
-		<p><?php _e( 'There are no posts for this topic.', 'buddypress' ) ?></p>
-	</div>
-
-<?php endif;?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/groups/single/group-header.php b/wp-content/plugins/bp-template-pack/templates/groups/single/group-header.php
deleted file mode 100644
index 68d3bf0d8e83874fd2e8be59282955fc46a0d3dd..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/groups/single/group-header.php
+++ /dev/null
@@ -1,46 +0,0 @@
-<?php do_action( 'bp_before_group_header' ) ?>
-
-<div id="item-actions">
-	<?php if ( bp_group_is_visible() ) : ?>
-
-		<h3><?php _e( 'Group Admins', 'buddypress' ) ?></h3>
-		<?php bp_group_list_admins() ?>
-
-		<?php do_action( 'bp_after_group_menu_admins' ) ?>
-
-		<?php if ( bp_group_has_moderators() ) : ?>
-			<?php do_action( 'bp_before_group_menu_mods' ) ?>
-
-			<h3><?php _e( 'Group Mods' , 'buddypress' ) ?></h3>
-			<?php bp_group_list_mods() ?>
-
-			<?php do_action( 'bp_after_group_menu_mods' ) ?>
-		<?php endif; ?>
-
-	<?php endif; ?>
-</div><!-- #item-actions -->
-
-<div id="item-header-avatar">
-	<a href="<?php bp_group_permalink() ?>" title="<?php bp_group_name() ?>">
-		<?php bp_group_avatar() ?>
-	</a>
-</div><!-- #item-header-avatar -->
-
-<div id="item-header-content">
-	<h2><a href="<?php bp_group_permalink() ?>" title="<?php bp_group_name() ?>"><?php bp_group_name() ?></a></h2>
-	<span class="highlight"><?php bp_group_type() ?></span> <span class="activity"><?php printf( __( 'active %s ago', 'buddypress' ), bp_get_group_last_active() ) ?></span>
-
-	<?php do_action( 'bp_before_group_header_meta' ) ?>
-
-	<div id="item-meta">
-		<?php bp_group_description() ?>
-
-		<?php bp_group_join_button() ?>
-
-		<?php do_action( 'bp_group_header_meta' ) ?>
-	</div>
-</div><!-- #item-header-content -->
-
-<?php do_action( 'bp_after_group_header' ) ?>
-
-<?php do_action( 'template_notices' ) ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/groups/single/home.php b/wp-content/plugins/bp-template-pack/templates/groups/single/home.php
deleted file mode 100644
index 9d6cfff38a8a9b80011694dc477f731da3d6e1c5..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/groups/single/home.php
+++ /dev/null
@@ -1,75 +0,0 @@
-<?php get_header() ?>
-
-<div id="container">
-	<div id="content">
-
-			<?php if ( bp_has_groups() ) : while ( bp_groups() ) : bp_the_group(); ?>
-
-			<?php do_action( 'bp_before_group_home_content' ) ?>
-
-			<div id="item-header">
-				<?php locate_template( array( 'groups/single/group-header.php' ), true ) ?>
-			</div>
-
-			<div id="item-nav">
-				<div class="item-list-tabs no-ajax" id="object-nav">
-					<ul>
-						<?php bp_get_options_nav() ?>
-
-						<?php do_action( 'bp_group_options_nav' ) ?>
-					</ul>
-				</div>
-			</div>
-
-			<div id="item-body">
-				<?php do_action( 'bp_before_group_body' ) ?>
-
-				<?php if ( bp_is_group_admin_page() && bp_group_is_visible() ) : ?>
-					<?php locate_template( array( 'groups/single/admin.php' ), true ) ?>
-
-				<?php elseif ( bp_is_group_members() && bp_group_is_visible() ) : ?>
-					<?php locate_template( array( 'groups/single/members.php' ), true ) ?>
-
-				<?php elseif ( bp_is_group_invites() && bp_group_is_visible() ) : ?>
-					<?php locate_template( array( 'groups/single/send-invites.php' ), true ) ?>
-
-				<?php elseif ( bp_is_group_forum() && bp_group_is_visible() ) : ?>
-					<?php locate_template( array( 'groups/single/forum.php' ), true ) ?>
-
-				<?php elseif ( bp_is_group_membership_request() ) : ?>
-					<?php locate_template( array( 'groups/single/request-membership.php' ), true ) ?>
-
-				<?php elseif ( bp_group_is_visible() && bp_is_active( 'activity' ) ) : ?>
-					<?php locate_template( array( 'groups/single/activity.php' ), true ) ?>
-
-				<?php elseif ( !bp_group_is_visible() ) : ?>
-					<?php /* The group is not visible, show the status message */ ?>
-
-					<?php do_action( 'bp_before_group_status_message' ) ?>
-
-					<div id="message" class="info">
-						<p><?php bp_group_status_message() ?></p>
-					</div>
-
-					<?php do_action( 'bp_after_group_status_message' ) ?>
-
-				<?php else : ?>
-					<?php
-						/* If nothing sticks, just load a group front template if one exists. */
-						locate_template( array( 'groups/single/front.php' ), true );
-					?>
-				<?php endif; ?>
-
-				<?php do_action( 'bp_after_group_body' ) ?>
-			</div>
-
-			<?php do_action( 'bp_after_group_home_content' ) ?>
-
-			<?php endwhile; endif; ?>
-
-	</div><!-- #content -->
-</div><!-- #container -->
-
-	<?php locate_template( array( 'sidebar.php' ), true ) ?>
-
-<?php get_footer() ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/groups/single/members.php b/wp-content/plugins/bp-template-pack/templates/groups/single/members.php
deleted file mode 100644
index c1e7d6469384aebd28dfb759acec73381ee15f21..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/groups/single/members.php
+++ /dev/null
@@ -1,54 +0,0 @@
-<?php if ( bp_group_has_members( 'exclude_admins_mods=0' ) ) : ?>
-
-	<?php do_action( 'bp_before_group_members_content' ) ?>
-
-	<div class="pagination no-ajax">
-
-		<div id="member-count" class="pag-count">
-			<?php bp_group_member_pagination_count() ?>
-		</div>
-
-		<div id="member-pagination" class="pagination-links">
-			<?php bp_group_member_pagination() ?>
-		</div>
-
-	</div>
-
-	<?php do_action( 'bp_before_group_members_list' ) ?>
-
-	<ul id="member-list" class="item-list">
-		<?php while ( bp_group_members() ) : bp_group_the_member(); ?>
-
-			<li>
-				<a href="<?php bp_group_member_domain() ?>">
-					<?php bp_group_member_avatar_thumb() ?>
-				</a>
-				<h5><?php bp_group_member_link() ?></h5>
-				<span class="activity"><?php bp_group_member_joined_since() ?></span>
-
-				<?php do_action( 'bp_group_members_list_item' ) ?>
-
-				<?php if ( function_exists( 'friends_install' ) ) : ?>
-
-					<div class="action">
-						<?php bp_add_friend_button( bp_get_group_member_id(), bp_get_group_member_is_friend() ) ?>
-
-						<?php do_action( 'bp_group_members_list_item_action' ) ?>
-					</div>
-
-				<?php endif; ?>
-			</li>
-
-		<?php endwhile; ?>
-
-	</ul>
-
-	<?php do_action( 'bp_after_group_members_content' ) ?>
-
-<?php else: ?>
-
-	<div id="message" class="info">
-		<p><?php _e( 'This group has no members.', 'buddypress' ); ?></p>
-	</div>
-
-<?php endif; ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/groups/single/plugins.php b/wp-content/plugins/bp-template-pack/templates/groups/single/plugins.php
deleted file mode 100644
index 4eabe208bf5d8dbcdc71d9342becf6b464e3ac44..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/groups/single/plugins.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php get_header() ?>
-
-	<div id="container">
-		<div id="content">
-
-			<?php if ( bp_has_groups() ) : while ( bp_groups() ) : bp_the_group(); ?>
-
-			<?php do_action( 'bp_before_group_plugin_template' ) ?>
-
-			<div id="item-header">
-				<?php locate_template( array( 'groups/single/group-header.php' ), true ) ?>
-			</div>
-
-			<div id="item-nav">
-				<div class="item-list-tabs no-ajax" id="sub-nav">
-					<ul>
-						<?php bp_get_options_nav() ?>
-
-						<?php do_action( 'bp_group_plugin_options_nav' ) ?>
-					</ul>
-				</div>
-			</div>
-
-			<div id="item-body">
-
-				<?php do_action( 'bp_template_content' ) ?>
-
-			</div><!-- #item-body -->
-
-			<?php endwhile; endif; ?>
-
-			<?php do_action( 'bp_after_group_plugin_template' ) ?>
-
-		</div><!-- #content -->
-	</div><!-- #container -->
-
-	<?php locate_template( array( 'sidebar.php' ), true ) ?>
-
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/groups/single/request-membership.php b/wp-content/plugins/bp-template-pack/templates/groups/single/request-membership.php
deleted file mode 100644
index 5c89340ccc518f955ab894a233638328fab63da2..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/groups/single/request-membership.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php do_action( 'bp_before_group_request_membership_content' ) ?>
-
-<?php if ( !bp_group_has_requested_membership() ) : ?>
-	<p><?php printf( __( "You are requesting to become a member of the group '%s'.", "buddypress" ), bp_group_name( false, false ) ); ?></p>
-
-	<form action="<?php bp_group_form_action('request-membership') ?>" method="post" name="request-membership-form" id="request-membership-form" class="standard-form">
-		<label for="group-request-membership-comments"><?php _e( 'Comments (optional)', 'buddypress' ); ?></label>
-		<textarea name="group-request-membership-comments" id="group-request-membership-comments"></textarea>
-
-		<?php do_action( 'bp_group_request_membership_content' ) ?>
-
-		<p><input type="submit" name="group-request-send" id="group-request-send" value="<?php _e( 'Send Request', 'buddypress' ) ?> &rarr;" />
-
-		<?php wp_nonce_field( 'groups_request_membership' ) ?>
-	</form>
-<?php endif; ?>
-
-<?php do_action( 'bp_after_group_request_membership_content' ) ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/groups/single/send-invites.php b/wp-content/plugins/bp-template-pack/templates/groups/single/send-invites.php
deleted file mode 100644
index f4c4d93f4c827040e3ad25ed08831b0bc16bdc85..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/groups/single/send-invites.php
+++ /dev/null
@@ -1,77 +0,0 @@
-<?php do_action( 'bp_before_group_send_invites_content' ) ?>
-
-<?php if ( bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?>
-
-	<form action="<?php bp_group_send_invite_form_action() ?>" method="post" id="send-invite-form" class="standard-form">
-
-		<div class="left-menu">
-
-			<div id="invite-list">
-				<ul>
-					<?php bp_new_group_invite_friend_list() ?>
-				</ul>
-
-				<?php wp_nonce_field( 'groups_invite_uninvite_user', '_wpnonce_invite_uninvite_user' ) ?>
-			</div>
-
-		</div>
-
-		<div class="main-column">
-
-			<div id="message" class="info">
-				<p><?php _e('Select people to invite from your friends list.', 'buddypress'); ?></p>
-			</div>
-
-			<?php do_action( 'bp_before_group_send_invites_list' ) ?>
-
-			<?php /* The ID 'friend-list' is important for AJAX support. */ ?>
-			<ul id="friend-list" class="item-list">
-			<?php if ( bp_group_has_invites() ) : ?>
-
-				<?php while ( bp_group_invites() ) : bp_group_the_invite(); ?>
-
-					<li id="<?php bp_group_invite_item_id() ?>">
-						<?php bp_group_invite_user_avatar() ?>
-
-						<h4><?php bp_group_invite_user_link() ?></h4>
-						<span class="activity"><?php bp_group_invite_user_last_active() ?></span>
-
-						<?php do_action( 'bp_group_send_invites_item' ) ?>
-
-						<div class="action">
-							<a class="remove" href="<?php bp_group_invite_user_remove_invite_url() ?>" id="<?php bp_group_invite_item_id() ?>"><?php _e( 'Remove Invite', 'buddypress' ) ?></a>
-
-							<?php do_action( 'bp_group_send_invites_item_action' ) ?>
-						</div>
-					</li>
-
-				<?php endwhile; ?>
-
-			<?php endif; ?>
-			</ul>
-
-			<?php do_action( 'bp_after_group_send_invites_list' ) ?>
-
-		</div>
-
-		<div class="clear"></div>
-
-		<div class="submit">
-			<input type="submit" name="submit" id="submit" value="<?php _e( 'Send Invites', 'buddypress' ) ?>" />
-		</div>
-
-		<?php wp_nonce_field( 'groups_send_invites', '_wpnonce_send_invites') ?>
-
-		<!-- Don't leave out this hidden field -->
-		<input type="hidden" name="group_id" id="group_id" value="<?php bp_group_id() ?>" />
-	</form>
-
-<?php else : ?>
-
-	<div id="message" class="info">
-		<p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group. You can send invites any time in the future by selecting the "Send Invites" option when viewing your new group.', 'buddypress' ); ?></p>
-	</div>
-
-<?php endif; ?>
-
-<?php do_action( 'bp_after_group_send_invites_content' ) ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/members/index.php b/wp-content/plugins/bp-template-pack/templates/members/index.php
deleted file mode 100644
index 927cc5c84c7c92885321bbc9df4aba96b051fece..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/index.php
+++ /dev/null
@@ -1,60 +0,0 @@
-<?php get_header() ?>
-
-<div id="container">
-	<div id="content">
-
-		<form action="" method="post" id="members-directory-form" class="dir-form">
-
-			<h3><?php _e( 'Members Directory', 'buddypress' ) ?></h3>
-
-			<?php do_action( 'bp_before_directory_members_content' ) ?>
-
-			<div id="members-dir-search" class="dir-search">
-				<?php bp_directory_members_search_form() ?>
-			</div><!-- #members-dir-search -->
-
-			<div class="item-list-tabs">
-				<ul>
-					<li class="selected" id="members-all"><a href="<?php bp_root_domain() ?>"><?php printf( __( 'All Members (%s)', 'buddypress' ), bp_get_total_member_count() ) ?></a></li>
-
-					<?php if ( is_user_logged_in() && function_exists( 'bp_get_total_friend_count' ) && bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?>
-						<li id="members-personal"><a href="<?php echo bp_loggedin_user_domain() . BP_FRIENDS_SLUG . '/my-friends/' ?>"><?php printf( __( 'My Friends (%s)', 'buddypress' ), bp_get_total_friend_count( bp_loggedin_user_id() ) ) ?></a></li>
-					<?php endif; ?>
-
-					<?php do_action( 'bp_members_directory_member_types' ) ?>
-
-					<li id="members-order-select" class="last filter">
-
-						<?php _e( 'Order By:', 'buddypress' ) ?>
-						<select>
-							<option value="active"><?php _e( 'Last Active', 'buddypress' ) ?></option>
-							<option value="newest"><?php _e( 'Newest Registered', 'buddypress' ) ?></option>
-
-							<?php if ( bp_is_active( 'xprofile' ) ) : ?>
-								<option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ) ?></option>
-							<?php endif; ?>
-
-							<?php do_action( 'bp_members_directory_order_options' ) ?>
-						</select>
-					</li>
-				</ul>
-			</div><!-- .item-list-tabs -->
-
-			<div id="members-dir-list" class="members dir-list">
-				<?php locate_template( array( 'members/members-loop.php' ), true ) ?>
-			</div><!-- #members-dir-list -->
-
-			<?php do_action( 'bp_directory_members_content' ) ?>
-
-			<?php wp_nonce_field( 'directory_members', '_wpnonce-member-filter' ) ?>
-
-			<?php do_action( 'bp_after_directory_members_content' ) ?>
-
-		</form><!-- #members-directory-form -->
-
-	</div><!-- #content -->
-</div><!-- #container -->
-
-<?php locate_template( array( 'sidebar.php' ), true ) ?>
-
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/members/members-loop.php b/wp-content/plugins/bp-template-pack/templates/members/members-loop.php
deleted file mode 100644
index 40b052cec7954ae5d6fa41824f74c2d07ae1e6d5..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/members-loop.php
+++ /dev/null
@@ -1,75 +0,0 @@
-<?php /* Querystring is set via AJAX in _inc/ajax.php - bp_dtheme_object_filter() */ ?>
-
-<?php do_action( 'bp_before_members_loop' ) ?>
-
-<?php if ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) : ?>
-
-	<div class="pagination">
-
-		<div class="pag-count" id="member-dir-count">
-			<?php bp_members_pagination_count() ?>
-		</div>
-
-		<div class="pagination-links" id="member-dir-pag">
-			<?php bp_members_pagination_links() ?>
-		</div>
-
-	</div>
-
-	<?php do_action( 'bp_before_directory_members_list' ) ?>
-
-	<ul id="members-list" class="item-list">
-	<?php while ( bp_members() ) : bp_the_member(); ?>
-
-		<li>
-			<div class="item-avatar">
-				<a href="<?php bp_member_permalink() ?>"><?php bp_member_avatar() ?></a>
-			</div>
-
-			<div class="item">
-				<div class="item-title">
-					<a href="<?php bp_member_permalink() ?>"><?php bp_member_name() ?></a>
-					<?php if ( bp_get_member_latest_update() ) : ?>
-						<span class="update"> - <?php bp_member_latest_update( 'length=10' ) ?></span>
-					<?php endif; ?>
-				</div>
-				<div class="item-meta"><span class="activity"><?php bp_member_last_active() ?></span></div>
-
-				<?php do_action( 'bp_directory_members_item' ) ?>
-
-				<?php
-				 /***
-				  * If you want to show specific profile fields here you can,
-				  * but it'll add an extra query for each member in the loop
-				  * (only one regadless of the number of fields you show):
-				  *
-				  * bp_member_profile_data( 'field=the field name' );
-				  */
-				?>
-			</div>
-
-			<div class="action">
-				<?php bp_member_add_friend_button() ?>
-
-				<?php do_action( 'bp_directory_members_actions' ) ?>
-			</div>
-
-			<div class="clear"></div>
-		</li>
-
-	<?php endwhile; ?>
-	</ul>
-
-	<?php do_action( 'bp_after_directory_members_list' ) ?>
-
-	<?php bp_member_hidden_fields() ?>
-
-<?php else: ?>
-
-	<div id="message" class="info">
-		<p><?php _e( "Sorry, no members were found.", 'buddypress' ) ?></p>
-	</div>
-
-<?php endif; ?>
-
-<?php do_action( 'bp_after_members_loop' ) ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/activity.php b/wp-content/plugins/bp-template-pack/templates/members/single/activity.php
deleted file mode 100644
index df7afcfd99e9d91823e32bd017fff1584943f827..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/activity.php
+++ /dev/null
@@ -1,48 +0,0 @@
-<div class="item-list-tabs no-ajax" id="subnav">
-	<ul>
-		<?php bp_get_options_nav() ?>
-
-		<li id="activity-filter-select" class="last">
-			<select>
-				<option value="-1"><?php _e( 'No Filter', 'buddypress' ) ?></option>
-				<option value="activity_update"><?php _e( 'Show Updates', 'buddypress' ) ?></option>
-
-				<?php if ( 'groups' != bp_current_action() ) : ?>
-					<option value="new_blog_post"><?php _e( 'Show Blog Posts', 'buddypress' ) ?></option>
-					<option value="new_blog_comment"><?php _e( 'Show Blog Comments', 'buddypress' ) ?></option>
-
-					<?php if ( bp_is_active( 'friends' ) ) : ?>
-						<option value="friendship_accepted,friendship_created"><?php _e( 'Show Friendship Connections', 'buddypress' ) ?></option>
-					<?php endif; ?>
-				<?php endif; ?>
-
-				<?php if ( bp_is_active( 'forums' ) ) : ?>
-					<option value="new_forum_topic"><?php _e( 'Show New Forum Topics', 'buddypress' ) ?></option>
-					<option value="new_forum_post"><?php _e( 'Show Forum Replies', 'buddypress' ) ?></option>
-				<?php endif; ?>
-
-				<?php if ( bp_is_active( 'groups' ) ) : ?>
-					<option value="created_group"><?php _e( 'Show New Groups', 'buddypress' ) ?></option>
-					<option value="joined_group"><?php _e( 'Show New Group Memberships', 'buddypress' ) ?></option>
-				<?php endif; ?>
-
-				<?php do_action( 'bp_member_activity_filter_options' ) ?>
-			</select>
-		</li>
-	</ul>
-</div><!-- .item-list-tabs -->
-
-<?php do_action( 'bp_before_member_activity_post_form' ) ?>
-
-<?php if ( is_user_logged_in() && bp_is_my_profile() && ( '' == bp_current_action() || 'just-me' == bp_current_action() ) ) : ?>
-	<?php locate_template( array( 'activity/post-form.php'), true ) ?>
-<?php endif; ?>
-
-<?php do_action( 'bp_after_member_activity_post_form' ) ?>
-<?php do_action( 'bp_before_member_activity_content' ) ?>
-
-<div class="activity">
-	<?php locate_template( array( 'activity/activity-loop.php' ), true ) ?>
-</div><!-- .activity -->
-
-<?php do_action( 'bp_after_member_activity_content' ) ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/activity/permalink.php b/wp-content/plugins/bp-template-pack/templates/members/single/activity/permalink.php
deleted file mode 100644
index f55cf33857c3ea9ab71262929d5dff4c0bd3f721..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/activity/permalink.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php get_header() ?>
-
-<div class="activity no-ajax">
-	<?php if ( bp_has_activities( 'display_comments=threaded&include=' . bp_current_action() ) ) : ?>
-
-		<ul id="activity-stream" class="activity-list item-list">
-		<?php while ( bp_activities() ) : bp_the_activity(); ?>
-
-			<?php locate_template( array( 'activity/entry.php' ), true ) ?>
-
-		<?php endwhile; ?>
-		</ul>
-
-	<?php endif; ?>
-</div>
-
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/blogs.php b/wp-content/plugins/bp-template-pack/templates/members/single/blogs.php
deleted file mode 100644
index bfe3da4bd5da1cb76b32abff395337b85b04cf6f..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/blogs.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<div class="item-list-tabs" id="subnav">
-	<ul>
-		<?php bp_get_options_nav() ?>
-
-		<li id="blogs-order-select" class="last filter">
-			<?php _e( 'Order By:', 'buddypress' ) ?>
-			<select id="blogs-all">
-				<option value="active"><?php _e( 'Last Active', 'buddypress' ) ?></option>
-				<option value="newest"><?php _e( 'Newest', 'buddypress' ) ?></option>
-				<option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ) ?></option>
-
-				<?php do_action( 'bp_member_blog_order_options' ) ?>
-			</select>
-		</li>
-	</ul>
-</div><!-- .item-list-tabs -->
-
-<?php do_action( 'bp_before_member_blogs_content' ) ?>
-
-<div class="blogs myblogs">
-	<?php locate_template( array( 'blogs/blogs-loop.php' ), true ) ?>
-</div><!-- .blogs -->
-
-<?php do_action( 'bp_after_member_blogs_content' ) ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/friends.php b/wp-content/plugins/bp-template-pack/templates/members/single/friends.php
deleted file mode 100644
index 47ffbf6ad0612f248c9beb7c59e0da08c3af62c6..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/friends.php
+++ /dev/null
@@ -1,34 +0,0 @@
-<div class="item-list-tabs no-ajax" id="subnav">
-	<ul>
-		<?php if ( bp_is_my_profile() ) : ?>
-			<?php bp_get_options_nav() ?>
-		<?php endif; ?>
-
-		<li id="members-order-select" class="last filter">
-
-			<?php _e( 'Order By:', 'buddypress' ) ?>
-			<select id="members-all">
-				<option value="active"><?php _e( 'Last Active', 'buddypress' ) ?></option>
-				<option value="newest"><?php _e( 'Newest Registered', 'buddypress' ) ?></option>
-				<option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ) ?></option>
-
-				<?php do_action( 'bp_member_blog_order_options' ) ?>
-			</select>
-		</li>
-	</ul>
-</div>
-
-<?php if ( 'requests' == bp_current_action() ) : ?>
-	<?php locate_template( array( 'members/single/friends/requests.php' ), true ) ?>
-
-<?php else : ?>
-
-	<?php do_action( 'bp_before_member_friends_content' ) ?>
-
-	<div class="members friends">
-		<?php locate_template( array( 'members/members-loop.php' ), true ) ?>
-	</div>
-
-	<?php do_action( 'bp_after_member_friends_content' ) ?>
-
-<?php endif; ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/friends/requests.php b/wp-content/plugins/bp-template-pack/templates/members/single/friends/requests.php
deleted file mode 100644
index f4b88af2e70ed3a08a501d7a9889615a09b6084e..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/friends/requests.php
+++ /dev/null
@@ -1,41 +0,0 @@
-<?php do_action( 'bp_before_member_friend_requests_content' ) ?>
-
-<?php if ( bp_has_members( 'include=' . bp_get_friendship_requests() . '&per_page=0' ) ) : ?>
-
-	<ul id="friend-list" class="item-list">
-		<?php while ( bp_members() ) : bp_the_member(); ?>
-
-			<li id="friendship-<?php bp_friend_friendship_id() ?>">
-				<div class="item-avatar">
-					<a href="<?php bp_member_link() ?>"><?php bp_member_avatar() ?></a>
-				</div>
-
-				<div class="item">
-					<div class="item-title"><a href="<?php bp_member_link() ?>"><?php bp_member_name() ?></a></div>
-					<div class="item-meta"><span class="activity"><?php bp_member_last_active() ?></span></div>
-				</div>
-
-				<?php do_action( 'bp_friend_requests_item' ) ?>
-
-				<div class="action">
-					<a class="button accept" href="<?php bp_friend_accept_request_link() ?>"><?php _e( 'Accept', 'buddypress' ); ?></a> &nbsp;
-					<a class="button reject" href="<?php bp_friend_reject_request_link() ?>"><?php _e( 'Reject', 'buddypress' ); ?></a>
-
-					<?php do_action( 'bp_friend_requests_item_action' ) ?>
-				</div>
-			</li>
-
-		<?php endwhile; ?>
-	</ul>
-
-	<?php do_action( 'bp_friend_requests_content' ) ?>
-
-<?php else: ?>
-
-	<div id="message" class="info">
-		<p><?php _e( 'You have no pending friendship requests.', 'buddypress' ); ?></p>
-	</div>
-
-<?php endif;?>
-
-<?php do_action( 'bp_after_member_friend_requests_content' ) ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/groups.php b/wp-content/plugins/bp-template-pack/templates/members/single/groups.php
deleted file mode 100644
index e2799fffa641e488626439af88ef2eb818e6d653..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/groups.php
+++ /dev/null
@@ -1,37 +0,0 @@
-<div class="item-list-tabs no-ajax" id="subnav">
-	<ul>
-		<?php if ( bp_is_my_profile() ) : ?>
-			<?php bp_get_options_nav() ?>
-		<?php endif; ?>
-
-		<?php if ( 'invites' != bp_current_action() ) : ?>
-		<li id="groups-order-select" class="last filter">
-
-			<?php _e( 'Order By:', 'buddypress' ) ?>
-			<select id="groups-all">
-				<option value="active"><?php _e( 'Last Active', 'buddypress' ) ?></option>
-				<option value="popular"><?php _e( 'Most Members', 'buddypress' ) ?></option>
-				<option value="newest"><?php _e( 'Newly Created', 'buddypress' ) ?></option>
-				<option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ) ?></option>
-
-				<?php do_action( 'bp_member_group_order_options' ) ?>
-			</select>
-		</li>
-		<?php endif; ?>
-	</ul>
-</div>
-
-<?php if ( 'invites' == bp_current_action() ) : ?>
-	<?php locate_template( array( 'members/single/groups/invites.php' ), true ) ?>
-
-<?php else : ?>
-
-	<?php do_action( 'bp_before_member_groups_content' ) ?>
-
-	<div class="groups mygroups">
-		<?php locate_template( array( 'groups/groups-loop.php' ), true ) ?>
-	</div>
-
-	<?php do_action( 'bp_after_member_groups_content' ) ?>
-
-<?php endif; ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/groups/invites.php b/wp-content/plugins/bp-template-pack/templates/members/single/groups/invites.php
deleted file mode 100644
index 777b153b822cf699f78b067da4a07fc62426dc83..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/groups/invites.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php do_action( 'bp_before_group_invites_content' ) ?>
-
-<?php if ( bp_has_groups( 'type=invites&user_id=' . bp_loggedin_user_id() ) ) : ?>
-
-	<ul id="group-list" class="invites item-list">
-
-		<?php while ( bp_groups() ) : bp_the_group(); ?>
-
-			<li>
-				<?php bp_group_avatar_thumb() ?>
-				<h4><a href="<?php bp_group_permalink() ?>"><?php bp_group_name() ?></a><span class="small"> - <?php printf( __( '%s members', 'buddypress' ), bp_group_total_members( false ) ) ?></span></h4>
-
-				<p class="desc">
-					<?php bp_group_description_excerpt() ?>
-				</p>
-
-				<?php do_action( 'bp_group_invites_item' ) ?>
-
-				<div class="action">
-					<a class="button accept" href="<?php bp_group_accept_invite_link() ?>"><?php _e( 'Accept', 'buddypress' ) ?></a> &nbsp;
-					<a class="button reject confirm" href="<?php bp_group_reject_invite_link() ?>"><?php _e( 'Reject', 'buddypress' ) ?></a>
-
-					<?php do_action( 'bp_group_invites_item_action' ) ?>
-
-				</div>
-			</li>
-
-		<?php endwhile; ?>
-	</ul>
-
-<?php else: ?>
-
-	<div id="message" class="info">
-		<p><?php _e( 'You have no outstanding group invites.', 'buddypress' ) ?></p>
-	</div>
-
-<?php endif;?>
-
-<?php do_action( 'bp_after_group_invites_content' ) ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/home.php b/wp-content/plugins/bp-template-pack/templates/members/single/home.php
deleted file mode 100644
index 75989c5bd6be3b16fb106a291386e352bde9870a..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/home.php
+++ /dev/null
@@ -1,56 +0,0 @@
-<?php get_header() ?>
-
-<div id="container">
-	<div id="content">
-
-		<?php do_action( 'bp_before_member_home_content' ) ?>
-
-		<div id="item-header">
-			<?php locate_template( array( 'members/single/member-header.php' ), true ) ?>
-		</div><!-- #item-header -->
-
-		<div id="item-nav">
-			<div class="item-list-tabs no-ajax" id="object-nav">
-				<ul>
-					<?php bp_get_displayed_user_nav() ?>
-
-					<?php do_action( 'bp_members_directory_member_types' ) ?>
-				</ul>
-			</div>
-		</div><!-- #item-nav -->
-
-		<div id="item-body">
-			<?php do_action( 'bp_before_member_body' ) ?>
-
-			<?php if ( bp_is_user_activity() || !bp_current_component() ) : ?>
-				<?php locate_template( array( 'members/single/activity.php' ), true ) ?>
-
-			<?php elseif ( bp_is_user_blogs() ) : ?>
-				<?php locate_template( array( 'members/single/blogs.php' ), true ) ?>
-
-			<?php elseif ( bp_is_user_friends() ) : ?>
-				<?php locate_template( array( 'members/single/friends.php' ), true ) ?>
-
-			<?php elseif ( bp_is_user_groups() ) : ?>
-				<?php locate_template( array( 'members/single/groups.php' ), true ) ?>
-
-			<?php elseif ( bp_is_user_messages() ) : ?>
-				<?php locate_template( array( 'members/single/messages.php' ), true ) ?>
-
-			<?php elseif ( bp_is_user_profile() ) : ?>
-				<?php locate_template( array( 'members/single/profile.php' ), true ) ?>
-
-			<?php endif; ?>
-
-			<?php do_action( 'bp_after_member_body' ) ?>
-
-		</div><!-- #item-body -->
-
-		<?php do_action( 'bp_after_member_home_content' ) ?>
-
-	</div><!-- #content -->
-</div><!-- #container -->
-
-<?php locate_template( array( 'sidebar.php' ), true ) ?>
-
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/member-header.php b/wp-content/plugins/bp-template-pack/templates/members/single/member-header.php
deleted file mode 100644
index 7a9c7673e9423d1407d961e9aebaca94e7c38fc4..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/member-header.php
+++ /dev/null
@@ -1,56 +0,0 @@
-<?php do_action( 'bp_before_member_header' ) ?>
-
-<div id="item-header-avatar">
-	<a href="<?php bp_user_link() ?>">
-		<?php bp_displayed_user_avatar( 'type=full' ) ?>
-	</a>
-</div><!-- #item-header-avatar -->
-
-<div id="item-header-content">
-
-	<h2 class="fn"><a href="<?php bp_user_link() ?>"><?php bp_displayed_user_fullname() ?></a> <span class="highlight">@<?php bp_displayed_user_username() ?> <span>?</span></span></h2>
-	<span class="activity"><?php bp_last_activity( bp_displayed_user_id() ) ?></span>
-
-	<?php do_action( 'bp_before_member_header_meta' ) ?>
-
-	<div id="item-meta">
-		<?php if ( function_exists( 'bp_activity_latest_update' ) ) : ?>
-			<div id="latest-update">
-				<?php bp_activity_latest_update( bp_displayed_user_id() ) ?>
-			</div>
-		<?php endif; ?>
-
-		<div id="item-buttons">
-			<?php if ( function_exists( 'bp_add_friend_button' ) ) : ?>
-				<?php bp_add_friend_button() ?>
-			<?php endif; ?>
-
-			<?php if ( is_user_logged_in() && !bp_is_my_profile() && function_exists( 'bp_send_public_message_link' ) ) : ?>
-				<div class="generic-button" id="post-mention">
-					<a href="<?php bp_send_public_message_link() ?>" title="<?php _e( 'Mention this user in a new public message, this will send the user a notification to get their attention.', 'buddypress' ) ?>"><?php _e( 'Mention this User', 'buddypress' ) ?></a>
-				</div>
-			<?php endif; ?>
-
-			<?php if ( is_user_logged_in() && !bp_is_my_profile() && function_exists( 'bp_send_private_message_link' ) ) : ?>
-				<div class="generic-button" id="send-private-message">
-					<a href="<?php bp_send_private_message_link() ?>" title="<?php _e( 'Send a private message to this user.', 'buddypress' ) ?>"><?php _e( 'Send Private Message', 'buddypress' ) ?></a>
-				</div>
-			<?php endif; ?>
-		</div><!-- #item-buttons -->
-
-		<?php
-		 /***
-		  * If you'd like to show specific profile fields here use:
-		  * bp_profile_field_data( 'field=About Me' ); -- Pass the name of the field
-		  */
-		?>
-
-		<?php do_action( 'bp_profile_header_meta' ) ?>
-
-	</div><!-- #item-meta -->
-
-</div><!-- #item-header-content -->
-
-<?php do_action( 'bp_after_member_header' ) ?>
-
-<?php do_action( 'template_notices' ) ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/messages.php b/wp-content/plugins/bp-template-pack/templates/members/single/messages.php
deleted file mode 100644
index 65da9ddf582aafc511efaff00b3e7f51bcad6353..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/messages.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<div class="item-list-tabs no-ajax" id="subnav">
-	<ul>
-		<?php bp_get_options_nav() ?>
-	</ul>
-</div>
-
-<?php if ( 'compose' == bp_current_action() ) : ?>
-	<?php locate_template( array( 'members/single/messages/compose.php' ), true ) ?>
-
-<?php elseif ( 'view' == bp_current_action() ) : ?>
-	<?php locate_template( array( 'members/single/messages/single.php' ), true ) ?>
-
-<?php else : ?>
-
-	<?php do_action( 'bp_before_member_messages_content' ) ?>
-
-	<div class="messages">
-		<?php if ( 'notices' == bp_current_action() ) : ?>
-			<?php locate_template( array( 'members/single/messages/notices-loop.php' ), true ) ?>
-
-		<?php else : ?>
-			<?php locate_template( array( 'members/single/messages/messages-loop.php' ), true ) ?>
-
-		<?php endif; ?>
-	</div>
-
-	<?php do_action( 'bp_after_member_messages_content' ) ?>
-
-<?php endif; ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/messages/compose.php b/wp-content/plugins/bp-template-pack/templates/members/single/messages/compose.php
deleted file mode 100644
index 8b9a8e8eff9efe095b965d9966c670d1ba5ddef2..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/messages/compose.php
+++ /dev/null
@@ -1,38 +0,0 @@
-<form action="<?php bp_messages_form_action('compose') ?>" method="post" id="send_message_form" class="standard-form">
-
-	<?php do_action( 'bp_before_messages_compose_content' ) ?>
-
-	<label for="send-to-input"><?php _e("Send To (Username or Friend's Name)", 'buddypress') ?> &nbsp; <span class="ajax-loader"></span></label>
-	<ul class="first acfb-holder">
-		<li>
-			<?php bp_message_get_recipient_tabs() ?>
-			<input type="text" name="send-to-input" class="send-to-input" id="send-to-input" />
-		</li>
-	</ul>
-
-	<?php if ( is_site_admin() ) : ?>
-		<input type="checkbox" id="send-notice" name="send-notice" value="1" /> <?php _e( "This is a notice to all users.", "buddypress" ) ?>
-	<?php endif; ?>
-
-	<label for="subject"><?php _e( 'Subject', 'buddypress') ?></label>
-	<input type="text" name="subject" id="subject" value="<?php bp_messages_subject_value() ?>" />
-
-	<label for="content"><?php _e( 'Message', 'buddypress') ?></label>
-	<textarea name="content" id="message_content" rows="15" cols="40"><?php bp_messages_content_value() ?></textarea>
-
-	<input type="hidden" name="send_to_usernames" id="send-to-usernames" value="<?php bp_message_get_recipient_usernames(); ?>" class="<?php bp_message_get_recipient_usernames() ?>" />
-
-	<?php do_action( 'bp_after_messages_compose_content' ) ?>
-
-	<div class="submit">
-		<input type="submit" value="<?php _e( "Send Message", 'buddypress' ) ?> &rarr;" name="send" id="send" />
-		<span class="ajax-loader"></span>
-	</div>
-
-	<?php wp_nonce_field( 'messages_send_message' ) ?>
-</form>
-
-<script type="text/javascript">
-	document.getElementById("send-to-input").focus();
-</script>
-
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/messages/messages-loop.php b/wp-content/plugins/bp-template-pack/templates/members/single/messages/messages-loop.php
deleted file mode 100644
index e87daa10cb34bbb3a41b9b530322819d1aa7dce7..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/messages/messages-loop.php
+++ /dev/null
@@ -1,73 +0,0 @@
-<?php do_action( 'bp_before_member_messages_loop' ) ?>
-
-<?php if ( bp_has_message_threads() ) : ?>
-
-	<div class="pagination no-ajax" id="user-pag">
-
-		<div class="pag-count" id="messages-dir-count">
-			<?php bp_messages_pagination_count() ?>
-		</div>
-
-		<div class="pagination-links" id="messages-dir-pag">
-			<?php bp_messages_pagination() ?>
-		</div>
-
-	</div><!-- .pagination -->
-
-	<?php do_action( 'bp_after_member_messages_pagination' ) ?>
-	<?php do_action( 'bp_before_member_messages_threads' ) ?>
-
-	<table id="message-threads">
-		<?php while ( bp_message_threads() ) : bp_message_thread(); ?>
-
-			<tr id="m-<?php bp_message_thread_id() ?>"<?php if ( bp_message_thread_has_unread() ) : ?> class="unread"<?php else: ?> class="read"<?php endif; ?>>
-				<td width="1%" class="thread-count">
-					<span class="unread-count"><?php bp_message_thread_unread_count() ?></span>
-				</td>
-				<td width="1%" class="thread-avatar"><?php bp_message_thread_avatar() ?></td>
-
-				<?php if ( 'sentbox' != bp_current_action() ) : ?>
-					<td width="30%" class="thread-from">
-						<?php _e( 'From:', 'buddypress' ); ?> <?php bp_message_thread_from() ?><br />
-						<span class="activity"><?php bp_message_thread_last_post_date() ?></span>
-					</td>
-				<?php else: ?>
-					<td width="30%" class="thread-from">
-						<?php _e( 'To:', 'buddypress' ); ?> <?php bp_message_thread_to() ?><br />
-						<span class="activity"><?php bp_message_thread_last_post_date() ?></span>
-					</td>
-				<?php endif; ?>
-
-				<td width="50%" class="thread-info">
-					<p><a href="<?php bp_message_thread_view_link() ?>" title="<?php _e( "View Message", "buddypress" ); ?>"><?php bp_message_thread_subject() ?></a></p>
-					<p class="thread-excerpt"><?php bp_message_thread_excerpt() ?></p>
-				</td>
-
-				<?php do_action( 'bp_messages_inbox_list_item' ) ?>
-
-				<td width="13%" class="thread-options">
-					<input type="checkbox" name="message_ids[]" value="<?php bp_message_thread_id() ?>" />
-					<a class="button confirm" href="<?php bp_message_thread_delete_link() ?>" title="<?php _e( "Delete Message", "buddypress" ); ?>">x</a> &nbsp;
-				</td>
-			</tr>
-
-		<?php endwhile; ?>
-	</table><!-- #message-threads -->
-
-	<div class="messages-options-nav">
-		<?php bp_messages_options() ?>
-	</div><!-- .messages-options-nav -->
-
-	<?php do_action( 'bp_after_member_messages_threads' ) ?>
-
-	<?php do_action( 'bp_after_member_messages_options' ) ?>
-
-<?php else: ?>
-
-	<div id="message" class="info">
-		<p><?php _e( 'Sorry, no messages were found.', 'buddypress' ); ?></p>
-	</div>
-
-<?php endif;?>
-
-<?php do_action( 'bp_after_member_messages_loop' ) ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/messages/notices-loop.php b/wp-content/plugins/bp-template-pack/templates/members/single/messages/notices-loop.php
deleted file mode 100644
index e83fdf7e95e01349673bb07b2810c36be7d2a2b1..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/messages/notices-loop.php
+++ /dev/null
@@ -1,54 +0,0 @@
-<?php do_action( 'bp_before_notices_loop' ) ?>
-
-<?php if ( bp_has_message_threads() ) : ?>
-
-	<div class="pagination" id="user-pag">
-
-		<div class="pag-count" id="messages-dir-count">
-			<?php bp_messages_pagination_count() ?>
-		</div>
-
-		<div class="pagination-links" id="messages-dir-pag">
-			<?php bp_messages_pagination() ?>
-		</div>
-
-	</div><!-- .pagination -->
-
-	<?php do_action( 'bp_after_notices_pagination' ) ?>
-	<?php do_action( 'bp_before_notices' ) ?>
-
-	<table id="message-threads">
-		<?php while ( bp_message_threads() ) : bp_message_thread(); ?>
-			<tr>
-				<td width="1%">
-				</td>
-				<td width="38%">
-					<strong><?php bp_message_notice_subject() ?></strong>
-					<?php bp_message_notice_text() ?>
-				</td>
-				<td width="21%">
-					<strong><?php bp_message_is_active_notice() ?></strong>
-					<span class="activity"><?php _e("Sent:", "buddypress"); ?> <?php bp_message_notice_post_date() ?></span>
-				</td>
-
-				<?php do_action( 'bp_notices_list_item' ) ?>
-
-				<td width="10%">
-					<a class="button" href="<?php bp_message_activate_deactivate_link() ?>" class="confirm"><?php bp_message_activate_deactivate_text() ?></a>
-					<a class="button" href="<?php bp_message_notice_delete_link() ?>" class="confirm" title="<?php _e( "Delete Message", "buddypress" ); ?>">x</a>
-				</td>
-			</tr>
-		<?php endwhile; ?>
-	</table><!-- #message-threads -->
-
-	<?php do_action( 'bp_after_notices' ) ?>
-
-<?php else: ?>
-
-	<div id="message" class="info">
-		<p><?php _e( 'Sorry, no notices were found.', 'buddypress' ); ?></p>
-	</div>
-
-<?php endif;?>
-
-<?php do_action( 'bp_after_notices_loop' ) ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/messages/single.php b/wp-content/plugins/bp-template-pack/templates/members/single/messages/single.php
deleted file mode 100644
index 0dbce0ce12aaf74a690ac087e01bf273bf9b462c..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/messages/single.php
+++ /dev/null
@@ -1,98 +0,0 @@
-<div id="message-thread">
-
-	<?php do_action( 'bp_before_message_thread_content' ) ?>
-
-	<?php if ( bp_thread_has_messages() ) : ?>
-
-		<h3 id="message-subject"><?php bp_the_thread_subject() ?></h3>
-
-		<p id="message-recipients">
-			<span class="highlight">
-				<?php printf( __('Sent between %s and %s', 'buddypress'), bp_get_the_thread_recipients(), '<a href="' . bp_get_loggedin_user_link() . '" title="' . bp_get_loggedin_user_fullname() . '">' . bp_get_loggedin_user_fullname() . '</a>' ) ?>
-			</span>
-		</p>
-
-		<?php do_action( 'bp_before_message_thread_list' ) ?>
-
-		<?php while ( bp_thread_messages() ) : bp_thread_the_message(); ?>
-
-			<div class="message-box">
-
-				<div class="message-metadata">
-
-					<?php do_action( 'bp_before_message_meta' ) ?>
-
-					<?php bp_the_thread_message_sender_avatar( 'type=thumb&width=30&height=30' ) ?>
-					<strong><a href="<?php bp_the_thread_message_sender_link() ?>" title="<?php bp_the_thread_message_sender_name() ?>"><?php bp_the_thread_message_sender_name() ?></a> <span class="activity"><?php bp_the_thread_message_time_since() ?></span></strong>
-
-					<?php do_action( 'bp_after_message_meta' ) ?>
-
-				</div><!-- .message-metadata -->
-
-				<?php do_action( 'bp_before_message_content' ) ?>
-
-				<div class="message-content">
-
-					<?php bp_the_thread_message_content() ?>
-
-				</div><!-- .message-content -->
-
-				<?php do_action( 'bp_after_message_content' ) ?>
-
-				<div class="clear"></div>
-
-			</div><!-- .message-box -->
-
-		<?php endwhile; ?>
-
-		<?php do_action( 'bp_after_message_thread_list' ) ?>
-
-		<?php do_action( 'bp_before_message_thread_reply' ) ?>
-
-		<form id="send-reply" action="<?php bp_messages_form_action() ?>" method="post" class="standard-form">
-
-			<div class="message-box">
-
-				<div class="message-metadata">
-
-					<?php do_action( 'bp_before_message_meta' ) ?>
-
-					<div class="avatar-box">
-						<?php bp_loggedin_user_avatar( 'type=thumb&height=30&width=30' ) ?>
-
-						<strong><?php _e( 'Send a Reply', 'buddypress' ) ?></strong>
-					</div>
-
-					<?php do_action( 'bp_after_message_meta' ) ?>
-
-				</div><!-- .message-metadata -->
-
-				<div class="message-content">
-
-					<?php do_action( 'bp_before_message_reply_box' ) ?>
-
-					<textarea name="content" id="message_content" rows="15" cols="40"></textarea>
-
-					<?php do_action( 'bp_after_message_reply_box' ) ?>
-
-					<div class="submit">
-						<input type="submit" name="send" value="<?php _e( 'Send Reply', 'buddypress' ) ?> &rarr;" id="send_reply_button"/>
-						<span class="ajax-loader"></span>
-					</div>
-
-					<input type="hidden" id="thread_id" name="thread_id" value="<?php bp_the_thread_id(); ?>" />
-					<?php wp_nonce_field( 'messages_send_message', 'send_message_nonce' ) ?>
-
-				</div><!-- .message-content -->
-
-			</div><!-- .message-box -->
-
-		</form><!-- #send-reply -->
-
-		<?php do_action( 'bp_after_message_thread_reply' ) ?>
-
-	<?php endif; ?>
-
-	<?php do_action( 'bp_after_message_thread_content' ) ?>
-
-</div>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/plugins.php b/wp-content/plugins/bp-template-pack/templates/members/single/plugins.php
deleted file mode 100644
index 96c1aa41b97409d16d687806621dac644755da2c..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/plugins.php
+++ /dev/null
@@ -1,45 +0,0 @@
-<?php get_header() ?>
-
-	<div id="container">
-		<div id="content">
-
-			<?php do_action( 'bp_before_member_plugin_template' ) ?>
-
-			<div id="item-header">
-				<?php locate_template( array( 'members/single/member-header.php' ), true ) ?>
-			</div>
-
-			<div id="item-nav">
-				<div class="item-list-tabs no-ajax" id="object-nav">
-					<ul>
-						<?php bp_get_displayed_user_nav() ?>
-
-						<?php do_action( 'bp_members_directory_member_types' ) ?>
-					</ul>
-				</div>
-			</div>
-
-			<div id="item-body">
-
-				<div class="item-list-tabs no-ajax" id="subnav">
-					<ul>
-						<?php bp_get_options_nav() ?>
-					</ul>
-				</div>
-
-				<?php do_action( 'bp_template_content' ) ?>
-
-				<?php do_action( 'bp_directory_members_content' ) ?>
-
-			</div><!-- #item-body -->
-
-			<?php do_action( 'bp_after_member_plugin_template' ) ?>
-
-		</div><!-- #content -->
-	</div><!-- #container -->
-
-	<?php locate_template( array( 'sidebar.php' ), true ) ?>
-
-	<?php do_action( 'bp_after_member_plugin_template' ) ?>
-
-<?php get_footer() ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/profile.php b/wp-content/plugins/bp-template-pack/templates/members/single/profile.php
deleted file mode 100644
index 397966b667bbbdff08d84f22b50df902749c882a..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/profile.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php if ( bp_is_my_profile() ) : ?>
-	<div class="item-list-tabs no-ajax" id="subnav">
-		<ul>
-			<?php bp_get_options_nav() ?>
-		</ul>
-	</div>
-<?php endif; ?>
-
-<?php do_action( 'bp_before_profile_content' ) ?>
-
-<div class="profile">
-	<?php if ( 'edit' == bp_current_action() ) : ?>
-		<?php locate_template( array( 'members/single/profile/edit.php' ), true ) ?>
-
-	<?php elseif ( 'change-avatar' == bp_current_action() ) : ?>
-		<?php locate_template( array( 'members/single/profile/change-avatar.php' ), true ) ?>
-
-	<?php else : ?>
-		<?php locate_template( array( 'members/single/profile/profile-loop.php' ), true ) ?>
-
-	<?php endif; ?>
-</div><!-- .profile -->
-
-<?php do_action( 'bp_after_profile_content' ) ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/profile/change-avatar.php b/wp-content/plugins/bp-template-pack/templates/members/single/profile/change-avatar.php
deleted file mode 100644
index 6e6a0527b2c6775b06a13415f81638d579363365..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/profile/change-avatar.php
+++ /dev/null
@@ -1,60 +0,0 @@
-<h4><?php _e( 'Change Avatar', 'buddypress' ) ?></h4>
-
-<?php do_action( 'bp_before_profile_avatar_upload_content' ) ?>
-
-<?php if ( !(int)bp_get_option( 'bp-disable-avatar-uploads' ) ) : ?>
-
-	<p><?php _e( 'Your avatar will be used on your profile and throughout the site. If there is a <a href="http://gravatar.com">Gravatar</a> associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress') ?></p>
-
-	<form action="" method="post" id="avatar-upload-form" enctype="multipart/form-data">
-
-		<?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?>
-
-			<p><?php _e( 'Click below to select a JPG, GIF or PNG format photo from your computer and then click \'Upload Image\' to proceed.', 'buddypress' ) ?></p>
-
-			<p id="avatar-upload">
-				<input type="file" name="file" id="file" />
-				<input type="submit" name="upload" id="upload" value="<?php _e( 'Upload Image', 'buddypress' ) ?>" />
-				<input type="hidden" name="action" id="action" value="bp_avatar_upload" />
-			</p>
-
-			<?php if ( bp_get_user_has_avatar() ) : ?>
-				<p><?php _e( "If you'd like to delete your current avatar but not upload a new one, please use the delete avatar button.", 'buddypress' ) ?></p>
-				<p><a class="button edit" href="<?php bp_avatar_delete_link() ?>" title="<?php _e( 'Delete Avatar', 'buddypress' ) ?>"><?php _e( 'Delete My Avatar', 'buddypress' ) ?></a></p>
-			<?php endif; ?>
-
-			<?php wp_nonce_field( 'bp_avatar_upload' ) ?>
-
-		<?php endif; ?>
-
-		<?php if ( 'crop-image' == bp_get_avatar_admin_step() ) : ?>
-
-			<h5><?php _e( 'Crop Your New Avatar', 'buddypress' ) ?></h5>
-
-			<img src="<?php bp_avatar_to_crop() ?>" id="avatar-to-crop" class="avatar" alt="<?php _e( 'Avatar to crop', 'buddypress' ) ?>" />
-
-			<div id="avatar-crop-pane">
-				<img src="<?php bp_avatar_to_crop() ?>" id="avatar-crop-preview" class="avatar" alt="<?php _e( 'Avatar preview', 'buddypress' ) ?>" />
-			</div>
-
-			<input type="submit" name="avatar-crop-submit" id="avatar-crop-submit" value="<?php _e( 'Crop Image', 'buddypress' ) ?>" />
-
-			<input type="hidden" name="image_src" id="image_src" value="<?php bp_avatar_to_crop_src() ?>" />
-			<input type="hidden" id="x" name="x" />
-			<input type="hidden" id="y" name="y" />
-			<input type="hidden" id="w" name="w" />
-			<input type="hidden" id="h" name="h" />
-
-			<?php wp_nonce_field( 'bp_avatar_cropstore' ) ?>
-
-		<?php endif; ?>
-
-	</form>
-
-<?php else : ?>
-
-	<p><?php _e( 'Your avatar will be used on your profile and throughout the site. To change your avatar, please create an account with <a href="http://gravatar.com">Gravatar</a> using the same email address as you used to register with this site.', 'buddypress' ) ?></p>
-
-<?php endif; ?>
-
-<?php do_action( 'bp_after_profile_avatar_upload_content' ) ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/profile/edit.php b/wp-content/plugins/bp-template-pack/templates/members/single/profile/edit.php
deleted file mode 100644
index 2655ffea24efb742ed8f55f63065d28348f8e28d..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/profile/edit.php
+++ /dev/null
@@ -1,117 +0,0 @@
-<?php do_action( 'bp_before_profile_edit_content' ) ?>
-
-<?php if ( bp_has_profile( 'profile_group_id=' . bp_get_current_profile_group_id() ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>
-
-<form action="<?php bp_the_profile_group_edit_form_action() ?>" method="post" id="profile-edit-form" class="standard-form <?php bp_the_profile_group_slug() ?>">
-
-	<?php do_action( 'bp_before_profile_field_content' ) ?>
-
-		<h4><?php printf( __( "Editing '%s' Profile Group", "buddypress" ), bp_get_the_profile_group_name() ); ?></h4>
-
-		<ul class="button-nav">
-			<?php bp_profile_group_tabs(); ?>
-		</ul>
-
-		<div class="clear"></div>
-
-		<?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
-
-			<div<?php bp_field_css_class( 'editfield' ) ?>>
-
-				<?php if ( 'textbox' == bp_get_the_profile_field_type() ) : ?>
-
-					<label for="<?php bp_the_profile_field_input_name() ?>"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></label>
-					<input type="text" name="<?php bp_the_profile_field_input_name() ?>" id="<?php bp_the_profile_field_input_name() ?>" value="<?php bp_the_profile_field_edit_value() ?>" />
-
-				<?php endif; ?>
-
-				<?php if ( 'textarea' == bp_get_the_profile_field_type() ) : ?>
-
-					<label for="<?php bp_the_profile_field_input_name() ?>"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></label>
-					<textarea rows="5" cols="40" name="<?php bp_the_profile_field_input_name() ?>" id="<?php bp_the_profile_field_input_name() ?>"><?php bp_the_profile_field_edit_value() ?></textarea>
-
-				<?php endif; ?>
-
-				<?php if ( 'selectbox' == bp_get_the_profile_field_type() ) : ?>
-
-					<label for="<?php bp_the_profile_field_input_name() ?>"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></label>
-					<select name="<?php bp_the_profile_field_input_name() ?>" id="<?php bp_the_profile_field_input_name() ?>">
-						<?php bp_the_profile_field_options() ?>
-					</select>
-
-				<?php endif; ?>
-
-				<?php if ( 'multiselectbox' == bp_get_the_profile_field_type() ) : ?>
-
-					<label for="<?php bp_the_profile_field_input_name() ?>"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></label>
-					<select name="<?php bp_the_profile_field_input_name() ?>" id="<?php bp_the_profile_field_input_name() ?>" multiple="multiple">
-						<?php bp_the_profile_field_options() ?>
-					</select>
-
-				<?php endif; ?>
-
-				<?php if ( 'radio' == bp_get_the_profile_field_type() ) : ?>
-
-					<div class="radio">
-						<span class="label"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></span>
-
-						<?php bp_the_profile_field_options() ?>
-
-						<?php if ( !bp_get_the_profile_field_is_required() ) : ?>
-							<a class="clear-value" href="javascript:clear( '<?php bp_the_profile_field_input_name() ?>' );"><?php _e( 'Clear', 'buddypress' ) ?></a>
-						<?php endif; ?>
-					</div>
-
-				<?php endif; ?>
-
-				<?php if ( 'checkbox' == bp_get_the_profile_field_type() ) : ?>
-
-					<div class="checkbox">
-						<span class="label"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></span>
-
-						<?php bp_the_profile_field_options() ?>
-					</div>
-
-				<?php endif; ?>
-
-				<?php if ( 'datebox' == bp_get_the_profile_field_type() ) : ?>
-
-					<div class="datebox">
-						<label for="<?php bp_the_profile_field_input_name() ?>_day"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></label>
-
-						<select name="<?php bp_the_profile_field_input_name() ?>_day" id="<?php bp_the_profile_field_input_name() ?>_day">
-							<?php bp_the_profile_field_options( 'type=day' ) ?>
-						</select>
-
-						<select name="<?php bp_the_profile_field_input_name() ?>_month" id="<?php bp_the_profile_field_input_name() ?>_month">
-							<?php bp_the_profile_field_options( 'type=month' ) ?>
-						</select>
-
-						<select name="<?php bp_the_profile_field_input_name() ?>_year" id="<?php bp_the_profile_field_input_name() ?>_year">
-							<?php bp_the_profile_field_options( 'type=year' ) ?>
-						</select>
-					</div>
-
-				<?php endif; ?>
-
-				<?php do_action( 'bp_custom_profile_edit_fields' ) ?>
-
-				<p class="description"><?php bp_the_profile_field_description() ?></p>
-			</div>
-
-		<?php endwhile; ?>
-
-	<?php do_action( 'bp_after_profile_field_content' ) ?>
-
-	<div class="submit">
-		<input type="submit" name="profile-group-edit-submit" id="profile-group-edit-submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?> " />
-	</div>
-
-	<input type="hidden" name="field_ids" id="field_ids" value="<?php bp_the_profile_group_field_ids() ?>" />
-	<?php wp_nonce_field( 'bp_xprofile_edit' ) ?>
-
-</form>
-
-<?php endwhile; endif; ?>
-
-<?php do_action( 'bp_after_profile_edit_content' ) ?>
\ No newline at end of file
diff --git a/wp-content/plugins/bp-template-pack/templates/members/single/profile/profile-loop.php b/wp-content/plugins/bp-template-pack/templates/members/single/profile/profile-loop.php
deleted file mode 100644
index 491e95059c060f4012a8f2c0c8176ba97c3573fb..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/members/single/profile/profile-loop.php
+++ /dev/null
@@ -1,59 +0,0 @@
-<?php do_action( 'bp_before_profile_loop_content' ) ?>
-
-<?php if ( function_exists('xprofile_get_profile') ) : ?>
-
-	<?php if ( bp_has_profile() ) : ?>
-
-		<?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?>
-
-			<?php if ( bp_profile_group_has_fields() ) : ?>
-
-				<?php do_action( 'bp_before_profile_field_content' ) ?>
-
-				<div class="bp-widget <?php bp_the_profile_group_slug() ?>">
-					<?php if ( 1 != bp_get_the_profile_group_id() ) : ?>
-						<h4><?php bp_the_profile_group_name() ?></h4>
-					<?php endif; ?>
-
-					<table class="profile-fields">
-						<?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
-
-							<?php if ( bp_field_has_data() ) : ?>
-								<tr>
-
-									<td class="label">
-										<?php bp_the_profile_field_name() ?>
-									</td>
-
-									<td class="data">
-										<?php bp_the_profile_field_value() ?>
-									</td>
-
-								</tr>
-							<?php endif; ?>
-
-							<?php do_action( 'bp_profile_field_item' ) ?>
-
-						<?php endwhile; ?>
-					</table>
-				</div>
-
-				<?php do_action( 'bp_after_profile_field_content' ) ?>
-
-			<?php endif; ?>
-
-		<?php endwhile; ?>
-
-		<?php do_action( 'bp_profile_field_buttons' ) ?>
-
-	<?php endif; ?>
-
-<?php else : ?>
-
-	<?php /* Just load the standard WP profile information, if BP extended profiles are not loaded. */ ?>
-	<?php bp_core_get_wp_profile() ?>
-
-<?php endif; ?>
-
-<?php do_action( 'bp_after_profile_loop_content' ) ?>
-
diff --git a/wp-content/plugins/bp-template-pack/templates/registration/activate.php b/wp-content/plugins/bp-template-pack/templates/registration/activate.php
deleted file mode 100644
index cf5a0d3b9314651b91a7f9ddb2569c7e4c764e9c..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/registration/activate.php
+++ /dev/null
@@ -1,58 +0,0 @@
-<?php /* This template is only used on multisite installations */ ?>
-
-<?php get_header(); ?>
-
-	<div id="container">
-		<div id="content">
-
-		<?php do_action( 'bp_before_activation_page' ) ?>
-
-		<div class="page" id="activate-page">
-
-			<?php do_action( 'template_notices' ) ?>
-
-			<?php if ( bp_account_was_activated() ) : ?>
-
-				<h2 class="widgettitle"><?php _e( 'Account Activated', 'buddypress' ) ?></h2>
-
-				<?php do_action( 'bp_before_activate_content' ) ?>
-
-				<?php if ( isset( $_GET['e'] ) ) : ?>
-					<p><?php _e( 'Your account was activated successfully! Your account details have been sent to you in a separate email.', 'buddypress' ) ?></p>
-				<?php else : ?>
-					<p><?php _e( 'Your account was activated successfully! You can now log in with the username and password you provided when you signed up.', 'buddypress' ) ?></p>
-				<?php endif; ?>
-
-			<?php else : ?>
-
-				<h3><?php _e( 'Activate your Account', 'buddypress' ) ?></h3>
-
-				<?php do_action( 'bp_before_activate_content' ) ?>
-
-				<p><?php _e( 'Please provide a valid activation key.', 'buddypress' ) ?></p>
-
-				<form action="" method="get" class="standard-form" id="activation-form">
-
-					<label for="key"><?php _e( 'Activation Key:', 'buddypress' ) ?></label>
-					<input type="text" name="key" id="key" value="" />
-
-					<p class="submit">
-						<input type="submit" name="submit" value="<?php _e( 'Activate', 'buddypress' ) ?> &rarr;" />
-					</p>
-
-				</form>
-
-			<?php endif; ?>
-
-			<?php do_action( 'bp_after_activate_content' ) ?>
-
-		</div><!-- .page -->
-
-		<?php do_action( 'bp_after_activation_page' ) ?>
-
-		</div><!-- #content -->
-	</div><!-- #container -->
-
-	<?php locate_template( array( 'sidebar.php' ), true ) ?>
-
-<?php get_footer(); ?>
diff --git a/wp-content/plugins/bp-template-pack/templates/registration/register.php b/wp-content/plugins/bp-template-pack/templates/registration/register.php
deleted file mode 100644
index c190f5c3e963dc8617008eb74d301888499946e1..0000000000000000000000000000000000000000
--- a/wp-content/plugins/bp-template-pack/templates/registration/register.php
+++ /dev/null
@@ -1,309 +0,0 @@
-<?php get_header() ?>
-
-	<div id="container">
-		<div id="content">
-
-		<?php do_action( 'bp_before_register_page' ) ?>
-
-		<div class="page" id="register-page">
-
-			<form action="" name="signup_form" id="signup_form" class="standard-form" method="post" enctype="multipart/form-data">
-
-			<?php if ( 'request-details' == bp_get_current_signup_step() ) : ?>
-
-				<h2><?php _e( 'Create an Account', 'buddypress' ) ?></h2>
-
-				<?php do_action( 'template_notices' ) ?>
-
-				<p><?php _e( 'Registering for this site is easy, just fill in the fields below and we\'ll get a new account set up for you in no time.', 'buddypress' ) ?></p>
-
-				<?php do_action( 'bp_before_account_details_fields' ) ?>
-
-				<div class="register-section" id="basic-details-section">
-
-					<?php /***** Basic Account Details ******/ ?>
-
-					<h4><?php _e( 'Account Details', 'buddypress' ) ?></h4>
-
-					<label for="signup_username"><?php _e( 'Username', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label>
-					<?php do_action( 'bp_signup_username_errors' ) ?>
-					<input type="text" name="signup_username" id="signup_username" value="<?php bp_signup_username_value() ?>" />
-
-					<label for="signup_email"><?php _e( 'Email Address', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label>
-					<?php do_action( 'bp_signup_email_errors' ) ?>
-					<input type="text" name="signup_email" id="signup_email" value="<?php bp_signup_email_value() ?>" />
-
-					<label for="signup_password"><?php _e( 'Choose a Password', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label>
-					<?php do_action( 'bp_signup_password_errors' ) ?>
-					<input type="password" name="signup_password" id="signup_password" value="" />
-
-					<label for="signup_password_confirm"><?php _e( 'Confirm Password', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label>
-					<?php do_action( 'bp_signup_password_confirm_errors' ) ?>
-					<input type="password" name="signup_password_confirm" id="signup_password_confirm" value="" />
-
-				</div><!-- #basic-details-section -->
-
-				<?php do_action( 'bp_after_account_details_fields' ) ?>
-
-				<?php do_action( 'bp_before_blog_details_fields' ) ?>
-
-
-				<?php /***** Extra Profile Details ******/ ?>
-
-				<?php if ( bp_is_active( 'xprofile' ) ) : ?>
-				<div class="register-section" id="profile-details-section">
-
-					<h4><?php _e( 'Profile Details', 'buddypress' ) ?></h4>
-
-					<?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?>
-					<?php if ( function_exists( 'bp_has_profile' ) ) : if ( bp_has_profile( 'profile_group_id=1' ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>
-
-					<?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
-
-						<div class="editfield">
-
-							<?php if ( 'textbox' == bp_get_the_profile_field_type() ) : ?>
-
-								<label for="<?php bp_the_profile_field_input_name() ?>"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></label>
-								<?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
-								<input type="text" name="<?php bp_the_profile_field_input_name() ?>" id="<?php bp_the_profile_field_input_name() ?>" value="<?php bp_the_profile_field_edit_value() ?>" />
-
-							<?php endif; ?>
-
-							<?php if ( 'textarea' == bp_get_the_profile_field_type() ) : ?>
-
-								<label for="<?php bp_the_profile_field_input_name() ?>"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></label>
-								<?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
-								<textarea rows="5" cols="40" name="<?php bp_the_profile_field_input_name() ?>" id="<?php bp_the_profile_field_input_name() ?>"><?php bp_the_profile_field_edit_value() ?></textarea>
-
-							<?php endif; ?>
-
-							<?php if ( 'selectbox' == bp_get_the_profile_field_type() ) : ?>
-
-								<label for="<?php bp_the_profile_field_input_name() ?>"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></label>
-								<?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
-								<select name="<?php bp_the_profile_field_input_name() ?>" id="<?php bp_the_profile_field_input_name() ?>">
-									<?php bp_the_profile_field_options() ?>
-								</select>
-
-							<?php endif; ?>
-
-							<?php if ( 'multiselectbox' == bp_get_the_profile_field_type() ) : ?>
-
-								<label for="<?php bp_the_profile_field_input_name() ?>"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></label>
-								<?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
-								<select name="<?php bp_the_profile_field_input_name() ?>" id="<?php bp_the_profile_field_input_name() ?>" multiple="multiple">
-									<?php bp_the_profile_field_options() ?>
-								</select>
-
-							<?php endif; ?>
-
-							<?php if ( 'radio' == bp_get_the_profile_field_type() ) : ?>
-
-								<div class="radio">
-									<span class="label"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></span>
-
-									<?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
-									<?php bp_the_profile_field_options() ?>
-
-									<?php if ( !bp_get_the_profile_field_is_required() ) : ?>
-										<a class="clear-value" href="javascript:clear( '<?php bp_the_profile_field_input_name() ?>' );"><?php _e( 'Clear', 'buddypress' ) ?></a>
-									<?php endif; ?>
-								</div>
-
-							<?php endif; ?>
-
-							<?php if ( 'checkbox' == bp_get_the_profile_field_type() ) : ?>
-
-								<div class="checkbox">
-									<span class="label"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></span>
-
-									<?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
-									<?php bp_the_profile_field_options() ?>
-								</div>
-
-							<?php endif; ?>
-
-							<?php if ( 'datebox' == bp_get_the_profile_field_type() ) : ?>
-
-								<div class="datebox">
-									<label for="<?php bp_the_profile_field_input_name() ?>_day"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></label>
-									<?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?>
-
-									<select name="<?php bp_the_profile_field_input_name() ?>_day" id="<?php bp_the_profile_field_input_name() ?>_day">
-										<?php bp_the_profile_field_options( 'type=day' ) ?>
-									</select>
-
-									<select name="<?php bp_the_profile_field_input_name() ?>_month" id="<?php bp_the_profile_field_input_name() ?>_month">
-										<?php bp_the_profile_field_options( 'type=month' ) ?>
-									</select>
-
-									<select name="<?php bp_the_profile_field_input_name() ?>_year" id="<?php bp_the_profile_field_input_name() ?>_year">
-										<?php bp_the_profile_field_options( 'type=year' ) ?>
-									</select>
-								</div>
-
-							<?php endif; ?>
-
-							<?php do_action( 'bp_custom_profile_edit_fields' ) ?>
-
-							<p class="description"><?php bp_the_profile_field_description() ?></p>
-
-						</div>
-
-					<?php endwhile; ?>
-
-					<input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="<?php bp_the_profile_group_field_ids() ?>" />
-
-					<?php endwhile; endif; endif; ?>
-
-				</div><!-- #profile-details-section -->
-				<?php endif; ?>
-
-				<?php do_action( 'bp_after_signup_profile_fields' ) ?>
-
-				<?php if ( bp_get_blog_signup_allowed() ) : ?>
-
-					<?php do_action( 'bp_before_blog_details_fields' ) ?>
-
-					<?php /***** Blog Creation Details ******/ ?>
-
-					<div class="register-section" id="blog-details-section">
-
-						<h4><?php _e( 'Blog Details', 'buddypress' ) ?></h4>
-
-						<p><input type="checkbox" name="signup_with_blog" id="signup_with_blog" value="1"<?php if ( (int) bp_get_signup_with_blog_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'Yes, I\'d like to create a new blog', 'buddypress' ) ?></p>
-
-						<div id="blog-details">
-
-							<label for="signup_blog_url"><?php _e( 'Blog URL', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label>
-							<?php do_action( 'bp_signup_blog_url_errors' ) ?>
-
-							<?php if ( 'yes' == VHOST ) : ?>
-								http:// <input type="text" name="signup_blog_url" id="signup_blog_url" value="<?php bp_signup_blog_url_value() ?>" /> .<?php echo str_replace( 'http://', '', site_url() ) ?>
-							<?php else : ?>
-								<?php echo site_url() ?>/ <input type="text" name="signup_blog_url" id="signup_blog_url" value="<?php bp_signup_blog_url_value() ?>" />
-							<?php endif; ?>
-
-							<label for="signup_blog_title"><?php _e( 'Blog Title', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label>
-							<?php do_action( 'bp_signup_blog_title_errors' ) ?>
-							<input type="text" name="signup_blog_title" id="signup_blog_title" value="<?php bp_signup_blog_title_value() ?>" />
-
-							<span class="label"><?php _e( 'I would like my blog to appear in search engines, and in public listings around this site', 'buddypress' ) ?>:</span>
-							<?php do_action( 'bp_signup_blog_privacy_errors' ) ?>
-
-							<label><input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_public" value="public"<?php if ( 'public' == bp_get_signup_blog_privacy_value() || !bp_get_signup_blog_privacy_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'Yes' ) ?></label>
-							<label><input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_private" value="private"<?php if ( 'private' == bp_get_signup_blog_privacy_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'No' ) ?></label>
-
-						</div>
-
-					</div><!-- #blog-details-section -->
-
-					<?php do_action( 'bp_after_blog_details_fields' ) ?>
-
-				<?php endif; ?>
-
-				<?php do_action( 'bp_before_registration_submit_buttons' ) ?>
-
-				<div class="submit">
-					<input type="submit"name="signup_submit" id="signup_submit" value="<?php _e( 'Complete Sign Up', 'buddypress' ) ?> &rarr;" />
-				</div>
-
-				<?php do_action( 'bp_after_registration_submit_buttons' ) ?>
-
-				<?php wp_nonce_field( 'bp_new_signup' ) ?>
-
-			<?php endif; // request-details signup step ?>
-
-			<?php if ( 'completed-confirmation' == bp_get_current_signup_step() ) : ?>
-
-				<h2><?php _e( 'Sign Up Complete!', 'buddypress' ) ?></h2>
-
-				<?php do_action( 'template_notices' ) ?>
-
-				<?php if ( bp_registration_needs_activation() ) : ?>
-					<p><?php _e( 'You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.', 'buddypress' ) ?></p>
-				<?php else : ?>
-					<p><?php _e( 'You have successfully created your account! Please log in using the username and password you have just created.', 'buddypress' ) ?></p>
-				<?php endif; ?>
-
-				<?php if ( bp_is_active( 'xprofile' ) && !(int)bp_get_option( 'bp-disable-avatar-uploads' ) ) : ?>
-
-					<?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?>
-
-						<h4><?php _e( 'Your Current Avatar', 'buddypress' ) ?></h4>
-						<p><?php _e( "We've fetched an avatar for your new account. If you'd like to change this, why not upload a new one?", 'buddypress' ) ?></p>
-
-						<div id="signup-avatar">
-							<?php bp_signup_avatar() ?>
-						</div>
-
-						<p>
-							<input type="file" name="file" id="file" />
-							<input type="submit" name="upload" id="upload" value="<?php _e( 'Upload Image', 'buddypress' ) ?>" />
-							<input type="hidden" name="action" id="action" value="bp_avatar_upload" />
-							<input type="hidden" name="signup_email" id="signup_email" value="<?php bp_signup_email_value() ?>" />
-							<input type="hidden" name="signup_username" id="signup_username" value="<?php bp_signup_username_value() ?>" />
-						</p>
-
-						<?php wp_nonce_field( 'bp_avatar_upload' ) ?>
-
-					<?php endif; ?>
-
-					<?php if ( 'crop-image' == bp_get_avatar_admin_step() ) : ?>
-
-						<h3><?php _e( 'Crop Your New Avatar', 'buddypress' ) ?></h3>
-
-						<img src="<?php bp_avatar_to_crop() ?>" id="avatar-to-crop" class="avatar" alt="<?php _e( 'Avatar to crop', 'buddypress' ) ?>" />
-
-						<div id="avatar-crop-pane">
-							<img src="<?php bp_avatar_to_crop() ?>" id="avatar-crop-preview" class="avatar" alt="<?php _e( 'Avatar preview', 'buddypress' ) ?>" />
-						</div>
-
-						<input type="submit" name="avatar-crop-submit" id="avatar-crop-submit" value="<?php _e( 'Crop Image', 'buddypress' ) ?>" />
-
-						<input type="hidden" name="signup_email" id="signup_email" value="<?php bp_signup_email_value() ?>" />
-						<input type="hidden" name="signup_username" id="signup_username" value="<?php bp_signup_username_value() ?>" />
-						<input type="hidden" name="signup_avatar_dir" id="signup_avatar_dir" value="<?php bp_signup_avatar_dir_value() ?>" />
-
-						<input type="hidden" name="image_src" id="image_src" value="<?php bp_avatar_to_crop_src() ?>" />
-						<input type="hidden" id="x" name="x" />
-						<input type="hidden" id="y" name="y" />
-						<input type="hidden" id="w" name="w" />
-						<input type="hidden" id="h" name="h" />
-
-						<?php wp_nonce_field( 'bp_avatar_cropstore' ) ?>
-
-					<?php endif; ?>
-
-				<?php endif; ?>
-
-			<?php endif; // completed-confirmation signup step ?>
-
-			<?php do_action( 'bp_custom_signup_steps' ) ?>
-
-			</form>
-
-		</div>
-
-		<?php do_action( 'bp_after_register_page' ) ?>
-
-		</div><!-- #content -->
-	</div><!-- #container -->
-
-	<?php locate_template( array( 'sidebar.php' ), true ) ?>
-
-	<?php do_action( 'bp_after_directory_activity_content' ) ?>
-
-	<script type="text/javascript">
-		jQuery(document).ready( function() {
-			if ( jQuery('div#blog-details').length )
-				jQuery('div#blog-details').toggle();
-
-			jQuery( 'input#signup_with_blog' ).click( function() {
-				jQuery('div#blog-details').fadeOut().toggle();
-			});
-		});
-	</script>
-
-<?php get_footer() ?>
\ No newline at end of file