Search Results for 'buddypress'
-
AuthorSearch Results
-
February 8, 2019 at 12:15 pm #302685
In 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 8:43 pm #302664cheryllturcotte
ParticipantMy site has developed an issue since last updates where the friend request button no longer works. If I copy the link to a new tab it will trigger the event, but the button itself is no longer firing.
Using BuddyPress 4.1.0, WordPress 5.0.3
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
February 5, 2019 at 5:21 am #302632Varun Dubey
ParticipantFebruary 4, 2019 at 10:41 pm #302631shanebp
ModeratorLH BuddyPress doesn’t work normally
What is LH BuddyPress ?
Do you mean LH Private BuddyPress ?
If so, you should use the support forum for that plugin.February 4, 2019 at 8:05 pm #302629In reply to: Solved – BuddyPress Smtp Settings
drstrats
ParticipantI couldn’t find the bp-custom.php file so, I did add it to the bp-core-functions.php file then I test to send an email through BuddyPress. It was successfully delivered by the WP mail configurations but now another problem appeared, the email delivered in plain text format showing all the Html code as plain text.
February 4, 2019 at 7:41 pm #302627In reply to: Solved – BuddyPress Smtp Settings
Varun Dubey
ParticipantYou can find more details here https://buddypress.org/support/topic/sendgrid-and-buddypress-emails/
February 4, 2019 at 7:30 pm #302624In reply to: buddypress compose message to more persons
Varun Dubey
Participant@mrjanvier on your staging site, try to debug with 2017 theme and deactivate other plugins except BuddyPress to isolate the issue.
February 4, 2019 at 7:29 pm #302623In reply to: Solved – BuddyPress Smtp Settings
drstrats
Participant@vapvarun thanks for your reply
Try mailgun, easy to set up and the free plan will be enough.
but I’m not talking about how to setup wp mail plugin because I’ve already done that.
the problem is BuddyPress still uses the hosting server to send emails and it ignores the wp mail configuration.February 4, 2019 at 7:27 pm #302622In reply to: Buddypress not working
Varun Dubey
Participant@yahven at your site, BuddyPress pages are not mapped
check the following link to setup themFebruary 4, 2019 at 7:15 pm #302619In reply to: BuddyPress Register link missing on right
Varun Dubey
ParticipantYou can easily add them to the menu, check out following link
Inside BuddyPress section, you will find the register menu item to add inside your primary menu.
February 4, 2019 at 5:53 pm #302613In reply to: Redirection to profiel page
February 4, 2019 at 5:50 pm #302612In reply to: Buddypress not working
Venutius
ModeratorHi there,
Have you enabled extended profiles in Settings/BuddyPress?
If yes, deactivate the other plugins and see if that works?
Also, try using a default theme such as 2017.
February 4, 2019 at 5:15 pm #302607In reply to: whitelist user
Venutius
ModeratorHi there,
I’m afraid post moderation is not a feature of BuddyPress. Do you have another plugin adding that feature? if so that plugin’s creator would be the one to ask. This will probably come down to the users capabilties.
February 4, 2019 at 4:03 pm #302605In reply to: Buddy Press doesn’t support plain permalinks
shanebp
ModeratorBuddyPress does not support plain permalinks.
February 4, 2019 at 3:58 pm #302604In reply to: Change the way BuddyPress refers to ‘members’
shanebp
ModeratorI see this is hardcoded in ./bp-members/bp-members-template.php …
The gettext calls in that file all use the Text Domain: buddypress.
iow. they refer to the buddypress.pot file.
For example:_n( 'Viewing %1$s - %2$s of %3$s member', 'Viewing %1$s - %2$s of %3$s members', $members_template->total_member_count, 'buddypress' )
Note the ‘buddypress’ in that example.I can’t spot anything in the PO language file…
Search the .pot file for
Viewing %1$s - %2$s of %3$s memberand you will find results.There is lots of info on how to use a language file.
Specific to BuddyPress:February 4, 2019 at 11:01 am #302601In reply to: Hide “Modify” Button
mbamutuelle
ParticipantHello,
Thanks for your help, it works when i copy profile.php (after editing it) in /home/wordpress/wp-content/themes/woffice/buddypress/members/single/
Thanks
February 3, 2019 at 5:19 pm #302593Topic: Solved – BuddyPress Smtp Settings
in forum How-to & Troubleshootingdrstrats
ParticipantHi
I’m using BuddyPress and upon registration of users, the email notifications are sent using the hosting server which lands 100% of the times at spam folder.
to solve this I’ve installed the WP Mail SMTP plugin but this it didn’t affect BuddyPress Smtp settings.
Please someone with a solution to solve this.
ThanksFebruary 2, 2019 at 4:24 pm #302566In reply to: Registration not working
Julia_B
ParticipantSorry, me again. I’ve been trying to figure this out all day and I just can’t fix it.
I’ve tried deactivating all plugins, uninstalling and reinstalling buddypress and I’ve also disabled the site’s avada theme and switched to 2019, but the issue persists.
I’ve noticed that the activity page has also stopped working and is now blank.
Before this error the registration page had a field for display name which is now missing, yet the profile details header remains. Here’s a screenshot: https://www.dropbox.com/s/kwdznzvx67oyrao/Screenshot%202019-02-02%2016.14.29.png?dl=0
Or the page itself is here: http://gym.juliabuckleyfitness.com/register/
Hope someone can help 🙂
-
AuthorSearch Results