Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,076 through 2,100 (of 69,061 total)
  • Author
    Search Results
  • #322260
    sunnyone1234
    Participant

    Hello,
    I have an issue about the admin bar on the top of site after activating buddypress.
    I mean the user can see the long black admin bar when they visit the home site.

    Where can I deactivate or remove the admin bar on the top of my site?

    #322255
    am2915061123
    Participant

    So I also have youzify plugin enabled for my Buddypress and I have been trying to get the buddypress pages to shift to the left so the content doesnt hide behind my elementor section.

    I have tried editing the css files in youzify but to no avail. Can anyone help me ?

    #322254
    sunnyone1234
    Participant

    Hello, I am very fresh in BuddyPress, I got very wired issue.

    My site is just a hello world version.

    After I activate BuddyPress, one wired header appears on the top of my site. It includes a wordpress logo, Log In and Register and a search bar.

    This wired header is always there, even if I have selected one theme or do something else. It is always at the top of the site….

    Could anyone please tell me where shuold I go to deactivate this things?

    #322253
    itsabhist
    Participant

    I want to send one buddypress signal notification.
    Please guide

    #322243
    jedeihl123
    Participant

    I found the solution. You can drop the following into the functions.php file:
    add_filter( ‘bp_nouveau_groups_disallow_all_members_invites’, ‘__return_true’ );

    You can also find more details at the following link:

    A “Nouveau” Group Invites User Interface

    -J.

    #322226
    jleahycsl
    Participant

    We’re currently setting up Buddypress alongside memberpress in a demo site. They seem to work very well together and the Buddypress user profiles in particular are a greater feature to have. However, we need to remove access to the members directory while maintaining access for users to view their own profiles.

    It would be a bonus if users were redirected to their profile page is they hit /members/, but at a minimum we need to hide the content there. Is this something that can be done with out-of-the-box settings, or how can we otherwise achieve this?

    #322170
    laretrografia
    Participant

    Hi all,

    We are working with the MasterStudy theme. We would like to modify the buddypress registration form to be able to add necessary data of the students, where can we do it? I don’t see the option within the BuddyPress settings of the theme

    #322136
    twuli
    Participant

    Hi there,

    super thank you, “BuddyPress Group Email Subscription” works, … just have to see how I can redesign the notification.

    #322133
    deaf25
    Participant

    Hello,

    I am running a Gwangi dating theme with BuddyPress and PaidMembershipPro.

    I want to know if anyone has the code or plugin suggestion that can blur all members’ profile pictures so that the unpaid members can’t see it unless they upgrade to a paid membership.

    Something like this:

    https://nimb.ws/YMVlKU

    deaf25
    Participant

    Hello,

    I am looking for php code to be inserted into my custom function plugin so that my admin account will be visible hidden from members on members directory and else where.

    I did see some colder codes here but it does not seem to be working on the current BuddyPress version.

    Does anyone have the workable code?

    Thanks

    #322131
    promtedcoin64
    Participant

    Hello friend. You can try these plugins:

    To Expand notifications: https://buddydev.com/plugins/bp-group-activities-notifier/
    And they include a snippet you can use to email members.

    Or this that lets your users control their email subscription

    BuddyPress Group Email Subscription

    #322128

    In reply to: Login Redirect

    gsawa222
    Participant

    I disabled ALL plugins besides for the Buddypress plugin. I am additionally the use of the Twenty Fifteen subject matter as you can see here. The errors is still happening once I go to exchange the picture

    #322119
    skpc1
    Participant

    How to hiding members page from non logged in users ?

    //Hide for non-logged-in users (public visitors)
    function bp_logged_out_page_template_redirect() { if( ! is_user_logged_in() && is_page( 'members' )|| is_page( 'activity' ) || bp_is_user()  ) { wp_redirect( home_url( 'https://vvcares.com/?buddypressBlogPostRedirect' ) ); exit(); } } add_action( 'template_redirect', 'bp_logged_out_page_template_redirect' );

    Ref; https://vvcares.com/blog/post/wordpress-buddypress-hide-page-from-non-members

    #322112

    In reply to: Docs page blank

    pngaa
    Participant

    Were you ever able to find a solution to the incompatibility issue with NextGen.
    I have the same problem with my site. All attempts to Edit the BuddyPress Profile go to a blank page titled “GROUPS-11”
    I am told it is bacause of the NextGen Plug in.
    there seems to be a lot of mention of this on the internet . . . but no solutions.

    promtedcoin64
    Participant

    Hello, I have created a custom notification for when a Moderator or Admin comments in a Buddypress Group.
    It does two things:
    1. it creates a notification and
    2. sends out an email to the members.

    The email works fine with wp_mail() and the notification is also created fine in most cases, EXCEPT for when the last thing we do in the caption box is copy-paste text. In these scenarios the notification is created for the user (they see a +1), but clicking on the notification gives a “page not found” error.

    One of my last tests proved that I can in fact copy-paste content with no character limit in the caption box. But I must make sure I type with my keyboard something before Posting the Update IF I want the notification to save properly in the DB.

    I wonder if this is a bug and/or If anyone has experienced a similar problem when copying text into a form.

    Best regards,
    Pablo

    Functions and Hooks used:
    bp_notifications_add_notification
    bp_activity_add
    bp_notifications_get_notifications_for_user
    bp_notifications_get_registered_components
    wp_mail

    #322086
    fl4re
    Participant

    I found solution, already noticed Elementor team, I’m pasting it here to:

    I had a problem with Elementor and buddypress. It did not allow me to edit the pages after they had already been saved for the first time. When looking for a solution on the Internet, I found nothing, so I started looking for it on my own. After a few hours, I discovered Elementor was messing up apparent activity. To make Elementor work with buddypress, just add in the activity template: “if (! Is_admin ()) {” theme_code “}”

    I hope it will help many people around internet that had issue with elementor and buddypress
    Cheers 😉

    #322059
    joydipkar73
    Participant

    I am using WordPres version 5.8 and Buddypress 9.1.1.
    I am using AMP from the Google plugin. I have disabled AMP from pages and only posts are using AMP.
    This setting corrected the problems in the registration form.
    But, the profile page where people would upload the image is broken. it is showing AMP “form has been submitted… ” error and the crop section is also broken.
    I have tried manually disabling AMP in the members and activity page. But nothing is working at all.
    Please advice.

    #322038
    Curious Toons
    Participant

    I am getting this error while downloading for my website: https://curioustoons.in/

    Notice: Undefined property: BP_Members_Component::$table_name_invitations in /var/www/html/wp-content/plugins/buddypress/bp-core/classes/class-bp-invitation-manager.php on line 53

    What could be the issue?

    #322033
    drdarakh
    Participant

    Dear all Buddypress gurus,
    This is pertaining to the site http://www.dentistrytoday.info
    We have installed Buddypress on the site.
    However, when we send a friend request to someone we cannot see the ‘ ACCEPT” button.
    We can see the friend request and we can see only the “ REJECT “ button.
    We could see it till a few days back.
    Now of late we cannot see it.
    What could be the cause.
    Hope to see a lot of responses and many thanks in advance for the same.
    Regards,
    Dr. Veerendra Darakh

    wappiez
    Participant

    Hi

    So, from the beginning there is a strange issue that comes to the forefront when using cache. And since using cache is essential, there seems to be a real issue in Buddypress somewhere.

    Because when we fully activate Litecache, a profile of a different user is displayed on the homepage. But when you click on it, you’re unable to change the settings and the user changes to your own profile. So, it doesn’t look like you’re logged in as that user, it only displays it’s name and the profile picture on certain pages.

    This also happened with Nitropack cache, just not that often.

    Another strange thing, which could be related, is that when posting a public message, a notification is sent to the user, but the name it was sent from is different. So, when my name is James, it will state the message was sent by John.

    These issues could be related? I’m not sure. Do you know where the issue might come from?

    Thx

    #321953
    choosing
    Participant

    Hi,
    I am facing an issue with Gravatar. I think by-default avatar (profile image) is not being loaded properly on user’s dashboard. Due to this issue users are not being added to cometchat dashboard. Please let me know asap how can I fix this issue.

    WordPress version : 5.8.1
    BuddyPress version : 9.0.0
    website URL : https://choosing247.com

    gehtsnoch3100
    Participant

    Hello,
    does anyone have an idea why no message is sent if someone has been promoted in a group. it works with the old templates. If I switch to nuoveau templates, it doesn’t work

    Regards

    #321908
    rainergoertz
    Participant

    Hi, we as an agency think about using buddypress for a client project. For that, buddypress has to meet WCAG requirements. Can you give me any information, if it is compliant or what changes might be neccesary to reach that.
    If you know any reference project that got through an WCAG evaluation, that would be super helpful.

    Thanks
    Rainer

    traceykin
    Participant

    Hi
    I have different membership levels (2 paid and 1 free) but even though I have the setting switched over to include in buddypress members directory that level cannot view the members directory and a page displays “This content is for Full Paid Membership members only”. Is it because it is a free membership or should the setting overide this.

    #321901
    Varun Dubey
    Participant
Viewing 25 results - 2,076 through 2,100 (of 69,061 total)
Skip to toolbar