Search Results for 'buddypress'
-
AuthorSearch Results
-
June 10, 2017 at 4:02 pm #266414
EMar
ParticipantI also noticed if I sign up as a new member I get to the page that says success and an email
has been sent to verify your account, but the email never comes.If I activate the member accounts manually an email is sent saying there is a new member,
So I know my email is working on the server side right?I don’t know where the mail settings are in wordpress or if it’s some setting in Buddypress?
I need to allow new registrations to be approved automatically, I thought there was an option for this.
Any suggestions appreciated.
June 10, 2017 at 3:18 pm #266412In reply to: WordPress 4.8
Effycom
ParticipantHiya,
There seems to be a compatibility issue with the current version of Buddypress and the latest WordPress 4.8 update. I noticed that all the elements available for users on Buddypress suddenly disappeared as soon as I made the WordPress update. I checked it against one of my other websites which I have not updated yet to WordPress 4.8 and installed Buddypress there and all the elements are visible.
Is there anything I could do in the meantime to fix the problem whilst I wait for the latest BuddyPress update as the website in question is due for launch today, but unfortunately i made the WordPress update late last night which affected the elements I need for the site to function as intended with the use of BuddyPress as an aid.
Thank you in advanceE.
June 9, 2017 at 2:01 am #266396In reply to: WordPress 4.8
John James Jacoby
KeymasterBuddyPress 2.8.x works OK with WordPress 4.8.
BuddyPress 2.9 is due out in the next few weeks.
June 8, 2017 at 10:39 pm #266376coolhunt
Participant<table class="profile-fields"> <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?> <?php if ( bp_field_has_data() ) : ?> <tr<?php bp_field_css_class(); ?>> <td class="label"><?php bp_the_profile_field_name(); ?></td> <td class="data"><?php bp_the_profile_field_value(); ?></td> </tr>I found this at bp-templates/bp-legacy/buddypress/members/single/profile/profile-loop.php
I have no idea about HTML.. any tips?
June 8, 2017 at 3:51 pm #266362In reply to: SuperAdmin and I can’t modify xprofile info
r-a-y
KeymasterThis is fixed in the development branch of 2.8.
In the meantime, you can manually apply the following fix until 2.8.3 is released:
https://buddypress.trac.wordpress.org/changeset/11520June 8, 2017 at 3:48 pm #266361In reply to: Nested shortcode for ID
r-a-y
KeymasterYou should post this on the bbPress forums:
https://bbpress.org/forumsThis is the BuddyPress forums.
June 8, 2017 at 2:22 pm #266356In reply to: Cannot find functions defined somewhere in BP core
danbp
ParticipantEnter what you search for into the searchbox, and read the result !
http://hookr.io/plugins/buddypress/#index=aJune 8, 2017 at 11:43 am #266353In reply to: Bug with cover images works every but members page
thejameshardy
ParticipantBump. It looks like buddypress is fetching the user profile cover image for all memebers? Any help pelase!
June 7, 2017 at 8:09 pm #266343mavenfair
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. -
AuthorSearch Results