Search Results for 'buddypress'
-
AuthorSearch Results
-
January 30, 2018 at 5:20 pm #270451
David Cavins
KeymasterHello, if emails are being sent (you’re receiving them at a Yahoo address), then my first guess would be that gmail is treating the mails as spam. Look in your spam folder to see if they’re there.
There are a number of ways to improve deliverability, but that’s beyond the scope of BuddyPress. You might read up on the topic at SparkPost or one of the other bulk email providers.
January 30, 2018 at 5:17 pm #270450In reply to: Fixing deprecated bp_nav code?
David Cavins
KeymasterTo change items, see the link I referenced: https://codex.buddypress.org/developer/navigation-api/#change-item-names-of-users-and-groups-nav-menus
January 30, 2018 at 12:41 pm #270441In reply to: Change activity link on a multi language site
martijn1972
ParticipantWhat’s wrong with the support of Buddypress?
With every plugin I get reply’s within a few hours, but Buddypress just doesn’t bother to answer questions.I would like some help on this and other issues please.
January 30, 2018 at 8:35 am #270436ngoegan
ParticipantI need the ability to moderate new user requests. Is there one that does that seamlessly with BuddyPress?
January 30, 2018 at 5:58 am #270435otty-dev
ParticipantHi @mastershas thanks for your suggestion. I’ll try this out. I was also wondering how I could modify the author bio at the end of each blog post to show the bio from the buddypress profile page (this was based on your other thread).
January 29, 2018 at 11:02 pm #270431In reply to: PHP 7.0 en 7.1 update needed, site is slow
martijn1972
ParticipantIt’s funny how people always advise to change the theme. This is a running website. I cannot just change the theme. I installed the latest Buddypress version and I didn’t pick the theme myself. Buddypress picked it for me.
January 29, 2018 at 8:57 pm #270420In reply to: Profile Links – Removing http/https
Bert O
ParticipantI think this could work but I need to have a play around with it:
https://buddypress.org/support/topic/how-to-use-bp_member_profile_data-when-its-type-url/January 29, 2018 at 8:37 pm #270419In reply to: Show Follow Button on Each Member’s Profile Page
David Cavins
KeymasterBuddyPress adds the friends button via the action:
add_action( 'bp_member_header_actions', 'bp_add_friend_button', 5 );You’re saying “follow” so I’m assuming that you’re using a plugin that modifies the basic BP behavior. You might check to see that that plugin doesn’t unhook the
bp_add_friend_button()from the member header. Otherwise, the friendship button appears in the member header in BP’s default themes.January 29, 2018 at 6:54 pm #270416In reply to: Email’s situation’s are not displayed…
David Cavins
KeymasterYou can also try the BuddyPress email reinstallation tool if you’re having problems. It’s in WP Admin at Tools > BuddyPress, like
/wp-admin/tools.php?page=bp-tools.January 29, 2018 at 6:51 pm #270415In reply to: Question Regarding Group Creation Link
David Cavins
KeymasterHi @destac-
Please open a ticket on trac: https://buddypress.trac.wordpress.org/
which is a better place to suggest improvements to BuddyPress.
Thanks!
-David
January 29, 2018 at 6:48 pm #270414David Cavins
KeymasterI’m note sure how your custom roles were created, so I can’t tell you how to figure out if the current user is one or the other, but basically, you’ll be using code like this:
function bpcodex_remove_member_tab_on_role() { $role = 'owner; if ( 'owner' == $role ) { bp_core_remove_nav_item( 'messages' ); bp_core_remove_nav_item( 'friends' ); } } add_action( 'bp_actions', 'bpcodex_remove_member_tab_on_role' );note that this will not work as is–you need to be able to get the current user’s role, dependent on how you’re doing that. However, the simpler answer is that if you’re not using the friends and messages components, just turn them off in the BuddyPress settings in wp-admin.
January 29, 2018 at 6:27 pm #270409In reply to: Fixing deprecated bp_nav code?
David Cavins
KeymasterHi @katmacau-
Here are some examples for changing navigation menus using the new API:
This is what I’m guessing you’ll want to use:
function bpcodex_remove_member_notifications_tab() { bp_core_remove_nav_item( 'notifications' ); } add_action( 'bp_actions', 'bpcodex_remove_member_notifications_tab' );One question though: if you’re not using the notifications, why not just turn off the notifications component in the BuddyPress settings screen in wp-admin?
January 29, 2018 at 6:14 pm #270408In reply to: Profile Links – Removing http/https
David Cavins
KeymasterHi there. If I’m understanding correctly, you’re wanting to modify URLs added to profile fields by your users. The profile fields are analyzed for search links and other links here:
https://buddypress.trac.wordpress.org/browser/tags/2.9.3/src/bp-xprofile/bp-xprofile-filters.php#L326BP uses the WP function
make_clickable()to make links clickable. It doesn’t look like that function is filterable at the moment (there’s a ticket: https://core.trac.wordpress.org/ticket/32787). I guess you could do something using the filter offered on the forum link you reference, but I’m not sure how you’d know which kind of links to modify (it’s not clear from your question what the goal is).January 29, 2018 at 6:29 am #270396Shashi Kumar
ParticipantHi @ottiya
If you want to play with the HTML of the Buddypress members, you will have to look at the Buddypress directory located in your child theme. As I can see from your source code, you are using child theme of weta (weta-child).1. Login to your web server (web host) and browse the files
2. Go to your website directory and navigate to wp-content > themes > weta-child
3. If you find a directory named buddypress. You can go inside and start editing the templates. As @djpaul suggested the article, you can start editing the files accordingly.Your questions are related to editing the member profile cover section. You can go to directory buddypress > members > single > cover-image-header.php of your child theme and edit.
ThanksJanuary 29, 2018 at 1:55 am #270388ngoegan
ParticipantThis includes: Forum, Groups, Members, etc.
The only thing excluded from redirecting is the Events tab, which is a separate plugin unrelated to BuddyPress.January 29, 2018 at 1:54 am #270387ngoegan
ParticipantIn fact, every buddypress component on the nav bar is now redirecting to Site-wide Activity 🙁
January 28, 2018 at 5:11 pm #270384JC
ParticipantSame here and I have tried everything. Users are nor receiving the activation email, I can’t resend them, they can only register if I activate manually.
Latest versions of WP and BuddyPress, restored emails, no plugins conflicts, not sending via SMTP either…
There are a lot of people with this issue, not only Shawn and me. This used to work, suddenly failed and no idea what to do to solve it.
Please help, if someone finds out what’s happening please let us know!
January 28, 2018 at 4:57 pm #270383opalescent
ParticipantI actually do want to see usernames on the admin side Users page so I can see who’s who on a growing membership list. Having that field blank wasn’t desirable. Just kidding about keeping you busy… I’ve not been able to trace any conflicts with plugins. However, I’ve enjoyed the challenges Buddypress has offered thus far in honing my skills on various tasks. Enjoying seeing it take shape on my site. Glad to hear it was a fixable bug! Thank you for all the skill and dedication you put into this grand project.
January 28, 2018 at 4:46 pm #270381Paul Wong-Gibbs
KeymasterI’ve fixed this bug, and it will be included in BuddyPress 3.0, which is probably two or three months away.
January 28, 2018 at 10:35 am #270379In reply to: HTML emails
proszwi
ParticipantThanks mastershas
The post you kindly linked refers to postman SMTP plugin, which I don’t have. To the best of my knowledge all email templates from WPLMS have been migrated to BuddyPress, so WPLMS doesn’t handle the communication anymore (please see https://wplms.io/support/forums/topic/buddypress-html-emails/)The conclusion of post that you kindly linked seems to be that if you use postman, then you lose BuddyPress email templates, which I would prefer to avoid..
Is there any way of making BuddyPress send HTML emails (with or without plugin)?
Best regards,Witold.
January 28, 2018 at 9:57 am #270375Shashi Kumar
Participant@ngoegan the logic in the Buddypress is correct why an user would like to go to register page when he is already registered and logged in. According to your stated problem your can make register page as static homepage and add the above code in your child’s theme function file or bp-custom.php. It will redirect all your logged in user to activity page.
To know about how to add bp-custom file read this beautiful postJanuary 28, 2018 at 9:47 am #270374In reply to: Email’s situation’s are not displayed…
Shashi Kumar
Participant@richard2001 Could you please elaborate your situation.
To my understanding
1. If you are not receiving email, the probable cause could be with the server hosting. Kindly create an email account with your server hosting and use the same email account in the WordPress. Go to Settings > General to change default email address.
2. Go to Buddypress setting and check if the Notification option is checked.January 28, 2018 at 9:44 am #270372ngoegan
ParticipantI tried a different approach – I set the “Site-wide Activity” page as my static home page in Settings>Reading.
Now it is causing a redirect loop when a non-logged in user goes to the homepage (www.charlottemasoneducation.org)
If I set the home page in the above settings back to the “Register” page, it stops the loop.
There seems to have been a ticket about this issue here: https://buddypress.trac.wordpress.org/ticket/4706
I’m not understanding the fix mentioned above and am not certain it is the same exact issue.
How can I fix this redirect problem?
January 28, 2018 at 9:32 am #270371Shashi Kumar
Participant@ngoegan add the following code in your child theme’s function file. It modifies default behavior and redirect user to activity page. Link to the source of code
function bbg_bp_loggedin_register_page_redirect_to( $redirect_to ) { if ( bp_is_component_front_page( 'register' ) ) $redirect_to = bp_get_root_domain() . '/activity'; return $redirect_to; } add_filter( 'bp_loggedin_register_page_redirect_to', 'bbg_bp_loggedin_register_page_redirect_to' );January 28, 2018 at 12:42 am #270369In reply to: Email’s situation’s are not displayed…
batg1rl
ParticipantOk, I’ve deactivated all plugins except for Buddypress and it is still not working. Is there a setting or something that should be de/activated to get it to show the situations ? It’s getting quite urgent now, so if you have any ideas please let me know – thanks !!
-
AuthorSearch Results