Search Results for 'buddypress'
-
AuthorSearch Results
-
August 9, 2017 at 11:26 am #267445
vgvidscom
ParticipantHi,
I’m running latest buddypress version and WordPress version: 4.8.1
August 8, 2017 at 5:35 pm #267436r-a-y
KeymasterWhat version of BuddyPress are you running?
If you are not on v2.9.0, upgrade or upgrade on a test site if you need to before upgrading on your production site.
August 8, 2017 at 2:39 pm #267432In reply to: shortcode [bbp-topic-index]
shanebp
ModeratorThis is the BuddyPress support forum.
Have you tried asking on the bbPress support forum ?August 8, 2017 at 7:46 am #267428vgvidscom
ParticipantDear R-a-Y,
Thank you for the quick reply.
I don’t understand the first part of your reply. If I follow the link you’ve provided, I see I have to add the following code:
https://buddypress.trac.wordpress.org/attachment/ticket/7578/7578.01.patch
I have to add this code in: wp-content/plugins/buddypress/bp-core/bp-core-avatars.php.
However, the link you’ve provided with the code that I have to place between the lines 1402 and 1403, does not match with what I see when searching for that spot in bp-core-avatars.php. See the following image to see what I mean:
The second part of your question: pasting the following code in functions.php:
// Replace BP’s avatar override filter at a higher priority:
remove_filter( ‘get_avatar_url’, ‘bp_core_get_avatar_data_url_filter’, 10 );
add_filter( ‘get_avatar_url’, ‘bp_core_get_avatar_data_url_filter’, 99, 3 );–> seems not to do the trick. I pasted the code in my child theme functions.php
The other option: pasting it in wp-content/plugins/bp-custom.php I was not able to do, because I cannot find bp-custom.php. Not in plugins, and also not in the Buddypress plugin folder. What do you mean with this or where can I find it?
Hopefully you can help me out, thanks.
August 7, 2017 at 10:17 pm #267425In reply to: BuddyPress advanced user Search backend settings
Carsten Lund
ParticipantThanks.
So there are no search function in BuddyPress as stand alone plug in?August 7, 2017 at 10:10 pm #267424In reply to: BuddyPress advanced user Search backend settings
r-a-y
KeymasterThe video showcases a plugin called BP-AUS, which is a 3rd-party plugin not officially affiliated with BuddyPress.
August 7, 2017 at 9:57 pm #267422In reply to: Create Group Link Broken
r-a-y
KeymasterI cannot duplicate this report.
Can you test and see if this is due to a plugin conflict? Try disabling all plugins except BuddyPress to see if the problem still occurs.
Also try switching your theme.
August 7, 2017 at 9:55 pm #267420In reply to: BuddyPress advanced user Search backend settings
r-a-y
KeymasterYou probably watched a video for a premium plugin.
BuddyPress doesn’t offer this functionality by default.
August 7, 2017 at 9:53 pm #267419r-a-y
KeymasterSee:
If this doesn’t fix the problem, let us know.
It might be the case that a plugin is overriding BuddyPress’ avatar URL, you could try the following in your theme’s
functions.phporwp-content/plugins/bp-custom.php:// Replace BP's avatar override filter at a higher priority: remove_filter( 'get_avatar_url', 'bp_core_get_avatar_data_url_filter', 10 ); add_filter( 'get_avatar_url', 'bp_core_get_avatar_data_url_filter', 99, 3 );August 7, 2017 at 5:33 pm #267416In reply to: Users cant create groups
eyedraw
Participantdifferent problem, but was told to post here:
When I try to create a group, I get to an error page (unlike you, I see the button). I figured there might be a problem with the link (It links to /groups/create).
I though it might be a problem with my permalinks, so I tried to update them, but nothing happens. Also, creation of new emails, for example, work without problems.
I installed the plugin as usual through the wordpress plugin directory. Im running buddyPress 2.9.0 and Worpress 4.8.1August 7, 2017 at 4:55 pm #267415In reply to: Create Group Link Broken
r-a-y
KeymasterHi,
Can you reply to this thread?
This is to prevent forking the discussion for a similar problem.
Thanks!
Edit: The link above has been updated. Pasted the wrong link before.
August 7, 2017 at 1:21 pm #267410In reply to: how to install buddy press for php website
Henry Wright
ModeratorThis is more of a WordPress question than something specific to BuddyPress. Try asking here https://wordpress.org/support/
August 7, 2017 at 11:58 am #267408In reply to: User editing nicename
Henry Wright
ModeratorThis isn’t possible using BuddyPress by default but there are plugins that will help you do this.
August 6, 2017 at 4:39 am #267404In reply to: All WP comments displaying on BP pages
Oliver de la Rosa
ParticipantHi! This evening I had the same problem about comments in BuddyPress. It took me a couple of hours to find the solution, but was in part thanks to this forum that I could do it. I wrote a post joining all the solutions that I found and applied together. I hope that you considerate this usefull, the post is this: Cómo evitar que se muestren todos los comentarios de WordPress en las páginas de BuddyPress. Thank you for this amazing forum.
¡Hola! Esta tarde tuve este mismo problema acerca de los comentarios en BuddyPress. Me llevó algunas horas dar con la solución, pero en parte gracias a este foro pude hacerlo. Escribí un artículo recopilando todas las soluciones que encontré y fuí aplicando. Espero que les sirva, el artículo es este: Cómo evitar que se muestren todos los comentarios de WordPress en las páginas de BuddyPress. Gracias por este maravilloso foro.
August 5, 2017 at 10:35 am #267397In reply to: Logged in status not holding
Henry Wright
ModeratorIn your experience how compatible is buddyboss?
I’ve used a good number of BuddyBoss plugins and themes with BuddyPress without problems. If you do find an issue be sure to report it to them, their support is very good.
August 5, 2017 at 8:04 am #267395In reply to: Varnish cache
Anonymous User 2132933
InactiveI use BuddyPress with Varnish and everything works fine.
You can set “Cache-Control” to 0 maybe for forums ?<?php header("Cache-Control: max-age=0"); ?>August 4, 2017 at 7:07 pm #267393In reply to: Logged in status not holding
bigpacific
ParticipantHi, thanks. That seemed to do it!
Is there any membership plugin you recommend to use with BuddyPress? In your experience how compatible is buddyboss?
August 4, 2017 at 6:38 pm #267392In reply to: Register Button Redirecting to Home Page
r-a-y
KeymasterYou might also want to view the following thread to see if it might be related to your problem:
https://buddypress.org/support/topic/registration-and-edit-profile-issue/#post-254061August 4, 2017 at 6:26 pm #267391In reply to: Register Button Redirecting to Home Page
r-a-y
KeymasterNobody responded because a fresh BuddyPress install does not exhibit this problem and you didn’t provide enough details.
You can try disabling all your plugins except BuddyPress or changing your theme to see if the problem is with a plugin or theme.
August 4, 2017 at 6:24 pm #267390In reply to: Logged in status not holding
r-a-y
KeymasterThis is not a BuddyPress problem.
Try stripping down your install to just BuddyPress or disable any membership or authentication plugins you might have and try again.
August 4, 2017 at 6:22 pm #267389In reply to: bp_core_fetch_avatar overrides everything ;-(
r-a-y
KeymasterIf you do not want BP avatars, just remove BP’s avatar filter:
remove_filter( 'get_avatar_url', 'bp_core_get_avatar_data_url_filter', 10, 3 );This is assuming you are using BuddyPress 2.9.
August 4, 2017 at 10:18 am #267381In reply to: No members on IIS
mirakaiser
ParticipantUPDATE: I ended up removing all of IIS, and am now using XAMPP, on which the BuddyPress member page shows up fine. I never figured out why it wouldn’t work on IIS.
August 3, 2017 at 6:15 pm #267374In reply to: Buddypress avatars are blurry for post authors
r-a-y
KeymasterThanks for the report.
If you are able to, can you see if the following will fix your problem?
https://buddypress.trac.wordpress.org/attachment/ticket/7578/7578.01.patchAugust 2, 2017 at 3:45 pm #267352In reply to: Latest Stable Version
Henry Wright
Moderator2.9 is the latest stable version. You can download here: https://wordpress.org/plugins/buddypress/
August 2, 2017 at 3:44 pm #267351In reply to: Latest Stable Version
Henry Wright
Moderator2.9 is the latest stable version. You can download here: https://wordpress.org/plugins/buddypress/
-
AuthorSearch Results