-
aces replied to the forum topic Registration: Not Sending Confirmation to New User Registration in the group Creating & Extending 12 years, 5 months ago
see https://codex.buddypress.org/troubleshooting/frequently-asked-questions/
section: BuddyPress isn’t sending out emails (eg. activation emails, email notifications)
-
aces replied to the forum topic Searching Forum Contents in the group How-To and Troubleshooting 12 years, 6 months ago
-
aces replied to the forum topic Disable responsive layout in the group Creating & Extending 12 years, 7 months ago
function bp_head_action() {
remove_theme_support( 'bp-default-responsive' );
}
add_action( 'bp_head', 'bp_head_action');
I haven’t tried it but it was suggested in: […] -
aces replied to the forum topic Extended Profile Fields Add New Group dosen´t work for me? in the group Creating & Extending 12 years, 7 months ago
-
aces replied to the forum topic Group –> Forum –> Sub Forum? in the group How-To and Troubleshooting 12 years, 7 months ago
https://buddypress.org/community/groups/bp-group-hierarchy/forum/
I couldn’t find the local (bp) link earlier….
-
aces replied to the forum topic Group –> Forum –> Sub Forum? in the group How-To and Troubleshooting 12 years, 7 months ago
-
aces replied to the forum topic Php redirect issue in the group How-To and Troubleshooting 12 years, 7 months ago
define( 'BP_DEFAULT_COMPONENT', 'profile' );
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/?
-
aces replied to the forum topic Complete Site Search in the group How-To and Troubleshooting 12 years, 7 months ago
-
aces replied to the forum topic Integrating Existing Theme with Buddy Press Help?? in the group How-To and Troubleshooting 12 years, 7 months ago
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes ( all done by @mercime , i think. )
It would have helped to know which ( parent ) theme you are […]
-
aces replied to the forum topic Removing links to searches in profile fields in the group How-To and Troubleshooting 12 years, 7 months ago
-
aces replied to the forum topic Emails Not Sending After Update to 1.5.5 in the group How-To and Troubleshooting 12 years, 7 months ago
I’m not sure what you mean by backup.
If you mean just the database then the newer version bp files will still be there anyway….
Some other solutions were suggested in […]
-
aces replied to the forum topic Emails Not Sending After Update to 1.5.5 in the group How-To and Troubleshooting 12 years, 7 months ago
@bigjosh Please don’t hijack other threads especially when you have opened your own topic: […]
-
aces replied to the forum topic Emails Not Sending After Update to 1.5.5 in the group How-To and Troubleshooting 12 years, 7 months ago
what happens when you send a test/debug email from https://wordpress.org/extend/plugins/wp-mail-smtp/ ?
-
aces replied to the forum topic 2 Questions – Files & Redirection in the group How-To and Troubleshooting 12 years, 7 months ago
-
aces replied to the forum topic 404 The requested URL not found on this server 🙁 in the group Installing BuddyPress 12 years, 7 months ago
-
aces replied to the forum topic How or can i change specific words like "friend" or "group" in the group Installing BuddyPress 12 years, 7 months ago
aces said 11 hours, 47 minutes ago:
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
[…] -
aces replied to the forum topic How or can i change specific words like "friend" or "group" in the group Installing BuddyPress 12 years, 7 months ago
aces said 11 hours, 47 minutes ago:
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
[…] -
aces replied to the forum topic 2 Questions – Files & Redirection in the group How-To and Troubleshooting 12 years, 7 months ago
1. /wp-content/plugins/buddypress/bp-themes/bp-default/
You shouldn’t need to touch those files, instead create a child theme: https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/ […]
- Load More
@aces
Active 9 months, 3 weeks ago