-
's profile was updated 7 years, 11 months ago
-
Varun Dubey replied to the topic Buddypress activity plus pludin issues in the forum How-to & Troubleshooting 7 years, 11 months ago
@jonaskjodt that’s very old thread and different topic. There are some structural changes inside the template files and actions are also updated.
-
Varun Dubey replied to the topic Change User Role on form submission in the forum How-to & Troubleshooting 7 years, 11 months ago
@bassibabes1 check once with CF7 support
-
Dr md shahriar kabir replied to the topic Buddypress activity plus pludin issues in the forum How-to & Troubleshooting 7 years, 11 months ago
@jonaskjodt your php show fatal eror!!!!!!!
-
Jonas replied to the topic Buddypress activity plus pludin issues in the forum How-to & Troubleshooting 7 years, 11 months ago
I had some issues with this earlier too, using the code supplied in this thread should clear up your issue.
Here’s the code if you’re unable to click the link for some reason. You should put it in your bp-custom.php file.
function toa_check_page_reqiurement_and_lie_to_buddypress ($is, $component) {[Read more]
global $bp;
if ($is || "activity" !==… -
Varun Dubey replied to the topic Editing the registration page in the forum Creating & Extending 7 years, 11 months ago
@snorklebum if you want to use your existing newsletter plugin, it will need some custom code to create integration as an optional choice for users.
-
Varun Dubey replied to the topic Buddypress activity plus pludin issues in the forum How-to & Troubleshooting 7 years, 11 months ago
I am able to replicate the issue, You can report here once
https://wordpress.org/support/topic/problem-with-new-buddypress-template/ -
Varun Dubey replied to the topic Edit or Display "Profile Fields Group" on homepage or elsewhere in the forum Third Party Plugins 7 years, 11 months ago
@onions2578 BP does not have any inbuilt feature to create survey forms with a user-defined set of questions.
-
Varun Dubey replied to the topic @ mention suggestion not working in the forum Installing BuddyPress 7 years, 11 months ago
@bpistone for forums try
-
Varun Dubey replied to the topic Required Profile Field _ Terms Of Service in the forum How-to & Troubleshooting 7 years, 11 months ago
@dannydlb You can try these patches https://buddypress.trac.wordpress.org/ticket/7845
-
Varun Dubey replied to the topic Showing + Filtering Groups in the forum How-to & Troubleshooting 7 years, 11 months ago
even if that work with zero, the search result will also not visible
-
Varun Dubey replied to the topic Showing + Filtering Groups in the forum How-to & Troubleshooting 7 years, 11 months ago
@mikelast
To change the number of groups display at group directory page, you can use the following snippetadd_filter( ‘bp_after_has_groups_parse_args’, ‘wbcom_alter_groups_parse_args’ );
function wbcom_alter_groups_parse_args( $loop ) {
if ( bp_is_groups_directory() ) {
$loop[‘per_page’] = 2;
}
return $loop;
} -
Usman's profile was updated 7 years, 11 months ago
-
Linda Onata's profile was updated 7 years, 11 months ago
-
Dr md shahriar kabir replied to the topic Buddypress activity plus pludin issues in the forum How-to & Troubleshooting 7 years, 11 months ago
Buddypress activity plus not active with groups in my web.
-
Varun Dubey replied to the topic Editing the registration page in the forum Creating & Extending 7 years, 11 months ago
you can check https://wordpress.org/plugins/mailchimp-for-wp/
-
Varun Dubey replied to the topic version 3.0 problems in the forum How-to & Troubleshooting 7 years, 11 months ago
@geertbaven code might be written inside the template file of the theme
theme-name/buddypress/groups/single/home.phpYou will need to remove bp_is_group_forum() code; you are not using forums that’s why it’s creating an issue.
Inside the latest version above code is removed, in core discussion developers had talked about it to put it back. -
R??u thu?c tr? m?n's profile was updated 7 years, 11 months ago
-
Colegiala's profile was updated 7 years, 11 months ago
-
Varun Dubey replied to the topic Create edit profile form or page in the forum How-to & Troubleshooting 7 years, 11 months ago
You can override edit page template inside the child theme
buddypress/bp-templates/bp-legacy/buddypress/members/single/profile/edit.php
at following path
child-theme/buddypress/members/single/profile/edit.php - Load More