Search Results for 'buddypress'
-
AuthorSearch Results
-
March 28, 2018 at 9:35 pm #271615
In reply to: Activating BuddyPress causes blank page output
mophilly
ParticipantNOTE: I posted this on March 27 then realized it was posted to the “Installing BuddyPress” forum. Please ignore this post and see the “How-to and Troubleshooting” forum.
March 27, 2018 at 9:39 am #271596In reply to: version 2.9.5 for bug fixes!?
HDcms
ParticipantHello @dcavins
After several tests, the author of the theme recognizes that this comes from his code.
I do not understand the choices for updating buddypress.
It’s been several weeks since a bug was identified on the list of members of a group.
I understand that it is not a security breach but it poses a problem of navigation!Regards
March 26, 2018 at 6:38 pm #271593Venutius
ModeratorMarch 26, 2018 at 4:03 pm #271589billysgtr
ParticipantHi Slava, thanks for the suggestions. Unfortunately, it didn’t work. I did that using if current_user_can(‘subscriber’) inside the buddypress/members/index.html
March 26, 2018 at 12:13 pm #271582In reply to: Registration
Slava Abakumov
ModeratorBuddyPress doesn’t have built-in shortcodes at all.
You can google for “buddypress shortcodes” to find what you might need.
March 26, 2018 at 9:23 am #271576In reply to: Group Members Pagination – All site members
Graham
ParticipantFound the solution in this post:
https://buddypress.trac.wordpress.org/ticket/7704
Go to:
/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress-functions.php
Around line 807, Find:
// The template part can be overridden by the calling JS function. if ( ! empty( $_POST['template'] ) && 'groups/single/members' === $_POST['template'] && 'group_members' === $object ) {Change “group_members” to just “members”:
// The template part can be overridden by the calling JS function. if ( ! empty( $_POST['template'] ) && 'groups/single/members' === $_POST['template'] && 'members' === $object ) {Fixed.
March 23, 2018 at 7:06 pm #271539In reply to: “This is a notice to all users” doesn´t work
Venutius
ModeratorThere’s two plugins Mass Messaging for BuddyPress is one, they both work slightly differently so I’d recommend you look at both.
March 23, 2018 at 4:22 pm #271533In reply to: GDPR compliance
HDcms
ParticipantHello,
thank you for the answerOf course there will be plugins to perform this operation. It will be another plugin (on my community sites, I arrive at 40!, All essential to achieve features not made by buddypress).
One more plugin, it is an additional risk of having incompatibilities, slower site, an obsolete version after 2 years …All forms are integrating rgpd. It seems logical that buddypress integrates rgpd, because of these private data.
It would be nice if there is at least one type of field that after the entry is never displayed again, especially for the check box with the link of the rules of use.
RegardsMarch 22, 2018 at 11:07 am #271525Topic: Home page redirect for logged member
in forum How-to & Troubleshootingmfkweb
ParticipantHi
Im using KLEO child theme with buddypress.
After logged in when member clicks on logo of my website, it directs them to the members page like ‘www.mywebsite/member’
I want to change it to ‘mywebsite/home’
Many thanks for your help.March 21, 2018 at 7:46 pm #271521In reply to: Member loop
shanebp
ModeratorThe members loop template is here:
buddypress\bp-templates\bp-legacy\buddypress\members\members-loop.phpMarch 20, 2018 at 11:09 pm #271504In reply to: Why aren’t user ids recycled after deleting users?
Venutius
ModeratorI still think it’s the database that is dishing out the unique keys so it is what’s controlling the user id’s not WordPress itself. BuddyPress just uses the WordPress User Id.
March 20, 2018 at 2:22 pm #271489In reply to: Send HTML in messages_new_message()
Michael Ritsch
ParticipantHeres the link to the other users topic, he used the messages_message_content_before_save filter… but this doesn’t work for me.
remove_filter( 'messages_message_content_before_save', 'wp_filter_kses', 1);(sry i can’t edit my own posts after a while..)
March 20, 2018 at 12:35 pm #271483In reply to: Send HTML in messages_new_message()
Michael Ritsch
ParticipantI found only one user who find his solution…he modified the core… that’s not what i want to do. And this also brings some security issues.
messages_new_messages not working with HTML content
i really have to find a solution for this.
March 20, 2018 at 8:13 am #271480In reply to: Upload Avatar in registration page
Venutius
ModeratorThere’s two immediate options – BP Better Registration includes avatar upload in the registration process and BuddyPress Force Profile Photo https://buddydev.com/plugins/bp-force-profile-photo/ sets the site so users cannot access it unless they have a profile photo set.
March 20, 2018 at 5:15 am #271477jonleesky
ParticipantThanks for your help. but it didn’t work, the screen prompt: ERR_TOO_MANY_REDIRECTS
I’m using the wordpress 4.9.4 and buddypress 2.9.3, don’t know what to do…o(╥﹏╥)o
March 19, 2018 at 8:15 pm #271474In reply to: Is there not a list of shortcode anywhere?
Steve
ParticipantThanks, I did do a quick search at WordPress.org. But thought BuddyPress would have some already built within their own system.
Nothing inherent within BuddyPress?
March 19, 2018 at 7:00 pm #271473In reply to: Hey all, Its been a while
Henry Wright
ModeratorGlad to see you again on here @mcpeanut. Do share your BuddyPress website and story behind it when it’s ready!
March 19, 2018 at 6:47 pm #271472In reply to: The Post Button does not work
Venutius
ModeratorHave you tried disabling all other plugins except for BuddyPress?
March 19, 2018 at 5:44 pm #271469In reply to: Is there not a list of shortcode anywhere?
Venutius
ModeratorThere’s a few plugins that provide shortcodes, take a look at the BP Activity Shortcode and also Shortcodes for BuddyPress in wordpress.org.
March 19, 2018 at 4:25 pm #271466Topic: Is there not a list of shortcode anywhere?
in forum How-to & TroubleshootingSteve
ParticipantI have searched for shortcode but can’t seem to find what I am looking for. Either it doesn’t exist, it is hard to find, or I am just an idiot.
I want to find a list of all the shortcode that can be used with BuddyPress.
I want to create a dashboard page that has
A list of members friends
Recent friend activity
Recent activity in groups I am inWhere is the shortcode?
(Also, I know there is a profile page that has all this in it… but humor me. I just want shortcode info. Does it exist and where).
March 19, 2018 at 3:18 pm #271464mcpeanut
Participant@jonleesky I posted the solution to this nearly two years ago, I have not tested this code recently but you can try it out.
function my_disable_bp_registration() { remove_action( 'bp_init', 'bp_core_wpsignup_redirect' ); remove_action( 'bp_screens', 'bp_core_screen_signup' ); } add_action( 'bp_loaded', 'my_disable_bp_registration' ); add_filter( 'bp_get_signup_page', "firmasite_redirect_bp_signup_page"); function firmasite_redirect_bp_signup_page($page ){ return bp_get_root_domain() . '/wp-signup.php'; }What you will need to do is first create a bp-custom.php file (make sure you add the opening and closing tags at the top and bottom ) and put it in your plugins folder, then paste the code between the PHP opening and closing tags and save.
This should disable BuddyPress registration and let you use WordPress registration as default, hope this helps.
March 19, 2018 at 3:18 pm #271463mcpeanut
Participant@jonleesky I posted the solution to this nearly two years ago, I have not tested this code recently but you can try it out. please see this topic
March 19, 2018 at 3:02 pm #271461In reply to: Organic Square theme
mcpeanut
ParticipantHey, @peter-hamilton been a long time mate! Glad you’re still at this, just been to check it out, looking good mate, you remember me right from the last website you created and in these forums? I have one of my own launching at the end of this week I will share with you, its been 2-3 years man since I was really active in here, Just thought I would pop bye seeing as my new build is Buddypress and BBpress once again. I am gonna try to be more active here once again, life has just had me so damn busy man.
March 18, 2018 at 11:56 pm #271456In reply to: Media Library not displaying images after BP Update
njones7
ParticipantAnyone got anything on this? It is clearly buddypress that is causing this problem, which means that if i ever want to do anything with the media library I have to disable buddypress, which is going to be a no from me.
March 18, 2018 at 10:07 am #271451In reply to: Why can you crop the cover image?
Carsten Lund
ParticipantGenerally, that is the problem with BuddyPress – top functionality, but the design sucks, and options for customization is very nerdy.
-
AuthorSearch Results