-
@mercime replied to the forum topic Site wide forums not working in the group How-To and Troubleshooting 14 years, 2 months ago
You also need delete the bb-config.php file at root of WP install as well (same level you find wp-config.php in).
-
@mercime replied to the forum topic Alligning Buddypress with Swatch theme in the group Installing BuddyPress 14 years, 2 months ago
BP Template Pack process copies 6 folders from bp-default theme within the buddypress plugin folder into the active WP theme – in your case, the swatch theme folder in server.
You can download BuddyPress, […]
-
@mercime replied to the forum topic How do you moderate Forum posts in Buddypress? in the group How-To and Troubleshooting 14 years, 2 months ago
You mean more than what you already see in Group Forums as well as in the Sitewide Forums? Like what?
-
@mercime replied to the forum topic Alligning Buddypress with Swatch theme in the group Installing BuddyPress 14 years, 2 months ago
B. At the very bottom of the 16 files, replace:
`!– .padder —
!– #content —
?php do_action( ‘bp_after_directory_blogs_page’ ); ?
?php get_sidebar( ‘buddypress’ ); ?
?php get_footer( ‘buddypress’ ); […] -
@mercime replied to the forum topic Alligning Buddypress with Swatch theme in the group Installing BuddyPress 14 years, 2 months ago
All right.
@BlendNZjnr You’re going to have to change 16 files contained within the 6 BP template folders transferred to your swatch theme folder in server listed here […]
-
@mercime replied to the forum topic Alligning Buddypress with Reaction Theme in the group Installing BuddyPress 14 years, 2 months ago
Make sure that you have pristine copies of the BP template files i.e. that the files you tried to revise over the last week were replaced with the original BP template files.
– Delete the 6 BP template folders […] -
@mercime replied to the forum topic trying to build a social community like ning in the group How-To and Troubleshooting 14 years, 2 months ago
First: If you have BP 1.5.3.1 activated in a WP 3.3.1 installation, best practice is to only add plugins which are compatible with at least BP 1.5 or WP 3.3. If you install plugins compatible with lower versions […]
-
@mercime replied to the forum topic [Resolved] Alligning Buddypress with Reaction Theme in the group Installing BuddyPress 14 years, 2 months ago
Looking at the code you posted, I am 99% positive that you only need to create and add header-buddypress.php and sidebar-buddypress.php to your theme folder instead of changing code in 16 files transferred into […]
-
@mercime replied to the forum topic How to restart the installation wizard in the group Installing BuddyPress 14 years, 2 months ago
@AtlantasRealtor I would say backup database as always. Go to the lowest common and successful denominator by changing theme to Twenty Eleven and deactivating all plugins first.
– Given that, when you activate […] -
@mercime replied to the forum topic Remove ’home’ from menu without using custom menu in the group How-To and Troubleshooting 14 years, 2 months ago
function bp_dtheme_page_menu_args( $args ) {
$args['show_home'] = false;
return $args;
}
add_filter( 'wp_page_menu_args', 'bp_dtheme_page_menu_args' ); -
@mercime replied to the forum topic Notifications for all activity? in the group How-To and Troubleshooting 14 years, 2 months ago
Default is that you receive email notifications for activity, messages, friends and groups. Go to your profile, Settings > Notifications
-
@mercime replied to the forum topic How to restart the installation wizard in the group Installing BuddyPress 14 years, 2 months ago
Go to dashboard menu Plugins > Installed panel. Deactivate, then delete, then re-install BuddyPress and Activate. Before doing that, go to menu Settings > Permalinks and set to other than default/ugly permalink.
-
@mercime replied to the forum topic Another 404 issue – IIS server in the group How-To and Troubleshooting 14 years, 2 months ago
@palmdoc it’s usually the issue with needing to add /index.php/ to your permalink. Check out if the following link will help you https://codex.buddypress.org/developer-docs/iis7-web-config/
@FuriousCigars after […]
-
@mercime replied to the forum topic Alligning Buddypress with Swatch theme in the group Installing BuddyPress 14 years, 2 months ago
Open up your theme’s header.php, copy the code and paste onto pastebin.com, click submit and post the generated URL here. Do the same for footer.php, sidebar.php, index.php and page.php
As for the buttons, […]
-
@mercime replied to the forum topic How to get buddypress working with my theme in the group How-To and Troubleshooting 14 years, 2 months ago
I have no idea just looking at the images. Site url? If not, you could ask the theme developer to look over the information above and give the correct template structure.
-
@mercime replied to the forum topic "Post" Button Not Showing & Other Ajax Or JQuery Issues in the group How-To and Troubleshooting 14 years, 2 months ago
Enable JS by not checking the box and click on Save.
-
@mercime replied to the forum topic HELP! Buddypress/Pagelines Platform pages not aligned in the group How-To and Troubleshooting 14 years, 2 months ago
Closing this, you posted the same in the other thread which I’ve renamed to reflect your issue. https://buddypress.org/community/groups/installing-buddypress/forum/topic/nothing-on-pages/
-
@mercime replied to the forum topic Nothing on pages in the group Installing BuddyPress 14 years, 2 months ago
Pagelines has video about this http://www.pagelines.com/docs/buddypress or get a free forum account there at http://www.pagelines.com/launchpad/signup.php?price_group=-128&product_id=128&hide_paysys=free or do a […]
-
@mercime replied to the forum topic How to get buddypress working with my theme in the group How-To and Troubleshooting 14 years, 2 months ago
Open up you 13thfloor theme’s header.php and Save As header-buddypress.php in the same theme folder. Open up header-buddypress.php and at the very bottom of the file, below other code, add:
Save and […] -
@mercime replied to the forum topic BuddyPress computability with BPress in the group Installing BuddyPress 14 years, 2 months ago
- Load More
@mercime
Active 5 years, 7 months ago