Search Results for 'buddypress'
-
Search Results
-
Hello,
I know there are quite a few topics already on excluding people from the Members Loop, but this one is a bit different.
I’m trying to exclude people who do not have MemberPress Memberships. I’ve seen several based on user role and extending the directory via a custom query (https://buddypress.org/support/topic/extend-bp_members-custom-query/), but nothing related to MemberPress. I’m really hoping I will not need to do as this custom query guy did it and ping my database for every member to see if a membership exists.Here is how I’m attempting to do it without luck (within members-loop.php which is located in wp-content/themes/THEME/buddypress/members):
<?php while ( bp_members() ) : bp_the_member(); ?> <?php if(user_can(bp_get_member_user_id(), 'mepr-active', 'memberships: 36, 37, 38, 189, 198, 325, 1141, 1142, 1143, 1127, 1130, 1138')): ?>Hello. My website puzzleprime.com does not send out activation emails. I am using WP Mail SMTP. I found THIS SOLUTION but I don’t think the BP code on my website needs fixing:
'core-user-registration' => array( /* translators: do not remove {} brackets or translate its contents. */ 'post_title' => __( '[{{{site.name}}}] Activate your account', 'buddypress' ), /* translators: do not remove {} brackets or translate its contents. */ 'post_content' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the <strong>Activate</strong> button:\n<a href=\"{{{activate.url}}}\">{{{activate.url}}}</a>\n\nIf the 'Activation Key' field is empty, copy and paste the following into the field - {{key}}", 'buddypress' ), /* translators: do not remove {} brackets or translate its contents. */ 'post_excerpt' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the 'Activate' button: {{{activate.url}}}\n\nIf the 'Activation Key' field is empty, copy and paste the following into the field - {{key}}", 'buddypress' ) ), 'core-user-registration-with-blog' => array( /* translators: do not remove {} brackets or translate its contents. */ 'post_title' => __( '[{{{site.name}}}] Activate {{{user-site.url}}}', 'buddypress' ), /* translators: do not remove {} brackets or translate its contents. */ 'post_content' => __( "Thanks for registering!\n\nTo complete the activation of your account and site, go to the following link: <a href=\"{{{activate-site.url}}}\">{{{activate-site.url}}}</a>.\n\nAfter you activate, you can visit your site at <a href=\"{{{user-site.url}}}\">{{{user-site.url}}}</a>.", 'buddypress' ), /* translators: do not remove {} brackets or translate its contents. */ 'post_excerpt' => __( "Thanks for registering!\n\nTo complete the activation of your account and site, go to the following link: {{{activate-site.url}}}\n\nAfter you activate, you can visit your site at {{{user-site.url}}}.", 'buddypress' ), // 'args' => array( // 'multisite' => true, // ), ),Any idea how to fix the issue? Test emails work fine so that issue must be with BuddyPress.
I have Learnpress LMS (v3.2.6.3) and buddypress (v4.4.0), and a Learnpress-buddypress integration plugin (v3.0.5). My problem is no avatar is showing on the buddypress profile. there is also no change avatar option showing. I have all the settings checked – allowed users to upload avatar, etc.
also, since i read somewhere to check this, if I go to my-site.com/[member]/[username]/[profile]/change-avatar, its a 404 page.
Requesting assistance on this. Thank you!
my website is: http://www.proceedph.com
I was contacted by a user that said they could not register for my forum. They said the activation link took them to a 404 page. I looked, and sure enough there is no activation page. I certainly do not remember deleting it – but it is in fact gone.
How to do I get BuddyPress to remake the page? Can I make it myself? If so, what should be on it?
Odd… 🙂
Topic: Settings default subtab
I would like to remove Settings > General subtab and set Settings > Notifications as default.
I tried the code on my Gist https://github.com/eloyruiz/general/blob/master/buddypress-default-nav with different parameters but was unable to achieve it.
Can somebody help me with that?
Thanks in advance!Hi!
I can’t dismiss notice notification message! I’m getting a JS error:
TypeError: jq(...).attr(...) is undefinedbuddypress.js:1433:31 <anonymous> ../wp-content/themes/wplms/assets/js/old_files/buddypress.js?ver=3.9.5:1433 jQuery 2 dispatch handleWhen I click on the error it takes me here:
/* Close site wide notices in the sidebar */ jq("#close-notice").on( 'click', function() { jq(this).addClass('loading'); jq('#sidebar div.error').remove(); jq.post( ajaxurl, { action: 'messages_close_notice', 'notice_id': jq('.notice').attr('rel').substr( 2, jq('.notice').attr('rel').length ) }, function(response) { jq("#close-notice").removeClass('loading'); if ( response[0] + response[1] == '-1' ) { jq('.notice').prepend( response.substr( 2, response.length ) ); jq( '#sidebar div.error').hide().fadeIn( 200 ); } else { jq('.notice').slideUp( 100 );Can Anyone help me with this?
Hello,
I recently installed the BuddyPress plugin, which is version buddypress.4.4.0 and users can click on edit profile, but they can only edit their name. I also disabled the feature that is through WordPress and lets users edit their profile there because it doesn’t show up on users’ profile page on my social site that BuddyPress manages. Users should be able to edit their profile in the edit option of their profile on my site that BuddyPress manages because the feature is there to do so, but it only allows users to edit what is called “Base Name” under edit profile and they can’t add their bio or anything else. Is there another plugin I have to use with Buddy Press to make it to where users can edit their profile in the edit profile section of their profile on my site that BuddyPress manages? Any help is appreciated. Thanks!
Respectfully,
-Mysticsofthenight
Hi all
After a lot of searching around I found a solution for a friends only activity stream.
The following function works and I am only seeing updates from friends:
function buddydev_friends_only_activity_args( $args ) { if( ! bp_is_activity_directory() || ! is_user_logged_in() ) { return $args; } $user_id = get_current_user_id(); $user_ids = friends_get_friend_user_ids( $user_id ); //include users own too? array_push( $user_ids, $user_id ); $args['user_id'] = $user_ids; //print_r($args); return $args; } add_filter( 'bp_after_has_activities_parse_args', 'buddydev_friends_only_activity_args' );However, the mentions tab on my activity stream now displays the message “Sorry, there was no activity found.” If I remove the function I can see all the mentions again.
Mentions are still working fine on user profiles.
Any ideas what is causing this?
WordPress 5.2.2
BuddyPress 4.4.0Ive tried multiple times with different usernames and emails but the registration page is not working;
1. Which version of WordPress are you running?
WordPress 5.2.2
2. Did you install WordPress as a directory or subdomain install?
no, on the root
3. If a directory install, is it in root or in a subdirectory?
root
4. Did you upgrade from a previous version of WordPress? If so, from which version?
no
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
yes
6. Which version of BP are you running?
Version 4.4.0
7. Did you upgraded from a previous version of BP? If so, from which version?
no
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
Akismet Anti-Spam
Activate | Delete
Used by millions, Akismet is quite possibly the best way in the world to protect your blog from spam. It keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.Version 4.1.2 | By Automattic | View details
Select bbPress
bbPress
Deactivate | Settings | About
bbPress is forum software with a twist from the creators of WordPress.Version 2.5.14 | By The bbPress Community | View details
Select BuddyPress
BuddyPress
Deactivate | Settings | Hello, BuddyPress!
BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!Version 4.4.0 | By The BuddyPress Community | View details
Select Contact Form 7
Contact Form 7
Settings | Deactivate
Just another contact form plugin. Simple but flexible.Version 5.1.4 | By Takayuki Miyoshi | View details
Select Envato Market
Envato Market
Deactivate
WordPress Theme & Plugin management for the Envato Market.Version 2.0.1 | By Envato | Visit plugin site
Select Featured Image from URL
Featured Image from URL
Activate | Delete
Use an external image as Featured Image of your post/page/custom post type (WooCommerce). Includes Auto Set (External Post), Product Gallery, Social Tags and more.Version 2.6.0 | By Marcel Jacques Machado | View details
Select Google Captcha (reCAPTCHA) by BestWebSoft
Google Captcha (reCAPTCHA) by BestWebSoft
Settings | Deactivate
Protect WordPress website forms from spam entries with Google Captcha (reCaptcha).Version 1.51 | By BestWebSoft | View details | Settings | FAQ | Support
Select Hello Dolly
Hello Dolly
Activate | Delete
This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page.Version 1.7.2 | By Matt Mullenweg | View details
Select Leadpages Connector
Leadpages Connector
Deactivate
Connect your Leadpages account to your WordPress site to import Leadpages and LeadboxesVersion 2.1.6.21 | By Leadpages | Visit plugin site
Select OptimizePress
OptimizePress
Deactivate
OptimizePress is the essential plugin for marketers. Create squeeze pages, sales letters and much more with ease.Version 2.5.21 | By OptimizePress | Visit plugin site
Select Post Views Counter
Post Views Counter
Settings | Deactivate
Post Views Counter allows you to display how many times a post, page or custom post type had been viewed in a simple, fast and reliable way.Version 1.3.1 | By Digital Factory | View details | Support
Select Socialize Plugin
Socialize Plugin
Deactivate
A required plugin for Socialize theme you purchased from ThemeForest. It includes a number of features that you can still use if you switch to another theme.Version 3.10 | By GhostPool
Select The Events Calendar
The Events Calendar
Deactivate | Settings | Calendar
The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events. Beautiful. Solid. Awesome.Version 4.9.7 | By Modern Tribe, Inc. | View details | Support | View All Add-Ons
Select Theia Sticky Sidebar
Theia Sticky Sidebar
Deactivate
Glues your website’s sidebars, making them permanently visible while scrolling.Version 1.8.0 | By WeCodePixels | Visit plugin site
Select Visual Sidebar Editor
Visual Sidebar Editor
Deactivate
An addon that allow you to use WPBakery Visual Composer or wordress editor to override sidebarsVersion 1.2.5 | By ERROPiX | Visit plugin site
Select WishList Member™ 3.0
WishList Member™ 3.0
Deactivate
WishList Member™ 3.0 is the most comprehensive membership plugin for WordPress users. It allows you to create multiple membership levels, protect desired content and much more. For more WordPress tools please visit the WishList Products Blog. Requires at least WordPress 4.0 and PHP 5.4Version 3.0.6282 | By WishList Products | Visit plugin site
Select WordPress Automatic Plugin
Wordpress Automatic Plugin
Deactivate
WordPress Automatic posts quality articles, Amazon products, Clickbank products, Youtube videos, eBay items, Flicker images, RSS feeds posts on auto-pilot and much more.Version 2.3.3 | By Miled | View details
Select WPBakery Page Builder
WPBakery Page Builder
Settings | Deactivate
Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.Version 6.0.5 | By Michael M – WPBakery.com | Visit plugin site
Select Yoast SEO
Yoast SEO
FAQ | Premium Support | Settings | Deactivate
The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.9. Are you using a standard WordPress theme or customized theme?
Socialize Child Theme
10. Which theme do you use ?
Socialize Child Theme
11. Have you modified the core files in any way?
no
12. Do you have any custom functions in bp-custom.php?
no
13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
built in i think
14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress
dont think i have these – just cant get registered as a pretend user on the registration page
15. Which company provides your hosting?
D9
16. Is your server running Windows, or if Linux; Apache, nginx or something else?
Apache i think
17. Which BP Theme are you using?
dont know
18. Have you overloaded any BuddyPress template files.
no
19. Any other site customisations that might have a bearing on the issue?
no
Hi,
BuddyPress makes issue with OptimizePress(v2) Live Editor.The problem : when BuddyPress is activated, we can’t upload a picture in the OptimizePress Live Editor, it makes a black screen. Seems it would be a javascript conflict.
Because some JS are harcoded in BuddyPress, Optimize Press can’t deactivate JS from its admin panel and don’t display its Live Editor in good conditions.
Is there a solution, please ?
Some time ago I updated the buddypress component, and now the member profile pages come out wrong.
The information I earlier had in this pages is listed as a separate column under the cryptic heading “View Base”, while a number of entries have been added on the left hand side “Profile, Groups, Docs”
I want to remove all of this except the personal data fields. How do I do this?
I want to remove “View Base” and “Profile, Groups 3, Docs” in all profiles like this: http://gamephilosophy.org/members/margarita/
Hope someone can give me a tip..
BuddyPress version 4.4.0
WordPress version 5.2.2
AffirmcreationWhen I upload a photo to my wall I see the link on the activity page rather then the image (thumbnail) of the photo.
When I click on the link the photo pops up. I would like my users to see the photo rather than have to click the link for the photo to open.
Is there a way to change that so when I upload a photo to my wall I see the thumbnail?
Thank you