Search Results for 'buddypress'
-
AuthorSearch Results
-
October 17, 2017 at 8:22 pm #268547
In reply to: BuddyPress still going strong?
shanebp
ModeratorBP is free to use as you wish.
As to whether you may run into issues, you might, you might not.
There is a staggering number of themes and plugins in the WP world.
There is no way for BP to account for all the possible combinations.
Nor it is reasonable for people to expect these forums ( run by volunteers ) to solve or even respond to any and all issues that may arise.BuddyPress is used by many businesses as part of their offerings.
The larger and / or more complex the business, the greater the need for a technical support budget.October 17, 2017 at 8:13 pm #268545In reply to: profile edit equivalent hook to `bp_signup_usermeta`
shanebp
ModeratorPerhaps this?
buddypress\bp-xprofile\classes\class-bp-xprofile-profiledata.php Line 201: do_action_ref_array( 'xprofile_data_before_save', array( $this ) );October 16, 2017 at 10:01 am #268522In reply to: No cover image option in buddypress settings
blacklabdigital
ParticipantNo, I’m running BuddyPress 2.9.1 so it should be self-contained
October 16, 2017 at 9:59 am #268521In reply to: No cover image option in buddypress settings
rajveersingh007
ParticipantHave you install the plugin (BuddyPress Cover Photo)?
October 16, 2017 at 9:32 am #268519In reply to: Custom Sorting
rajveersingh007
Participant<?php while ( bp_members() ) : bp_the_member(); ?>
<?php
$user_id = bp_get_member_user_id();
$jin=bp_get_member_user_email();$member_email = $jin;
// $swpm_user = SwpmMemberUtils::get_user_by_email($member_email);//echo $resulty->membership_level;
// echo $display_vars[‘membership_level’];
//print_r($resulty);/* $member_id = ‘2’;
$field_name = ‘membership_level’;
echo $level_id_value = SwpmMemberUtils::get_member_field_by_id($member_id, $field_name);
*/$user = new WP_User( $user_id );
if ( $user->roles[0] == ‘author’ ) { ?>
<li <?php bp_member_class(); ?>>
<div class=”item-avatar”>
“><?php bp_member_avatar(); ?>
</div><div class=”item”>
<div class=”item-title” style=”display:inline;”>
“><?php bp_member_name(); ?><?php if ( bp_get_member_latest_update() ) : ?>
<span class=”update”> <?php bp_member_latest_update(); ?></span>
<?php endif; ?>
</div>
</br><div class=”item-meta” style=”display:inline;”><span class=”activity” data-livestamp=”<?php bp_core_iso8601_date( bp_get_member_last_active( array( ‘relative’ => false ) ) ); ?>”><?php bp_member_last_active(); ?></span></div>
<?php
$query = $wpdb->prepare(“SELECT * FROM {$wpdb->prefix}swpm_members_tbl WHERE email= %s”, $jin);
$resulty = $wpdb->get_row($query);$mymembership=$resulty->membership_level;
if ($mymembership==”5″){
echo “<span style=’background-color:goldenrod;padding:5px 12px;float:right;margin-top:-9px;margin-right: 200px;’>Premium</span>”;
}i need a code so that i can have sorting in a manner that premium should be displayed at the top , then featured members and then free members.i have used two plugin simple membership plugin and buddypress.
Help in code, that will be a great help .October 15, 2017 at 8:42 pm #268513In reply to: Friend Requests
Henry Wright
ModeratorCheck if the Friends component is activated in Settings > BuddyPress
October 14, 2017 at 5:29 pm #268507In reply to: registration and activation
tmc5005
ParticipantI installed and setup the EASY WP SMTP plugin. The test e-mails are sent but the buddypress activation e-mail is still not sent.
Thank you but I still have the same problem.October 13, 2017 at 8:29 pm #268497steverusso66
ParticipantI’m testing Ultimate Members running simultaneously with Buddypress. My ‘Author’ roles will have searchable profiles in UM and NOT in BP, and vice versa: All roles EXCEPT ‘Author’ will have access to BP functions, Authors will not have a profile in BP, and ONLY Authors will be able to create a profile in UM.
Can anyone help me separate these two worlds of users?
thanks
October 12, 2017 at 8:42 pm #268477metalhead
ParticipantIf you haven’t already, create a child theme.
Then copy your buddypress/template folder & subfolders over to your child theme.
Go through each file, search for instances of the word “FRIENDS,” and replace it with “CONNECTIONS.”
If you can’t find all instances of the word “FRIENDS” in these files, check your buddypress.po file and use Poedit to hack it out of there too.
October 12, 2017 at 8:35 pm #268476metalhead
ParticipantIf you haven’t already, create a child theme.
Then copy your buddypress/template folder & subfolders over to your child theme.
Go through each file, search for instances of the word “FRIENDS,” and replace it with “CONNECTIONS.”
Or, you can pay a developer thousands of dollars to make a plugin do it for you π
October 12, 2017 at 10:28 am #268468Hugo Ashmore
Participant@kristianngve
No it isn’t missing vital info, the clarification is directly after the instruction on naming convention for the BP folders in a child theme.N.B. Inside the subfolder βcommunityβ you must preserve the path structure/folders that exist in the BP original /buddypress/ folder so /activity/ must be created to hold index.php or any of the other activity templates.
October 11, 2017 at 8:15 pm #268462In reply to: Registered User activation email not received
Henry Wright
ModeratorHey @friendlygooners
You can go to Tools > BuddyPress in the WordPress admin area and then select Reinstall emails under Repair tools.
Is your user name a reference to Arsenal? I’m a fan π
October 11, 2017 at 1:32 pm #268457ariktwena
ParticipantHi
Did you find a way to exclude specific user-roles from the activity feeds? I’m having the same issue? :/
Link to my questionThanks
October 10, 2017 at 1:24 pm #268438Kristian Yngve
ParticipantBOOM!! cracked the issue.
The instructed root was missing vital info that could save a lot of us the headache…
IT IS NOT
/my-theme/buddypress/as instructed the Template Overload File.IT IS:
/my-theme/buddypress/members/to then save your file in that folder.
Ladies and gentlemen, you’re welcome.
October 10, 2017 at 12:48 pm #268436Kristian Yngve
Participanthttps://buddypress.org/support/topic/how-to-edit-the-text-in-registration-page/I have found and followed this as best I can, my Template Overload File is in this root:
Wp-content/themes/child-theme/buddypress/register.php/The problem is, I think, that Buddypress isn’t finding my Template Overload File in my child-folder.
Should the ideal root for Template Overload Files be
Wp-content/themes/buddypress/register.php/??It’s driving me crazy how most of my buddypress tweaks I make go with no affect at all.
October 10, 2017 at 10:22 am #268433In reply to: Activity Blog Post Title Tag?
prototurk
Participantplugins/buddypress/bp-blogs/bg-blogs-activity.php
$post_link = '<a href="' . esc_url( $post_url ) . '">' . $post_title . '</a>';I found the related code but I can not add the h tag. h does not add the tag, but the span tag is added. Interesting π
October 10, 2017 at 6:25 am #268427In reply to: BP sign up page in two rows
metalhead
ParticipantPut it all in one column:
/* Aligns Registration Profile Details fields to the left */ #buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section { width: 100%; } #profile-details-section { margin-top: 20px; }And the finish button too (recommended):
#buddypress .standard-form#signup_form div.submit { float: left!important; margin: -12px 3px 3px 3px!important; }That should line it all up in 1 row. Congrats on not paying someone $1000 for that info π
October 9, 2017 at 4:26 pm #268419In reply to: BP and PMPro
livingflame
ParticipantCurrently PMPro has no official relationship with BuddyPress.
The relationship depends on the Theme.
Themes like SweetDate have options for PMPro.
October 5, 2017 at 6:21 pm #268370In reply to: PARTIALLY SOLVED: image cropping
tinodo
ParticipantI probably don’t have a real solution for you, but for the record, images uploading on Buddypress will not have a same CSS everytime. Just think about it, because avatars and cover images are new images uploading into our database, and lazy load will exclude core images (which have specific classes throughout). If you’re planning to add the uploading image area into lazy load, it will probably not work also since you’re using the class of the surrounding/background/border/area not the actual image that is uploaded.
Second of all, I have the same issue as yours. And my solution is to officially turn off lazy load. Because lazy load can actually affect our SEO rather than helping it grow. And the resolve is too hard to figure out since it’s not the problem of both theme and Buddypress, neither will have a solution (And lazy load plugins are one time development, noone will stick around to adjust this upload that for us).
October 3, 2017 at 2:16 pm #268327In reply to: BuddyPress isnt the main page
JohnDiver
ParticipantHey,
Thanks for the reply.
I have been trying to get this working but I really am confused, I have used WP on a lot of sites but this is the first time trying BuddyPress.
I am looking to have my homepage similar to this: http://buddy.ghostpool.com/# but also have sections of content – So it is pretty much having the activity feed – This will be the same for registered and unregistered visitors – Is that possible?
Thanks again
October 3, 2017 at 1:06 pm #268325In reply to: Types of member accounts
shanebp
ModeratorYou can create member types.
Then you would need to customize the registration form and member profiles per the selected member type.
These customizations will require good skills as a WP / BP developer.
You can post a job here.October 3, 2017 at 1:01 pm #268324shanebp
ModeratorIf you can’t find a migration tool, then you’d need to write one or hire a developer to do so.
You can post a job here.October 2, 2017 at 5:23 am #268312In reply to: shortcodes on BP registration pages
gertm
Participant2 options I see:
1) Use hooks on the register.php page like do_action( ‘bp_after_registration_submit_buttons’ )add_action('bp_after_registration_submit_buttons','your_function');
function your_function(){
echo do_shortcode( '' );
}
2) Modify register page –>copy wp-content/plugins/buddypress/bp-templates/bp-legacy/members/register.phptowp-content/themes/your-child-theme/buddypress/members/register.phpand modify in your-child-themeOctober 1, 2017 at 6:01 pm #268311In reply to: Search members by user login only
shanebp
ModeratorYou’ll need to write code for a custom search.
You’ll need good developer skills to do so.
You can post a job here.September 29, 2017 at 7:01 pm #268282In reply to: .htaccess for non logged in users
-
AuthorSearch Results