Search Results for 'buddypress'
-
AuthorSearch Results
-
February 13, 2019 at 5:17 pm #302820
In reply to: Users Not Able to Register
missbrimichelle
Participant@shanebp Thank you. I’e tried that as well. I’m currently using the themify ultra theme. I tried doing this on another site of mine that I’ve not yet updated to the new Buddypress using same theme and updated WP. It works on this site. Could it be a bug with the buddypress update? Is there a way for me to download the previous version of buddypress?
February 13, 2019 at 4:34 pm #302818In reply to: Users Not Able to Register
missbrimichelle
Participant@shanebp Thanks for the suggestion though I have already tried deactivating all plugins including PM Pro. The only difference there has been was to updating Buddypress and WP to the current versions but they should be compatible with each other right?
February 13, 2019 at 9:51 am #302813mocreate
ParticipantMany thank yous for the reply! Would this be a function I would pop into functions. php — trying to understand if this would live there or where it should be placed.
I’m using the latest version of Buddypress and Nouveau to hook into a custom theme we’re using.
February 13, 2019 at 5:39 am #302811mocreate
ParticipantAll,
Hi! I’ve tried every remedy on Buddypress and other sites to get Alphabetical to be the default view at:
https://familytravel.org/groups/fta-media-members/members/
Still nothing. It’d be great if the URL would help the sort, but is there a plugin or something I’m missing to get this working? I’ve seen the help topics here, but they’re unfortunately not the solution for this.
Any help appreciated!
February 12, 2019 at 3:15 am #302785In reply to: User Based Shortcode?
Michael
ParticipantExternal Reference: https://buddypress.org/support/topic/filter-on-activity-stream-content/
February 11, 2019 at 11:29 pm #302781In reply to: BuddyPress/WordPress USERS CANNOT LOGIN
manuuu1127
ParticipantSo, I unchecked the “wordpress buddypress profile syncting” box and i was able to at least receive an activation email, which gets sent to junk mail…but once activated, i still can’t login.
Now I am going to attempt to try registering and logging in after disabling the “allow users to login with wordpress”
February 11, 2019 at 10:21 pm #302780In reply to: BuddyPress/WordPress USERS CANNOT LOGIN
shanebp
ModeratorIf you deactivate the BuddyPress plugin, can you log-in without the error messages ?
February 11, 2019 at 7:26 pm #302773In reply to: Sorting activities
Varun Dubey
ParticipantHi @sweeny
You can try Activity BumpFebruary 11, 2019 at 12:04 pm #302760shanebp
ModeratorThese are the forums for BuddyPress.
Please send your question to BuddyBoss – the creators of BuddyBoss Wall.February 10, 2019 at 7:16 pm #302754In reply to: filter activity stream re friends
shanebp
ModeratorYou can use the
scopeargument for that.
Try this in your theme > functions.php or in bp-custom.phpfunction bp_activities_user_friends_scope( $retval ) { if ( bp_is_activity_directory() ) { $retval['scope'] = 'friends'; } return $retval; } add_filter( 'bp_after_has_activities_parse_args', 'bp_activities_user_friends_scope' );February 10, 2019 at 6:18 pm #302753In reply to: Problem with form
shanebp
ModeratorI doubt that the issue is in ‘the template’.
The issue is not due to BuddyPress.
The issue manifests when you are using BuddyPress.I’ve already suggested ways for you to narrow down the source of the issue.
Beyond that, there is little that anyone here can do to help you.February 10, 2019 at 5:47 pm #302751In reply to: Problem with form
shanebp
Moderatorfunction ghostpool_reset_password_successis not a BuddyPress function.Some code on your site, perhaps in a plugin or your theme, is adding that function.
You may need to switch themes and/or deactivate other plugins in order to find the code that is adding that function.February 9, 2019 at 2:40 am #302728In reply to: Activation email not sent
ng95
ParticipantHi Guys
I solved my pb.I was installing my wordpress site using Cpanel. Last time i decided to install it without Cpanel and now i received buddypress email.
Please try my solution and tell me if it works for you.
February 9, 2019 at 12:36 am #302725In reply to: Change From Address and Name in Notification Emails
shanebp
ModeratorPlease use the
code buttonwhen sharing code.It would be a useful option in the WP backend.
For now, you need ftp or cpanel access to the site.
You can place that code in your theme > functions.php
If it does not work in that file, try placing it in bp-custom.phpFebruary 8, 2019 at 6:35 pm #302711Venutius
ModeratorHi there, according to this: https://codex.buddypress.org/emails/email-tokens/ there’s a global token called {{recipient.username}}. Does that help?
February 8, 2019 at 4:27 pm #302694In reply to: “Invalid Post Type” when posting in group’s newsfeed
Venutius
ModeratorHi there, I’d first try deactivating all plugins apart from BuddyPress and see if that works.
February 8, 2019 at 2:34 pm #302690In reply to: Tag friends in a photo
Venutius
ModeratorNot seen this as a feature but this question should go to whoever is providing your support for images in BuddyPress – rtMedia or MediaPress?
February 8, 2019 at 12:15 pm #302685In reply to: REMOVE EDIT OPTION FROM PROFILE
shanebp
ModeratorPut this in your theme functions.php or in bp-custom.php
function kjc_remove_edit_tab() { bp_core_remove_subnav_item( 'profile', 'edit' ); } add_action( 'bp_ready', 'kjc_remove_edit_tab' );February 8, 2019 at 12:26 am #302681In reply to: BuddyPress Register link missing on right
suehanen
ParticipantDang, I thought you had solved the problem, unfortunately, nothing changed. The strange thing is, the Log in link (on the top right) was there without having the buddypress screen option checked. I don’t understand why. I deactivated all plugins except BP and the Register link is still missing.
February 6, 2019 at 4:53 pm #302659In reply to: Restrict Users from deleting notifications
Venutius
ModeratorAh ok,
So first of all you need a child theme, there’s plenty on plugins available that wil set one up for you.
Next you need to know which BP Template is being used by going to Settings>BuddyPress>Options, here you will see it’s either set to Legacy or Nouveau.
Next create a directory in your childtheme called
buddypress/members/single/notificationsNext copy the file
plugins/buddypress/bp-templates/(bp-nouveau or bp-legacy)/buddypress/members/single/notifications/notifications-loop.phpto the notifications you created in your childtheme.You can then edit this file to add your changes. in here you will find the function call I mentioned for you to add the args to.
February 6, 2019 at 3:54 pm #302657In reply to: BuddyPress Pages doesn’t Load Content
Venutius
ModeratorHi there, maybe these pages will help:
February 6, 2019 at 10:43 am #302652In reply to: Can You Help Me?
Venutius
ModeratorHi there, I don’t think BuddyPress will launch a front end post submission extension. You could raise this as a new enhancement request in Trac if you like but I’d not be very hopeful that this would be forthcoming.
February 6, 2019 at 10:32 am #302651In reply to: Registration Error
February 6, 2019 at 10:25 am #302650In reply to: Registration Error
Venutius
ModeratorBy the looks of things this is a bug, the WP Function
get_privacy_policy_url()was introduced in WP Version 4.9.6 however the BP functionbp_signup_requires_privacy_policy_acceptance()does not check for that version before trying to executeget_privacy_policy_url(). Presumably you are using a previous version of WP and so this function is throwing an undefined function error. I’ll raise a bug report for this.A possible fix for this is to add the following line to
plugins/buddypress/bp-members/bp-members-template.phpline 2421, just after the functionbp_signup_requires_privacy_policy_acceptance()is declared:if ( version_compare( $GLOBALS['wp_version'], '4.9.6', '<' ) ) return false;February 5, 2019 at 9:07 am #302635In reply to: buddypress compose message to more persons
mrjanvier
ParticipantThank you for youre response,
Do you mean with debug with 2017 theme, just to change the theme in 2017?
I deactived all the plugin and changed in the 2017 theme. Onley the buddypress plugin is active and the problem is still there. So maybe it’s an error in buddypress itself? cause i experience it with 2 websites when i’m composing a message and use controle enter to add an person, i can’t add no more. Are there others who have the same problem?greetings
-
AuthorSearch Results