Search Results for 'buddypress'
-
Search Results
-
Hi, I know this thread has been beaten a few times, but is there a simple way to disable notifications to site admins and all Buddypress members for any activity? We currently have the Buddypress Notifications settings disabled and are using the BP Group Documents plugin and a Manage Notification Emails plugin to stop the basic WordPress notifications from reaching members. Thanks in advance. 🙂 Eric
Hi
I am running a multisite and I run woocommerce on shop.imeo-official.com but BP is network activated but mainly on mail domain. when i want to enter my account it says no pages available. I tried some integration plugins but they don’t work properly. any ideas how to fix this?Software used:
BuddyPress 4.3.0
WordPress 5.2When I’m logged-in I click to my icon on the upper-right corner and shows me the community menu (http://www.studiomark.net/off/cei/screen1.png); when I click on a element (Activity / Messages / Notifications / Settings) it brings me to a blank page with some layout and content issues (http://www.studiomark.net/off/cei/screen2.png). How can I fix this?
The link of my site is shown in the previous links
Thanks,
JakobI would like to replace some text with photo in Buddypress welcome email. I’m new to WordPress and filter.
<?php do_action( 'bp_before_email_header' ); echo bp_get_option( 'blogname' ); do_action( 'bp_after_email_header' ); ?>I add a code on function.php like this:
add_action( 'bp_before_email_header', 'add_logo'); function add_logo() { echo '<img src="photo url"'; }There’s a photo in email header, however, I would like to remove the text bp_get_option( ‘blogname’ ); If there’s no apply filter, I can not modify it without editing it directly? How can I do that?
Thank you for your help!
Hi there,
I have installed buddypress and everything is working except there are no “add friend” or public/private message buttons under the cover photo, to the right of the profile photo.
Troubleshooting steps I have already taken:
1. Plugins – I deactivated them all except buddypress, refreshed page, no buttons.
2. Theme – I am using a theme called Video Pro which is compatible with Buddypress and has some integration settings too. Others seem to be using Buddypress fine and there are no issues on their support forums with it.
3. I deleted the plugin and reinstalled a fresh version. Still no buttons.
4. I am running this on a regular domain, not a subdomain but I have the site password protected. I added a couple of users to Buddypress so that there would be friends to add. If I go to the member directory I can request friend there but not from the other buddypress pages as I expected to see.
5. The code in the area I think they should be looks like this:
<div id="item-header-content"> <h2 class="user-nicename">@gatehousedesign</h2> <ul class="member-header-actions action"> </ul> <div class="item-meta"> <span class="activity">active right now</span> </div><!-- #item-meta --> </div><!-- #item-header-content -->Anyone have any ideas? Much appreciated if you do. Maybe there’s some privacy setting I haven’t unchecked…? Or a conflict? I don’t see any errors in console.
Thanks,
GWDTopic: Disable email style
Hello!
I was reading the documentation but I can not understand how to disable the buddypress templates, since I am using a general template for all wordpress and they overlap. I tried editing by deleting the styles of single-bp-email in my theme but this invalidated the visualization of the message.
Could you help me? Thank you very much !!Topic: Group is not working
Hi
I am using buddypress but not bbpress community for my wordpress network site. When I send group invitation to a user and he clicks on the notification to join it redirects the user to home page of the site.
how can i fix it? i mean how to access groups?Is it a must to use bbpress?
I wanted to know How to make “Follow” system, not “friends” system in Buddypress?. Please help me..
Dear all,
I just built my entire subdomain around Buddypress and launched last week. However, it gives endless redirect loops. The problem stops as soon as I deactivate the BuddyPress (core) plugin, and returns immediately I reactivate.
Kindly assist.
Thank you.
I want to show buddypress message component to my own account page.
At first I thought it will be as easy as calling messages_screen_inbox();But it didnt work. How to display only the message tab from buddypress?