Search Results for 'buddypress'
-
AuthorSearch Results
-
August 26, 2018 at 10:04 pm #275929
In reply to: remove bp notification by component_name ?
Prashant Singh
Participant
Thread is aleady active here.August 26, 2018 at 10:02 pm #275928In reply to: Buddypress create errors in my Theme
Prashant Singh
ParticipantSeems like your theme is not compatible with BuddyPress. If you can check with the default theme, you will see that it works fine.
August 26, 2018 at 9:58 pm #275927In reply to: Activation Page not Working as Child
Prashant Singh
ParticipantIt is always included as a parent page in BuddyPress. It’s having it’s own functionality that’s why it is an individual page. You should not make that child page of registration.
Thanks
August 26, 2018 at 9:50 pm #275926In reply to: Notification not showing in user profile
Prashant Singh
ParticipantI am not sure if you are creating blog posts or activity. BuddyPress sends notification for these updates https://codex.buddypress.org/administrator-guide/notifications/
If it is a blog post then you have to go with this code to get notification https://wordpress.stackexchange.com/questions/263950/new-post-notifications-for-users-buddypress
August 26, 2018 at 9:44 pm #275925In reply to: Uploaded Avatars do not Crop Correctly
Prashant Singh
ParticipantPlease check this link https://gschoppe.com/wordpress/buddypress-auto-pad-avatars/
If this can help, it will be great.
Thanks
August 26, 2018 at 9:41 pm #275924In reply to: Accessing Profile Page
Prashant Singh
ParticipantHi,
Please check this link https://codex.buddypress.org/getting-started/buddypress-links-in-wordpress-menus/
You can easily get BuddyPress menus on your site.
Thanks
August 26, 2018 at 9:38 pm #275923In reply to: bp_get_suggestions 400 error
Prashant Singh
ParticipantPlease check if there is any plugin conflicting with BuddyPress or any code written in your child theme that can break the process.
ThanksAugust 26, 2018 at 9:36 pm #275922Prashant Singh
ParticipantYou can override buddypress templates and even can change the registration to be happened with ninja form only but edit profile section can not be created with ninja form. Please see:
ThanksAugust 26, 2018 at 9:17 pm #275918In reply to: Buddypress widget as shortcodes
Prashant Singh
ParticipantHi,
If you do not want to use plugins then I will suggest to write a new one for yourself. You can take references from all those shortcode plugins.
If you don’t want to write shortcodes then please check this thread https://buddypress.org/support/topic/how-to-make-my-buddypress-widgets-only-show-on-specific-pages/
You can add them in a specific sidebar and then can call them on your specific pages only.
There is a plugin also named Restrict Widgets that lets you choose on which page you want to show widgets.
Thanks
August 26, 2018 at 9:08 pm #275916In reply to: Add Friend button with ajax
Prashant Singh
ParticipantIt’s because the js code is written to work with buddypress pages. Still you can take references from here https://stackoverflow.com/questions/14491524/adding-add-friend-button-anywhere-in-the-buddypress-site
And see if this of any help or not.Thanks
August 26, 2018 at 4:27 pm #275911In reply to: Restrict Content Pro Multi site with BuddyPress
shanebp
ModeratorI’m not familiar with RCP.
And multisite can get complicated.
But BuddyPress is free, so you can experiment.
You may want to network-activate BP, as opposed to installing it on both sites.August 26, 2018 at 4:49 am #275905In reply to: How to get username?
topherjamesknoll
ParticipantHi there,
This doesn’t work for me. I’m building a theme from scratch and I think it’s just ’cause I haven’t included something. Do you know what that might be? Does a separate theme need to call something from the BuddyPress plugin?
August 25, 2018 at 9:31 pm #275904guilhermefr
ParticipantThank you for your reply @prashantvatsh!
I’ve installed the plugin from the link you provided and it worked as intended.
I then used this code snippet here so that group members automatically subscribe to group forum as they join the group.
I also had to install this plugin here to manage group members e-mail subscriptions. I set the default to “no e-mail messages” for all groups, so if the group members want also to be informed through e-mail about forum messages, they can configure that as they want.
August 25, 2018 at 6:38 pm #275903Bharat
ParticipantHi Lars
you can use email token name while https://codex.buddypress.org/emails/email-tokens/ .
August 25, 2018 at 11:22 am #275899In reply to: Welcome Form on WP Page
rebeccadigitalsea
ParticipantAh okay so if I put them into the following /mychildtheme/buddypress/bp-legacy/edit.php then the shortcode through php snippet will work? Or do I have to design a new shortcode or template for this to work?
Thank you very much
August 25, 2018 at 10:01 am #275897In reply to: Welcome Form on WP Page
Prashant Singh
ParticipantI have copied the edit.php and change-avatar.php into a PHP snippet plugin and these both display on the page fine⦠however, they do not work!
You have to override them in your child theme, then only it will work. Please check https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/
Thanks
August 25, 2018 at 9:39 am #275895In reply to: how to remove component from bp notifications?
Prashant Singh
ParticipantHi,
Please paste following code in bp-custom.php or in your child theme’s functions.php:
remove_filter( 'bp_notifications_get_notifications_for_user', 'ai_bp_reaction_custom_format_buddypress_notifications');Hopefully, this will work for you.
Thanks
August 23, 2018 at 12:54 pm #275872In reply to: Incorrect all member number count
Prashant Singh
ParticipantBuddyPress only shows members in members list when they log in once otherwise if they are registered but haven’t logged in yet then they will not be listed on the member directory page.
Thanks
August 22, 2018 at 10:38 pm #275865In reply to: A couple of issues, am I missing something?
pecosdave
ParticipantWell, wiped the www directory, gave it a clean database, removed the two default plugins and only installed Buddy Press, same error on group acceptance. As far as WordPress/BuddyPress is concerned that should have been a brand new system.
At least now I know it’s likely a system level issue, OR I’m the canary in the coal mine since I’m running new everything and the working hosts haven’t been updated yet.
August 21, 2018 at 8:26 pm #275827In reply to: Buddypress Profile Error
kwahlquist
ParticipantI found what it was. I had an old buddypress wall plugin that had not been updated in 3 years. Apparently this was breaking the plugin sections in the profile, as it was treating them as feeds. Deleted the plugin, which I don’t believe offers any new functionality anymore anyway, and everything works fine. Thanks!
August 21, 2018 at 8:18 pm #275826In reply to: Topic Title (Maximum Length: 80) – that’s not true!
shanebp
ModeratorThanks for the clarification.
I just created a test topic and the accepted title had 80 characters.
Perhaps you miscounted.This has 73 chars: https://buddypress.org/support/topic/how-to-add-notifications-counter-to-my-friends-requests-sub-nav-tab/
If you are still having trouble, perhaps you could use a title that is a little shorter.
August 21, 2018 at 3:23 pm #275817In reply to: Buddypress Profile Error
kwahlquist
ParticipantI did not see this before, but these two errors were inline with page elements rather than in the header.
It looks like the last one is still doing something with bp-legacy even though I have it set to nouveau. I have tried switching between legacy and nouveau again, and get the same error.
Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method bpModDefaultContentTypes::blog_post_append_link() should not be called statically in /var/www/theaccepted/wp-includes/class-wp-hook.php on line 286
Fatal error: Call to undefined function bp_is_user_forums() in /var/www/theaccepted/wp-content/plugins/buddypress-wall/includes/templates/bp-legacy/buddypress/members/single/home-wall.php on line 45
August 21, 2018 at 3:12 pm #275815In reply to: Buddypress Profile Error
kwahlquist
ParticipantThanks Prashant. The changing the permalink structure did not seem to resolve anything, and it would not allow me to select “plain” type for buddypress to work.
The logging did generate the following errors however. Any assistance you can give me in pointing me in the direction to which one of these could be causing this bug would be appreciated.
Notice: The called constructor method for WP_Widget in GTags_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /var/www/theaccepted/wp-includes/functions.php on line 3916Notice: The called constructor method for WP_Widget in GTags_Activity_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /var/www/theaccepted/wp-includes/functions.php on line 3916Notice: Undefined index: action in /var/www/theaccepted/wp-content/plugins/bp-moderation/bpModLoader.php on line 70
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/theaccepted/wp-content/plugins/bp-moderation/classes/bpModeration.php on line 118
Strict Standards: Non-static method bpModeration::get_istance() should not be called statically, assuming $this from incompatible context in /var/www/theaccepted/wp-content/plugins/bp-moderation/bpModLoader.php on line 81
Strict Standards: Non-static method bpModDefaultContentTypes::init() should not be called statically, assuming $this from incompatible context in /var/www/theaccepted/wp-content/plugins/bp-moderation/bpModLoader.php on line 85
Warning: preg_match(): Compilation failed: nothing to repeat at offset 1 in /var/www/theaccepted/wp-includes/class-wp.php on line 218
Warning: preg_match(): Compilation failed: nothing to repeat at offset 1 in /var/www/theaccepted/wp-includes/class-wp.php on line 219
August 21, 2018 at 8:08 am #275801In reply to: filter user activity show only images
Prashant Singh
ParticipantAugust 21, 2018 at 8:06 am #275800In reply to: BuddyPress Menu Links on Miltisite
Prashant Singh
Participant -
AuthorSearch Results