Search Results for 'buddypress'
-
AuthorSearch Results
-
October 21, 2018 at 12:17 pm #279254
In reply to: exclude users from member listing
Prashant Singh
ParticipantHi,
BuddyPress never lists pending and denied members. Are you using any other system to verify them?
Thanks
October 21, 2018 at 12:33 am #279243mutoha
ParticipantRegarding the matter of the “compatible with nouveau”,
Do you think that “BuddyPress Follow(1.2.2)” will be available if you change any of the “BuddyPress(3.2.0) with nouveau”?I am in trouble because I can not use it even if I change the next file.
bp-nouveau > buddypress > activity > entry.php
bp-nouveau > buddypress > activity > activity-loop.phpWould you please give me a hint?
Thanks.
October 20, 2018 at 8:43 pm #279240Prashant Singh
ParticipantI always focus on the updated plugin so try to Use the latest “BuddyPress(3.2.0)” with “legacy”. And also please recommend to devs to make it compatible with nouveau.
Thanks
October 20, 2018 at 8:17 pm #279234Prashant Singh
ParticipantHi,
You can check this https://buddypress.org/support/topic/hiding-profile-tabs-i-e-messages-based-on-user-role/ and use bp_core_remove_subnav_item.
Thanks
October 20, 2018 at 6:26 pm #279229In reply to: Create/add forum from frontend
Prashant Singh
ParticipantHi,
Please replace the previous code with this code if you want a tab and not the previous one:
function ps_profile_forum_creation() { if(current_user_can('moderate')){ global $bp; bp_core_new_subnav_item( array( 'name' => 'Create Forum', 'slug' => 'create-forum', 'screen_function' => 'ps_create_forum_screen', 'position' => 200, 'parent_url' => bp_loggedin_user_domain() . '/forums/', 'parent_slug' => 'forums', 'default_subnav_slug' => 'create-forum' ) ); } } add_action( 'bp_setup_nav', 'ps_profile_forum_creation' ); function ps_create_forum_screen() { add_action( 'bp_template_content', 'ps_create_forum_screen_content' ); bp_core_load_template( 'buddypress/members/single/plugins' ); } function ps_create_forum_screen_content() { echo do_shortcode('[bbp-forum-form]'); }Hopefully, it will help you.
ThanksOctober 20, 2018 at 5:49 pm #279228In reply to: Wrong count shows
Prashant Singh
ParticipantHi Inderpreet,
Try repairing the count from Tools->BuddyPress, if it does not fix the issue then it seems like your members have not yet logged-in on the site. As soon as they all will log in on the site the count will be fixed. Because BuddyPress shows the count of the active members(at least they logged in once).
Thanks
October 20, 2018 at 7:37 am #279207In reply to: is_404() returns true on Group pages
Viktor Szépe
Participanthttps://buddypress.trac.wordpress.org/ticket/6527#comment:4 settles this.
You should check
is_404()attemplate_redirectpriority 11 the earliest.October 20, 2018 at 3:17 am #279198mutoha
ParticipantCan you please teach me.
Which do you prefer: A or B?
A:Use the latest “BuddyPress(3.2.0)” with “legacy”
B:Use the old “BuddyPress(2.9.4)” with “nouveau”Thanks.
October 20, 2018 at 3:07 am #279197mutoha
ParticipantHi,
You just said it!
The most up-to-date version compatible with “BuddyPress Follow(1.2.2)” was “BuddyPress(2.9.4)”.
But, as you say, using “legacy” also matches “BuddyPress(3.2.0)”.
So, What is “legacy”? What is the difference with “nouveau”?
Where is the explanation?Thanks.
October 19, 2018 at 6:40 pm #279191In reply to: Theme for BuddyPress only
Prashant Singh
ParticipantHi,
The article has mentioned everything there. Please take a backup before doing so. The theme depends on your need, compare the features and buy one. Kleo, BuddyBoss is one of the best BuddyPress themes.
Thanks
October 19, 2018 at 6:25 pm #279190In reply to: Theme for BuddyPress only
kampo
ParticipantThanks a lot. Is it a secure way to implement two themes?
Other question, which theme do you advice to work best for BuddyPress?
Thanks againOctober 19, 2018 at 5:31 pm #279186In reply to: Upload Avatar in registration page
binaryfabric
Participant@Hugo64 Dose the Buddypress Upload Avatar Ajax plugin work with BP 3.0+
October 19, 2018 at 1:32 pm #279177In reply to: Translation of Cover Photo
Prashant Singh
ParticipantHi,
Instead of the plugin, have you checked in your active theme? This might be there as well if you have BuddyPress based theme.
October 19, 2018 at 10:40 am #279160In reply to: Improve Comments in Activity Stream
Prashant Singh
ParticipantOctober 19, 2018 at 10:15 am #279154Prashant Singh
ParticipantHi,
Please try with the legacy template pack and in terms of version if it is not compatible with the latest version then please request in plugin’s support forum to make it compatible. Try any version of BuddyPress less than 3.0 to check the compatibility.
Thanks
October 19, 2018 at 10:11 am #279153In reply to: Translation of Cover Photo
Prashant Singh
ParticipantHi,
Please install https://wordpress.org/plugins/loco-translate/ plugin and then go to plugins menu of this plugin’s setting and find BuddyPress there and there you need to search this string and translate.
Thanks
October 19, 2018 at 9:21 am #279146In reply to: Dequeue bp-nouveau css
John
ParticipantAh, I had it in functions.php just moved it into bp-custom.php and it worked!
Still getting used to remembering to put buddypress stuff in bp-custom.php rather than functions.php.
Thanks 🙂
John
October 19, 2018 at 7:55 am #279139Topic: Dequeue bp-nouveau css
in forum How-to & TroubleshootingJohn
ParticipantI want to dequeue, or override, the bp-nouveau stylesheet. I have tried:
function dequeue_buddypress() { if (!is_admin()) { wp_dequeue_style('bp-nouveau'); wp_deregister_style('bp-nouveau'); } } add_action('wp_enqueue_scripts', 'dequeue_buddypress', 1);Have also played with priorities from 1 to 99 and tried the handle bp-nouveau-css.
as well as trying to override the css in the theme but neither has worked.
Anyone know how I can get the bp-nouveau css to dequeue?
October 19, 2018 at 3:56 am #279127In reply to: BuddyPress redirect
Brajesh Singh
ParticipantHi,
If you are referring to this plugin
I am the author and I can assure that it works with BuddyPress 3.2
The plugin is just a few lines of code and it does not need any change. That’s why it has not been updated. I will push a change in readme.
Also, if you need the code, Here is the complete code for the plugin
https://github.com/sbrajesh/bp-redirect-to-profile/blob/master/bp-redirect-to-profile.phpRegards
BRajeshOctober 18, 2018 at 5:56 pm #279113In reply to: Create/add forum from frontend
Prashant Singh
ParticipantOk, got it now.
The above code will show the forum form on bbpress user profile, not BuddyPress.
Please try this code:
add_action('bbp_template_after_user_topics_created', 'ps_show_forum_form'); function ps_show_forum_form(){ if(bbp_is_user_home() && current_user_can('moderate')){ echo do_shortcode('[bbp-forum-form]'); } }Thanks
October 18, 2018 at 5:42 pm #279110In reply to: Avatar cut in mobile view
wegosi
ParticipantThank you. The problem is not in my understanding.
Because the professionals (creators of the theme) tell that the problem in buddypress core.
Mobile view. Small avatar size in cropping. Not correct button.
October 18, 2018 at 5:40 pm #279109In reply to: Avatar cut in mobile view
Prashant Singh
ParticipantHi,
Please check this https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/ to understand the concept there.
Thanks
October 18, 2018 at 5:36 pm #279107In reply to: How to filter buddypress customizer options
rafaelfigueiredo
ParticipantInside buddypress/bp-templates/bp-nouveau/includes/template-tags.php I founded this function bp_nouveau_get_single_item_nav_classes().
Inside this function I can see that has an option that I want to change ‘user_nav_display’. Then the end line of this function is a filter, but I can’t able to do some debug. I’m using wp_die, var_dump and nothing happens when I tried to use a callback function attached to this filter.
/**
* Filters the final results for BuddyPress Nouveau container classes.
*
* This filter will return a single string of concatenated classes to be used.
*
* @since 3.0.0
*
* @param string $value Concatenated classes.
* @param array $classes Array of classes that were concatenated.
*/
return apply_filters( ‘bp_nouveau_get_container_classes’, join( ‘ ‘, $class ), $classes );My code doing some debug:
add_action(‘bp_nouveau_get_container_classes’, [$this, ‘buddypress_instance’]);
public function buddypress_instance($value, $classes){
wp_die(var_dump($value));
}October 18, 2018 at 5:32 pm #279105Topic: How to filter buddypress customizer options
in forum How-to & Troubleshootingrafaelfigueiredo
ParticipantHi,
I want to override the customize default settings through my plugin. I read the buddypress code and appears that don’t have a filter function to this.
There’s another way to do this?
October 18, 2018 at 5:02 pm #279101In reply to: Renaming Group tabs
Prashant Singh
ParticipantHi,
Please put this snippet in your child theme’s functions.php:
function ps_rename_group_tabs() { if ( ! bp_is_group() ) { return; } buddypress()->groups->nav->edit_nav( array( 'name' => __( 'Activity', 'buddypress' ) ), 'home', bp_current_item() ); } add_action( 'bp_actions', 'ps_rename_group_tabs' );Hopefully, it will help you.
Thanks
-
AuthorSearch Results