=== BP Replenished === Contributors: Derick Payne Tags: blue, two-columns, flexible-width, buddypress, custom-header Requires at least: WordPress 3.2.1 / BuddyPress 1.5.1 (Default Theme) Tested up to: WordPress 3.2.1 / BuddyPress 1.5.1 == Description == Custom child theme for the default BuddyPress theme. BP Replenished has two main functions or features. Firstly it applies a fix to the BuddyPress Follow plugin by Andy Peatling, so that the follow buttons will align correctly and not overlap anymore. Secondly, it allows you to add advertisements (Adsense) to the default BuddyPress theme in specific locations. == Installation == 1. Download the Theme archive and extract the files it contains. You may need to preserve the directory structure in the archive when extracting these files. Follow the guidelines provided by your Theme author. 2. Using an FTP client to access your host web server, create a directory to save your Theme in the wp-content/themes directory provided by WordPress. For example, a Theme named Test should be in wp-content/themes/test. Your Theme may provide this directory as part of the archive. 3. Upload the Theme files to the new directory on your host server. 4. Log in to the WordPress Administration Panel. 5. Select the Appearance panel, then Themes. 6. From the Available Themes section, click on the Theme title (or Theme screenshot) for the Theme you wish to activate. A preview of the Theme will be shown. 7. To activate the Theme click the Activate "Theme Name" link in the top right. 8. To learn how to install your advertisement code, read the section below. == Install advertisement code == To install your advertisement code (Adsense), you will need to edit several files located in BP Replenished theme folder. For example; to install advertisement code in the Members directory, you need to edit the members-ad1.php located in the (wp-content/themes/bp-replenished/members) directory. Simply add your custom advertisement code to this file or if it contains any code, replace everything with your code. Upload the new file to your Web server replacing the old members-ad1.php file and now when you visit your BuddyPress Members directory, you will see your ads. Following is a list of files you need to edit, including the ads location in BuddyPress and the recommended ad sizes: * (wp-content/themes/bp-replenished/activity/activity-ad1.php) - Activity Stream Top - 468x60 * (wp-content/themes/bp-replenished/activity/activity-ad2.php) - Activity Stream Bottom - 728x90 * (wp-content/themes/bp-replenished/members/members-ad1.php) - Members Directory Top - 468x60 * (wp-content/themes/bp-replenished/members/members-ad2.php) - Members Directory Bottom - 728x90 * (wp-content/themes/bp-replenished/groups/groups-ad1.php) - Groups Directory Top - 468x60 * (wp-content/themes/bp-replenished/groups/groups-ad2.php) - Groups Directory Bottom - 728x90 * (wp-content/themes/bp-replenished/forums/forums-ad1.php) - Forums Directory Top - 468x60 * (wp-content/themes/bp-replenished/forums/forums-ad2.php) - Forums Directory Bottom - 728x90 == Changelog == = 1.0.0 = * Initial release.