Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,101 through 2,125 (of 68,969 total)
  • Author
    Search Results
  • #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
    #321805
    lynnapp
    Participant

    Hi,
    I have tried the following code as referenced elsewhere in the forum but it is not working and I am getting the following message in the console of my local host under debug.

    //Change order of Buddypress tabs
    
    function my_change_profile_tab_order() {
    	global $bp;
    	$bp->bp_nav['media']['position'] = 5;
    	$bp->bp_nav['activity']['position'] = 10;
    	$bp->bp_nav['profile']['position'] = 20;
    	$bp->bp_nav['courses']['position'] = 30;
    	$bp->bp_nav['forums']['position'] = 40;
    	$bp->bp_nav['groups']['position'] = 50;
    	$bp->bp_nav['friends']['position'] = 60;
    	$bp->bp_nav['notifications']['position'] = 70;
    	$bp->bp_nav['messages']['position'] = 80;
    }
    add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );

    This is the message in the console, I think something has changed in the updates?

    [Warning] Object (query-monitor.js, line 379)
    component: "Plugin: buddypress"
    
    file: "wp-includes/functions.php"
    
    key: "69b475930fd0a3e41f19cfbe3b59ca70"
    
    line: 5663
    
    message: "bp_nav was called incorrectly. The bp_nav and bp_options_nav globals should not be used directly and are deprecated. Please use th…"
    
    stack: Array (7)
    	0 "BP_Core_BP_Nav_BackCompat->offsetGet()"
    	1 "my_change_profile_tab_order()"
    	2 "do_action('bp_setup_nav')"
    	3 "bp_setup_nav()"
    	4 "do_action('bp_init')"
    	5 "bp_init()"
    	6 "do_action('init')"
    	Array Prototype
    	concat(value, ...)
    	constructor: function()
    	copyWithin(targetIndex, startIndex, [endIndex=length])
    	entries()
    	every(callback, [thisArg])
    	fill(value, [startIndex=0], [endIndex=length])
    	filter(callback, [thisArg])
    	find(callback, [thisArg])
    	findIndex(callback, [thisArg])
    	flat()
    	flatMap()
    	forEach(callback, [thisArg])
    	includes(searchValue, [startIndex=0])
    	indexOf(searchValue, [startIndex=0])
    	join([separator=","])
    	keys()
    	lastIndexOf(searchValue, [startIndex=length])
    	length: 0
    	map(callback, [thisArg])
    	pop()
    	push(value, ...)
    	reduce(callback, [initialValue])
    	reduceRight(callback, [initialValue])
    	reverse()
    	shift()
    	slice([startIndex=0], [endIndex=length])
    	some(callback, [thisArg])
    	sort([compareFunction])
    	splice(startIndex, [deleteCount=0], ...itemsToAdd)
    	toLocaleString()
    	toString()
    	unshift()
    	values()
    	Symbol(Symbol.iterator)()
    	Symbol(Symbol.unscopables): {copyWithin: true, entries: true, fill: true, find: true, findIndex: true, …}
    	Object Prototype
    
    type: "notice"

    Thank you for any assistance

    #321800
    gehtsnoch3100
    Participant

    hello everyone i need help urgently. I use the latest version of Buddypress and a theme with buddypress nouveau and if a member of a group has been promoted he does not get any notification, not even by email. everything works with the old template. an idea thank you very much

    PS. Standard WP Theme same issue

    #321796
    rigsbyx
    Participant

    Hi folks,

    I want to launch the frontend of my website whilst continuing to work on the BuddyPress area in the background. I know that I can’t work on two separate WordPress websites and join them together, and so I’m looking for a way to hide BP while it’s under construction, but with the frontend being live.

    I would still like to allow comments on the frontend, and that would obviously mean users signing up and having potential access to the BP area, but obviously, I would like to hide this for a few weeks.

    Is there a way to do this without too much hassle? Maybe there is a plugin?

    Your help is much appreciated.

    Many thanks : )

    reefcreature
    Participant

    Hi Everyone,

    I have an issue with the ‘Latest Updates’ widget. When someone posts a link into their activity, the widget doesn’t format the URL so it fits nicely in the widget area, instead it carries on going outside of the widget area and disappears off the side of the screen. Looks a but clumsy and unprofessional.

    Is there an easy fix for this? Does anyone else have the same issue? I’ve tried swapping themes but the problem still happens.

    Many thanks!

    Wordpress Version: 5.8.1
    Buddypress Version: 9.1.1
    Theme: Buddy X
    Site: https://www.thecoralreefresearchhub.com/

    #321788
    reefcreature
    Participant

    I am just wondering if anyone else has this issue. When users turn off email notifications it also turns off notifications that would otherwise go to their notifications page.

    Is there a setting someplace to change this so that users can request for email notifications to stop but regular notifications still happen?

    Thanks!

    Wordpress version: 5.8.1
    Buddypress Version: 9.1.1
    Theme: BuddyX
    Site: https://www.thecoralreefresearchhub.com/

    marxmann
    Participant

    I am using the Kleo theme with BuddyPress, and all of my members pages are appearing as 3 columns with ‘recent comments” taking up 25% on the right side of all member pages. In settings I have 2 column layout selected (sidebar right) for member pages. How do I remove this third column? There is no other option to change member page layout.

    #321769
    N
    Participant

    I am using WordPress 5.8.1 and Buddypress 9.1.1. I want to allow users to decide their member type during registration (so as to categorize them in the directory), also the flexibility to change the type whenever they want. Can you guide me on how to do it?

    #321768
    rigsbyx
    Participant

    Coming from Twitter after 14 years, I find it difficult to believe that I am chasing where to find my favourites / likes in BuddyPress. Is it me or is that not yet a feature?

    Please can someone let me know how to add it to a user’s profile so both themselves and their followers can see the column.

    Thanks : )

Viewing 25 results - 2,101 through 2,125 (of 68,969 total)
Skip to toolbar