Search Results for 'buddypress'
-
AuthorSearch Results
-
June 7, 2017 at 8:09 pm #266343
mavenfair
ParticipantHello,
I am using the BuddyBoss Theme OneSocial Marketplace. I required a ‘monthly’ paid membership option so I decided to use Paid Memberships Pro (I have chosen the Plus level of PMPro).
OneSocial uses BuddyPress for the community portion of the site.So how I would like the site to work is… Users choose a “membership level” via PMPro which manages their monthly subscriptions but they use BuddyPress Profile and Tools for their “community interactions”…
How do I push the User’s account to their BuddyPress Profile and NOT their PMPro profile??
thank you!
June 7, 2017 at 5:08 pm #266339In reply to: deqeue bp, bbp css and get group member count.
freeace00
ParticipantI have found that “bp-legacy-css-inline-css” code is not loaded.
It’s including cover image and some.
It’s originally after buddypress.min.css.<style id="bp-legacy-css-inline-css"> /* Cover image */ #buddypress #header-cover-image { height: 400px; background-image: url(....); } #buddypress #create-group-form #header-cover-image { margin: 1em 0; position: relative; } </style>something like this.
This has been removed as well when I removed original css code.I also created a folder (/wp-content/themes/my-theme/buddypress/css/buddypress.css).
It doesn’t load the original one and works fine. But it’s not loading “bp-legacy-css-inline-css”.
That’s why cover images are not showing.Is there any solution or am I missing something?
June 7, 2017 at 12:32 pm #266327In reply to: Can’t upload profile pic with ipad or iphone
ketzita
ParticipantA recent Buddypress update modified the previously working css.
It might fix the issue for you, but if it don’t, you have a backup. If that is the case, try another theme.
June 7, 2017 at 12:16 pm #266325In reply to: Can’t upload profile pic with ipad or iphone
ketzita
ParticipantMake a backup of your Buddypress CSS folder.
Replace the code in avatar.min.css with the code from the link above.
Clear cache in Safari, and try again. If the problem persists, activate a different theme, like Twenty Seventeen, and try it again.
June 7, 2017 at 11:55 am #266324In reply to: Can’t upload profile pic with ipad or iphone
silvia79r
ParticipantHello.
Also my buddypress site does not load photos from iphone (any iphone) while with android no problem. How can I do? I do not understand much about what I read in this topicJune 7, 2017 at 7:10 am #266322In reply to: Changing items’ names in groups’ navigation menu
jgarate
ParticipantOk, so I got this piece of code, but I don’t understand it perfectly:
function bpcodex_rename_group_tabs() {
if ( ! bp_is_group() ) {
return;
}
buddypress()->groups->nav->edit_nav( array( ‘name’ => __( ‘Group Discussion’, ‘buddypress’ ) ), ‘forum’, bp_current_item() );
}
add_action( ‘bp_actions’, ‘bpcodex_rename_group_tabs’ );which is the old item (‘Group Discussion’?) and the new one (‘forum’?)? Am I changing from ‘Group Discussion’ to ‘forums’ or the other way round?
June 6, 2017 at 9:34 am #266300tisor
ParticipantIt was in my own siteplugin. I added it to clear a bit the menu on my template…
You will need to go for a search…
Disable all plugins except buddypress and activate 1 by 1 to find the one that breaks it.
June 6, 2017 at 9:09 am #266296jlgarnier
ParticipantHello all,
I’ve got the same issue since BuddyPress was updated a few weeks ago: all BP setting pages that were available through my main menu are now leading to HTTP 404 error (Login, Profile, Logout…).
Could I possibly uninstall / re-install BuddyPress without losing all BP settings in the database?
Any clue or advice is welcome. Thanks in advance for your help!
June 5, 2017 at 10:19 pm #266293In reply to: Changing items’ names in groups’ navigation menu
shanebp
ModeratorJune 5, 2017 at 6:22 pm #266289In reply to: Changing items’ names in groups’ navigation menu
shanebp
ModeratorJune 5, 2017 at 3:56 pm #266287In reply to: Can’t upload profile pic with ipad or iphone
r-a-y
KeymasterCan you try changing your theme to something like Twenty Seventeen?
Sometimes the current theme has CSS that conflicts with BuddyPress functionality.
What theme are you using?
June 4, 2017 at 7:57 pm #266280In reply to: Pulling from buddypress
Henry Wright
ModeratorYou don’t need this:
if ( !function_exists( 'xprofile_get_field_data' ) ) { require_once '/bp-xprofile/bp-xprofile-functions.php'; }If BuddyPress is active then
xprofile_get_field_data()should be available.June 4, 2017 at 4:11 pm #266279In reply to: Can’t upload profile pic with ipad or iphone
r-a-y
KeymasterCopy the code from here:
https://pastebin.com/raw/X6Nc0QdsInto
/buddypress/bp-core/css/avatar.min.css.The user tested this on iPhone 6S, iPad Mini and iPad Air with success.
I believe the last successful version was BP 2.7.2, but the CSS I linked to should account for that.
June 2, 2017 at 4:52 pm #266243In reply to: Ghostusers
shanebp
ModeratorDid you try using the Repair tool?
wp-admin > Tools > BuddyPressMay 31, 2017 at 8:22 am #266209In reply to: Are there news about how to change FRIEND slug?
Henry Wright
ModeratorThe BuddyPress Trac ticketing system is the way to follow BuddyPress development. You can view open tickets and even contribute patches and bug reports.
May 30, 2017 at 11:27 pm #266207shirleyddsn
ParticipantUPDATE: I found this topic -> Editing BuddyPress Core Files Within Child theme That suggested that I should have a
buddypressfolder inside my child theme directory, and that all my copied files should go in THERE! I made the change, but I still can’t update any of the actual files. I tried my PIZZA HUT test again, but this time nothing flashed on the screen. So I guess that’s not it?BTW – I’m just going to keep posting updates as I go so that when someone shows up, they’ll have current information on what I’ve tried. Maybe save some time that way.
May 30, 2017 at 10:49 pm #266206shirleyddsn
ParticipantSide Note:
I dont know if I can/should ask this here, or if it should be a different post, but I’m trying to make changes to the buddypress templates in my child theme, and it seems that I’m not allowed (?!) to make changes to the actual templates?For example, I was trying to make changes to cover-image-header.php just to see if I can. I wanted to add “Last Active:” just before the function that lists when the member was last active. Just to see if I could. When I refreshed the page, I thought I saw for a brief second that it did in fact say “Last Active:”, before it disappeared and just showed the original content again. To make sure it was actually my code and not a glitch, I repeated the process but replaced LAST ACTIVE with PIZZA HUT. Just to make sure it was actually me. Refresh -> Pizza Hut flashed. Yup, it was me. But why wont the code stick? Could it be my child theme document tree isn’t right? Or do I need to add some code somewhere so that changes in my child folder override files in the original buddypress folders?
When I copied my files over, I group selected the folders in
plugins/buddypress/bp-templates/bp-legacy/buddypressand copied them all over tothemes/my-theme/buddypress. Am I missing a folder or something?Also: I figured out the concept behind
add_actiontacking on instructions to ado_actionfunction. But where do theDO_ACTIONfunctions live? And am I able to modify those? I would like to add some font-awesome icons to the front of my profile menu links the way we have here, but I can’t find the code that spits out the information.May 30, 2017 at 6:27 am #266179In reply to: Are there news about how to change FRIEND slug?
giuseppecuttone
ParticipantHi @henrywright
thanks for your reply.
Ok, at this time we need define it constantly…
But maybe, it will be great know from buddypress developer if there is in thear BUDDYPRESS WORK PLAN a task for to make a FRIEND PAGE (just like GROUP PAGE, or MEMBERS PAGE).
I do not know if you are a buddypress developer, or if you are in contact with them.
Do you know if there is a public docuemnt with BUDDYPRESS WORK PLAN?
Thanks for your support.May 28, 2017 at 2:51 pm #266170nikitagrimm
ParticipantOk there, I finally figured out the problem. It turns out that the
is_email()function built into WordPress is extremely slow and takes around 6 seconds to compute. Since Buddypress used the function quite leisurely, the amount of time it took to send emails ended up being quite long.Unfortunately a simple filter wasn’t enough, as WordPress was still processing the old function. I have removed the function and the problem is therefore “fixed”. Actually “applying a bandaid” is the more appropriate term here.
I’m going to report a bug to WordPress asap now. Thanks for your attempts at helping me though! However, if you do have an idea why the function is so slow I would be very glad to hear it!
May 28, 2017 at 12:26 pm #266169In reply to: BuddyPress Features?
Henry Wright
ModeratorWith reference to point 2, bbPress works very well with BuddyPress. It’s actually a sister project so you can be sure of compatibility.
May 27, 2017 at 4:31 pm #266156Mauricio
ParticipantI have moved to Https, but I don’t have problem with old content, NEW content image are shown as http in buddypress.
The solution I found was to use a plugin: SSL Insecure Content Fixer. I don’t know what it does but solved, the strange thing is that I’m actually using https for WordPress site.
Secure provided by cloudflare
May 27, 2017 at 4:16 pm #266155r-a-y
KeymasterThe problem is BuddyPress initially records the activity item from whatever protocol that the site is running in.
So let’s say I’m posting at
http://example.com, BuddyPress would record any uploaded content usinghttp.It sounds like you have moved to
https, so these older activity items would still usehttp. I would probably recommend forcing your site to always resolve tohttps, then future activity items should always usehttps.As for older content, you would need to filter the activity content and replace older
httpinstances withhttps.May 27, 2017 at 4:06 pm #266152In reply to: Fatal error: Class ‘BP_XProfile_Data_Template’ not f
r-a-y
KeymasterDownload and unzip a fresh version of BuddyPress to
wp-content/plugins/buddypressto ensure that you have all files and not a corrupted install.If you are using a caching plugin, you would also have to purge your cache. You shouldn’t cache the registration or activation pages anyway.
May 27, 2017 at 3:59 pm #266150r-a-y
KeymasterI’ve noticed similar things myself.
Can you see if the following helps?
Add this code-snippet to wp-content/plugins/bp-custom.php file?
remove_filter( 'bp_email_get_property', 'bp_core_deprecated_email_filters', 20, 4 );remove_action( 'bp_send_email_success', 'bp_core_deprecated_email_actions', 20, 2 );May 26, 2017 at 10:43 pm #266146In reply to: Some Unique Slugs
Henry Wright
ModeratorI believe there’s some slugs still hard coded. Take “change-cover-image” for example, here’s where it’s specified in the code base:
You’ll notice it isn’t filterable or override-able.
-
AuthorSearch Results