-
Brajesh Singh replied to the topic BuddyPress redirect in the forum How-to & Troubleshooting 7 years, 6 months ago
Thank you.
I checked the code. The plugin does not support login_redirect filter and BP redirect to profile won’t work with it.I will suggest creating a support ticket on the plugin page and asking to support ‘login_redirect’ filter for redirection url.
They do have a filter ‘lwa_ajax_login’ for filtering the whole returned data but it is too…[Read more]
-
Brajesh Singh replied to the topic BuddyPress redirect in the forum How-to & Troubleshooting 7 years, 6 months ago
hi @wegosi,
Thank you for asking.
I am not sure which ajax login plugin you are referring to.This plugin does not actually redirects the user, it simply changes the url where the default redirection happens.
So, if it is not working with an ajax login plugin, Please ask the developer if they support ‘login_redirect’ filter. If not, please ask…[Read more]
-
Emroch & Kilduff's profile was updated 7 years, 6 months ago
-
Flat Belly Herndon's profile was updated 7 years, 6 months ago
-
rafira jogjakarta's profile was updated 7 years, 6 months ago
-
Darre Knight's profile was updated 7 years, 6 months ago
-
Elliott Lucille's profile was updated 7 years, 6 months ago
-
Designbysevan's profile was updated 7 years, 6 months ago
-
Brandy Haynes's profile was updated 7 years, 6 months ago
-
's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Create/add forum from frontend in the forum Miscellaneous 7 years, 6 months ago
Ok, 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…[Read more] -
Prashant Singh replied to the topic Online members status in the forum How-to & Troubleshooting 7 years, 6 months ago
Please check this one https://wordpress.org/plugins/status-buddy/
Thanks
-
antoniamarnez1's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Is it possible in Buddy Press to give only permission to delete private message in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
The first thing now we need to do is to check if that box is coming from this file or not. So try writing anything in the file and check if that gets printed on that screen if yes then certainly we are on the right file otherwise have to check which file is that from where that box is coming.
Thanks
-
Prashant Singh replied to the topic Avatar cut in mobile view in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please check this https://codex.buddypress.org/themes/guides/customizing-buddypress-avatars/ to understand the concept there.
Thanks
-
Prashant Singh replied to the topic How to overload nouveau header from plugin in the forum Installing BuddyPress 7 years, 6 months ago
Hi,
Are you sure it is member-header? Please try cover-image-header.
Thanks
-
Prashant Singh replied to the topic Filter the member list in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please check this plugin https://wordpress.org/plugins/bp-custom-functionalities/. It allows excluding of roles from members directory. You can select administrator role there in settings and they will be excluded from members directory.
Thanks
-
Prashant Singh replied to the topic Rename "Name" Profile Field in the forum Creating & Extending 7 years, 6 months ago
Hi,
Which theme you are using?
I have just checked it with the default theme twenty seventeen and it is working fine there. Please see: https://prnt.sc/l7mp20
Thanks
-
Prashant Singh replied to the topic Renaming Group tabs in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
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,…[Read more]
-
Blog Photoshop's profile was updated 7 years, 6 months ago
- Load More